renp
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Round the priceHi, if I look which lines should be modified, I will be then able to release a new version which will allow this behaviour to be set in options. Therefore I recommend to wait few days until I update the plugin.
I’m going to implement options to set where the discount should or should not be visible. This way you will be able to hide the text you mention.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Translation Portuguese PT-ptThanks again! I’ll add the localization to the next version.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] [BUG] Order Receipt Email showing 100% discountThis looks like a problem in your language localization. If you switch your site to English, do you experience this problem as well?
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] [BUG] Order Receipt Email showing 100% discountThanks for reporting this. It was the same bug, but for different testing scenario. Version 2.0.5 fixes this.
One thing to note: The bug of incorrectly displaying 100% discount on order details had no impact on computations of price and discount, it “only” showed incorrect discount amount in order details.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] [BUG] Order Receipt Email showing 100% discountVersion 2.0.4 is released and resolves the problem of displaying 100% discount for product variations.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] [BUG] Order Receipt Email showing 100% discountI know the cause of the latter problem. Version 2.0.4 will correct this issue.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] [BUG] Order Receipt Email showing 100% discountThe bugfix works for the scenario I managed to reproduce on my development station. I can look further on this issue. Can you specify the steps leading to the behaviour as exactly as possible? This would help much.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] [BUG] Order Receipt Email showing 100% discountThanks for reporting the bug. It is corrected in latest version 2.0.3.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] [BUG] Order Receipt Email showing 100% discountDoes this problem occur in version 2.0.2 of Bulk Discount? Did you previously used 2.0 or 2.0.1? In which WooCommerce and WP versions did it occur? I’ll look at this issue asap.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Set Exact Pricingrosscortb, it seems you have set flat discount type, which applies the discount on product subtotal, ie. price*quantity. You can solve your issue by using percentage discount, which in you case yields 100 * (1 – (1.5/1.6)) % = 6,25%. You then have to set Quantity(min) = 100, Discount = 6.25%.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Set Exact PricingYou can check out version 2.0 of Bulk Discount, the feature I was talking about has been implemented.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Set Exact PricingHi, I’m going to extend the plugin so that one will be able to set flat discount in currency, i.e.:
Quantity 1 = 10, Discount 1 = $5
Quantity 2 = 20, Discount 2 = $10This will allow you to set bulk discount as you want.
HTH
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Site-wide discountsThis feature is currently not implemented but thanks for a good idea for some future version ??
Forum: Plugins
In reply to: [WooCommerce Order Notes Window] Not working for customer notesHi,
I can think only about the official WooCommerce CSV import suite which can import or update large number of products. I’m not sure if it works for orders as well.