renp
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Not workingBulk Discount currently doesn’t support grouped products.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Bulk Discount not working with PayPalTested with Bulk Discount 2.4.5, WooCommerce 3.3.1 and PayPal sandbox.
Worked without problem.Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Rounding error on percentage discountYou can use Fixed discount instead and set Qty 20: 1.
Then the plugin will calculate 20*13.25 = 265.00.Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Discounts not applyingWhat theme do you use? Does the problem persist when you temporarily change the theme to Twenty Fourteen?
The button works, but in other way than you want. Currently it is not possible to set different bulk discount settings on different variations of the same product.
To illustrate what the setting means, let’s have two variations: A and B. Both have this bulk discount setting:
quantity = 10, discount = 10%
quantity = 20, discount = 50%.
If we have “Treat variations separately” checked, then when we order 10 times var A and 10 times var B, then 10% bulk discount will be applied on both cart lines.
If we have “Treat variations separately” unchecked, then when we order 10 times var A and 10 times var B, it will count the discount to 10 + 10 items, i.e. 20 items together and now the discount 50% will apply to both cart lines.Therefore in the first case we treated the variations separately in the computation of the discount and in the second case we treat them as shared.
I hope it makes sense and I’m sorry that this is not the feature that you wanted.
What theme do you use? Official themes from WooCommerce and the standard themes (such as Twenty Fourteen) should work fine.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Stopped workingThank you for reporting this. The code you mention comes from the official WooCommerce documentation ( https://docs.woocommerce.com/document/create-a-plugin/ ).
I’ll debug the issue on a multisite and check what can be done. In the meantime, I’d stick with this workaround you suggest.Forum: Plugins
In reply to: [WooCommerce Bulk Discount] WooCommerce 3.0 NoticesI’ve fixed the problem in the new version 2.4.5. Please use this official version.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] WooCommerce 3.0 NoticesOh, you are right, the problem is just with variable products. I’ll fix it ASAP.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] WooCommerce 3.0 NoticesForum: Plugins
In reply to: [WooCommerce Bulk Discount] WooCommerce 3.0 NoticesI don’t see any warning message, the discount is successfully applied. Have you updated to Bulk Discount 2.4.4 — the latest version?
Tested just now with this config:
WooCommerce 3.0.1
WooCommerce Bulk Discount 2.4.4
Twenty Fourteen ThemeForum: Plugins
In reply to: [WooCommerce Bulk Discount] WooCommerce 3.0 NoticesI’m going to examine the problem.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] German TranslationHi,
Actualized translations are welcome (I had to drop several of them due to important text changes).
If you want to provide your translation, please send me the PO and MO file to rene.puchinger (AT) seznam (DOT) cz
Please UPDATE your translations to the newest version of Bulk Discount which is 2.4.2. Note that there are now two types of currency discounts: fixed and flat, please see the FAQ section in readme.txt to see exactly how they differ and you have to find the right translations for these words – I recommend that you include the English words flat/fixed as well so that people can be sure which discount to use according to the doc in readme.txt.
Thank you.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Discount price per unitThank you very much, I really appreciate it, swinggraphics!
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] What documentationBy documentation I mean readme.txt. Yep, it’s a free plugin, documentation is pretty basic.