| @@ -1,11 +1,11 @@ | ||
| 1 | 1 | === Plugin Name === |
| 2 | 2 | Contributors: bycrik |
| 3 | 3 | Tags: woocommerce, tiered pricing, dynamic price, price, wholesale |
| 4 | 4 | Requires at least: 4.2 |
| 5 | -Tested up to: 5.1 | |
| 5 | +Tested up to: 5.2.1 | |
| 6 | 6 | Requires PHP: 5.6 |
| 7 | -Stable tag: 2.0.2 | |
| 7 | +Stable tag: 2.2.2 | |
| 8 | 8 | License: GPLv2 or later |
| 9 | 9 | License URI: https://www.gnu.org/licenses/gpl-2.0.html |
| 10 | 10 | |
| 11 | 11 | Allows you to set price for a certain quantity of product. Shows quantity pricing table. Supports displaying table in a tooltip. |
| @@ -11,9 +11,9 @@ | ||
| 11 | 11 | Allows you to set price for a certain quantity of product. Shows quantity pricing table. Supports displaying table in a tooltip. |
| 12 | 12 | |
| 13 | 13 | == Description == |
| 14 | 14 | |
| 15 | -Simple WooCommerce plugin, which allows you to set different prices for different quantities of product. Wholesale for WooCommerce | |
| 15 | +Simple WooCommerce plugin, which allows you to set different prices for different quantities of product. Wholesale for WooCommerce. | |
| 16 | 16 | |
| 17 | 17 | Features: |
| 18 | 18 | |
| 19 | 19 | * Set a certain price for each quantity of product |
| @@ -26,13 +26,15 @@ | ||
| 26 | 26 | |
| 27 | 27 | * Set percentage discount |
| 28 | 28 | * Display percentage table |
| 29 | 29 | * Show lowest or range of price at the catalog |
| 30 | -* Show tier price in the cart as discount | |
| 30 | +* Show tier price in the cart as a discount | |
| 31 | +* Show total price | |
| 32 | +* Clickable rows | |
| 31 | 33 | |
| 32 | 34 | == Screenshots == |
| 33 | 35 | |
| 34 | -1. Price table below buy button | |
| 36 | +1. Price table below the buy button | |
| 35 | 37 | 2. Create price rules |
| 36 | 38 | 3. Settings |
| 37 | 39 | 4. Display in tooltip |
| 38 | 40 | 5. Price table below product summary |
| @@ -49,12 +51,20 @@ | ||
| 49 | 51 | 3. Use the WooCommerce->Settings Name screen to configure the plugin |
| 50 | 52 | |
| 51 | 53 | After installing plugin set up your own settings |
| 52 | 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 | + | |
| 53 | 63 | == Changelog == |
| 54 | 64 | |
| 55 | 65 | = 1.1 = |
| 56 | -* Fix bug with comma as thousand separator. | |
| 66 | +* Fix bug with comma as thousand separators. | |
| 57 | 67 | * Minor updates |
| 58 | 68 | |
| 59 | 69 | = 2.0 = |
| 60 | 70 | * Fix bags |
| @@ -63,5 +73,29 @@ | ||
| 63 | 73 | * Premium version |
| 64 | 74 | |
| 65 | 75 | = 2.0.2 = |
| 66 | 76 | * Fix JS calculation prices |
| 67 | -* Remove table from variation tier tables | |
| 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 | |