forked from WPprodigy/woocommerce-product-fees
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
executable file
·80 lines (48 loc) · 3.59 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
=== WooCommerce Product Fees ===
Contributors: iCaleb
Tags: woocommerce, woocommerce fees, woocommerce surcharge, product fees, product surcharge, additional fees, product based fees
Requires at least: 4.0
Tested up to: 4.3
Stable tag: 1.1
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
WooCommerce Product Fees allows you to add additional fees at checkout based on products that are in the cart.
== Description ==
A WooCommerce plugin that adds a product settings tab for creating additional fees that show up at checkout if that product is in the cart.
In the WooCommerce products edit screen, there will be a new product data tab called 'Product Fees' where you can:
* Give the fee a custom name that is displayed to the customer at checkout describing the fee.
* Enter the cost of the fee as either a flat rate number or as a percentage.
* Choose whether or not the fee should be multiplied based on the quantity of the product in the cart.
= Features =
I have kept this plugin simple on purpose. It is very lightweight and should not conflict with any other plugins or themes. I plan to continually add new features such as category fees and variation specific fees. But for now the two main features include:
* Percentage based fees that go off of the product's price.
* The ability to toggle on and off the quantity multiplier per product.
= Contributions =
If you’re interested in contributing to WooCommerce Product Fees - head over to the [WooCommerce Product Fees GitHub Repository](https://github.com/WPprodigy/WooCommerce-Product-Fees) to find out how you can pitch in.
== Installation ==
= Minimum Requirements =
* WordPress 3.8 or greater
* WooCommerce 2.3 or greater
= Automatic installation =
Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of WooCommerce Product Fees, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.
In the search field type “WooCommerce Product Fees” and click Search Plugins. Once you’ve found the plugin you can view details about it such as the the point release, rating and description. Most importantly of course, you can install it by simply clicking “Install Now”.
= Manual installation =
The manual installation method involves downloading this plugin and uploading it to your webserver via your favorite FTP application. The WordPress codex contains [instructions on how to do this here](http://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation).
= Updating =
Automatic updates should work like a charm; as always though, ensure you backup your site just in case.
== Frequently Asked Questions ==
= Where can I get support or talk to other users? =
You can post here in the support section at WordPress.org. Just click on the Support tab to the right.
= Where can I request new features? =
Feel free to submit a feature request as an issue at the [WooCommerce Product Fees GitHub Repository](https://github.com/WPprodigy/WooCommerce-Product-Fees). Be sure to check if this has already been suggested though.
= Where can I report bugs or contribute to the project? =
Bugs can be reported either in our support forum or preferably on the [WooCommerce Product Fees GitHub Repository](https://github.com/WPprodigy/WooCommerce-Product-Fees).
== Screenshots ==
1. The product settings tab.
2. Fees shown at checkout.
== Changelog ==
= 1.1 - 08/26/2015 =
* Added full support for multiple currency setups.
= 1.0 - 08/25/2015 =
* Feature - Percentage based fees.
* Feature - Multiply by product quantity.