renp
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Categories DiscountI currently don’t plan to add this feature. There is an official plugin from WooThemes called Dynamic Pricing which should handle category discounts and lots of more.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] CategoryNo, categories discounts are not supported.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Discount for total goodsUnfortunately no, discounts are set to products individually.
@djdios, no file modification is required, there is a setting on admin pages in product details.
I can add an option for this in future release. For a quick solution, change line #814 from
return !( empty( $woocommerce->cart->applied_coupons ) );
to
return false;
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Bulk discount doesnt work in Woocommerce 2.0.20 ?I’m glad it works now. Thank you for reporting the issue!
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Bulk discount doesnt work in Woocommerce 2.0.20 ?Hi,
I looked on the issue and I found a glitch in the 2.1.x versions of Bulk Discount which, after updating from previous versions, forced Bulk Discount to be disabled on the products where it should be enabled.
In a moment there will be new version, 2.1.4 which fixes this and it should solve your problem.
Please let me know if it resolves the problem.
I looked on the issue and I found a glitch in the 2.1.x versions of Bulk Discount which, after updating from previous versions, forced Bulk Discount to be disabled on the products where it should be enabled.
In a moment there will be new version, 2.1.4 which fixes this and it should solve your problem.
Please let me know if it resolves the problem.
Thank you for your message.
WooCommerce Bulk Discount has been tested with several WooCommmerce 2.0.x versions, including the latest, 2.0.19.
It has been tested with WordPress 3.5 to 3.6.1. I will check an update to version 3.7 soon.
May I ask which was the previous version of WooCommerce Bulk Discount from which you updated to the latest version? I can then perform a migration test.
Forum: Plugins
In reply to: [WooCommerce Get One Free] Required ItemsHm, I’m afraid I don’t quite understand your question. This WooCommerce extension simply does the following: the administrator makes some configuration to specify a minimal number of a product item which the customer has to purchase in order to get one extra item of this product for free.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Unable to uncheck bulk discount on a productPlease update to version 2.1.3
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Unable to uncheck bulk discount on a productThanks for reporting this bug. I will correct it asap.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Product VariationsThis is a known problem or rather the way the plugin works. By design the plugin works as follows:
The administrator can choose to apply discounts to variations either individually or by a shared quantity. In the latter case, the quantity is determined by the sum of individual quantities in the cart, but the discount in applied to EACH of the variation lines in the cart.
I’m going to add an option which will allow the functionality that you (and few others) want in some future release.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Discount by WeightHi, this is currently not supported, but it’s a nice idea for future release ??
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] 2.0.11 Product IssuesI checked the issue again and there are indeed some problems. I reverted the feature to the state as it was before.
This means the administrator can choose to apply discounts to variations either individually or by a shared quantity. In the latter case, the quantity is determined by the sum of individual quantities in the cart, but the discount in applied to EACH of the variation lines in the cart.
In future I’ll probably dig into this feature again to add the option that maxi_kaz is requesting.