| 1 |
=== Plugin Name === |
| 2 |
Contributors: bycrik, freemius |
| 3 |
Tags: woocommerce, tiered pricing, dynamic price, price, wholesale |
| 4 |
Requires at least: 4.2 |
| 5 |
Tested up to: 5.2.3 |
| 6 |
Requires PHP: 5.6 |
| 7 |
Stable tag: 2.3.1 |
| 8 |
License: GPLv2 or later |
| 9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html |
| 10 |
|
| 11 |
Allows you to set price for a certain quantity of product. Shows quantity pricing table. Supports displaying table in a tooltip. |
| 12 |
|
| 13 |
== Description == |
| 14 |
|
| 15 |
Simple WooCommerce plugin, which allows you to set different prices for different quantities of product. Wholesale for WooCommerce. |
| 16 |
|
| 17 |
Features: |
| 18 |
|
| 19 |
* Set a certain price for each quantity of product |
| 20 |
* Set a certain price for each quantity of variation |
| 21 |
* Display pricing table at the product page (supports different places) |
| 22 |
* Display table in tooltip near product price (or variation price) |
| 23 |
* Customization |
| 24 |
|
| 25 |
Premium features: |
| 26 |
|
| 27 |
* Set percentage discount |
| 28 |
* Display percentage table |
| 29 |
* Show lowest or range of price at the catalog |
| 30 |
* Show tier price in the cart as a discount |
| 31 |
* Show total price |
| 32 |
* Clickable rows |
| 33 |
|
| 34 |
== Screenshots == |
| 35 |
|
| 36 |
1. Price table below the buy button |
| 37 |
2. Create price rules |
| 38 |
3. Settings |
| 39 |
4. Display in tooltip |
| 40 |
5. Price table below product summary |
| 41 |
6. Create price rules for variation |
| 42 |
7. Advanced settings |
| 43 |
8. Discount in price |
| 44 |
9. Price at the catalog |
| 45 |
10. Percentage table |
| 46 |
|
| 47 |
== Installation == |
| 48 |
|
| 49 |
1. Upload the plugin files to the `/wp-content/plugins/dynamic-price-table` directory, or install the plugin through the WordPress plugins screen directly. |
| 50 |
2. Activate the plugin through the 'Plugins' screen in WordPress |
| 51 |
3. Use the WooCommerce->Settings Name screen to configure the plugin |
| 52 |
|
| 53 |
After installing plugin set up your own settings |
| 54 |
|
| 55 |
== Frequently Asked Questions == |
| 56 |
|
| 57 |
= What is import format = |
| 58 |
|
| 59 |
"quantity:price,quantity:price" |
| 60 |
For example: |
| 61 |
"10:20,20:18" |
| 62 |
|
| 63 |
== Changelog == |
| 64 |
|
| 65 |
= 1.1 = |
| 66 |
* Fix bug with comma as thousand separators. |
| 67 |
* Minor updates |
| 68 |
|
| 69 |
= 2.0 = |
| 70 |
* Fix bags |
| 71 |
* JS updating prices at product page |
| 72 |
* Tooltip border |
| 73 |
* Premium version |
| 74 |
|
| 75 |
= 2.0.2 = |
| 76 |
* Fix JS calculation prices |
| 77 |
* Remove table from variation tier tables |
| 78 |
|
| 79 |
= 2.1 = |
| 80 |
* Support WooCommerce Taxes |
| 81 |
* Do not show table head if column texts are blank |
| 82 |
* Fix Updater |
| 83 |
* Fix little issues |
| 84 |
|
| 85 |
= 2.1.1 = |
| 86 |
* Fixes |
| 87 |
* Premium variable catalog prices |
| 88 |
|
| 89 |
= 2.1.2 = |
| 90 |
* Fixes |
| 91 |
* Trial mode |
| 92 |
|
| 93 |
= 2.2.0 = |
| 94 |
* Added Import\Export tiered pricing |
| 95 |
* Clickable quantity rows (Premium) |
| 96 |
* Fix with some themes |
| 97 |
* Fix mini-cart issue |
| 98 |
|
| 99 |
= 2.2.1 = |
| 100 |
* Fixed bugs |
| 101 |
* Added total price feature |
| 102 |
|
| 103 |
= 2.2.3 = |
| 104 |
* Fixed bugs |
| 105 |
* Added hooks |
| 106 |
|
| 107 |
= 2.3.0 = |
| 108 |
* Fix critical bug |
| 109 |
|
| 110 |
= 2.3.1 = |
| 111 |
* Fix jQuery issue |
| 112 |
|