renp
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] 2.0.11 Product Issuespairadyce,
Thanks for the video, now I see the situation. It’s strange because the plugin is supposed to work as you would expect. I’ve tried to do something very same and it works for both percentage and flat discount.
To be able to reproduce the error, can you specify which exact version of WordPress, WooCommerce, and Bulk Discount did you use in the video? Also, which browser and PHP version did you use?
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] How to show discount details on product page ?Okay, I’ll close this thread.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] 2.0.11 Product IssuesRegarding the variable products, it’s strange that you are experiencing this plugin behaviour. If you have the appropriate settings checkbox unchecked and if you have a variable product with two variations as you write, it should count the discount together. Can you set WP_DEBUG to true in wp-config.php and see if there are any warnings or notices? Or can you possibly record a screen capture animation so that I see the steps to reproduce the situation?
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] How to show discount details on product page ?Hi,
There are settings under Bulk Discount tab on Product Details where you can set the product discount description. It’s the same tab where discount lines are set.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Bug with WooCommerce 2.0 WhislistI suppose that the updated version fixed the issue, therefore I’m closing this thread.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Discount based on Number of Cart ItemsIt currently works in a different way, but I may add this feature in future.
Hi,
Currently the plugin can set discount only on product level, but not on variation level.
The plugin supports treating discounting on product variations in such way that the customer may have several variations in the cart (this is nothing unusual) and the discount may be applied either separately for each line, or together like it was only one line.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] 2.0.11 Product IssuesThe issue should be resolved now – just download version 2.0.11 again.
Regarding your question about product variations, there is a setting under WooCommerce > Bulk Discount called ‘Treat product variations separately’. You need to have this option unchecked. Then the discount should apply even for product variations on separate lines.
Please let me know if this works for you.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] 2.0.11 Product IssuesThanks for your message. I’ll correct the first issue ASAP.
I’ll look at your question with variable products afterwards.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Wishlist plugin conflictHi, version 2.0.10 should correct the issue.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Bug with WooCommerce 2.0 WhislistVersion 2.0.10 should correct the issue.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Bug with WooCommerce 2.0 WhislistI’ll take a look at the issue, there must be some conflict with the wishlist plugin.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Bug with WooCommerce 2.0 WhislistBulk Discount currently doesn’t integrate with WishList.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Round the priceNow I’m wondering whether to add this feature or not due to loss issues as a consequence of rounding. If you really want to round the price after percentage discount, carefully add the round() operation to places where multiplying of price by something like $coeff occurs. For example, one such modification would be on line 159.
Now this has been added to version 2.0.7.