# WooCommerce Payment Fees

[![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/)

WooCommerce Payment Fees is a WordPress plugin.
This extension will add an extra field in each WooCommerce Payment Gateway that will allow you to add extra charges to your gateways. It's useful for COD payment gateway, in example, since WooCommerce does not allow this by default.

## WP Installation

1. Go to Plugins > Add New > Search
2. Type WooCommerce Payment Fees in the search box and hit Enter
3. Click on the button Install and then activate the plugin

## Manual Installation

1. Upload `woocommerce-payment-fees` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress

## Changelog

### 1.3.2
* Add: Gruntfile and its configuration
* Tweak: Improved JS following WooCommerce changes.
* Fix: Removed fees calculation on cart page.
* Fix: Language files renamed with the new domain.
* Removed: Old unused file.

### 1.3.1
* Tweak: PayPal adds correctly the fees to the payment form.

### 1.3
* Add: You can set the maximum cart value to which apply fees.
* Tweak: Updated languages files
* Tweak: No longer calling the fees "Extra charges", but "fees" or "Payment method fees".
* Fix: Admin order page Javascript calculations now works properly. 

### 1.2.1
* Fix: Checkout fields not saved correctly

### 1.2
* Fix: WordPress 3.9+ compatibility
* Fix: WooCommerce 2+ compatibility

### 1.1
* Tweak: Updated languages files
* Fix: The file write-panels.min.js was loaded wrongly also on other post types pages in the admin
* Fix: The plugin languages files are now loaded correctly from the folder /i18n/
* Fix: Minor changes

### 1.0
* First release

## License

Copyright (C) 2014 Pinch Of Code. All rights reserved.

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.