renp
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] 2.0.11 Product Issuesmaxi_kaz,
What are the variable product bulk discount settings? Which WordPress and WooCommerce versions are you using?
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] 2.0.11 Product IssuesHi maxi_kaz,
– Do you use Flat discount? (This feature doesn’t apply for Percentage discount).
– You need to enable Bulk Discount on each individual product (there is a new feature which makes disabling Bulk Discount on product level more reasonable). This needs to be done only once – for example after upgrading to version 2.1.
– Did you clear the WooCommerce sessions after making changes in global settings?The result should then look like this: https://awesomescreenshot.com/0c11y7mx38
This means that the flat discount is applied only to the first product variation in cart.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] 2.0.11 Product IssuesNew version 2.1 of Bulk Discount adds another option for product variations to apply discount to product variations as if they were one product. This should help.
Version 2.1 resolves this issue.
Yes, I see. I’m currently working on the next release which will, among other things, allow HTML in product description.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Free item when you purchase X amountHi, you can try my new plugin “WooCommerce Get One Free” which should do the work for you.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] 2.0.11 Product IssuesI’m quite busy at the moment so I can’t tell exactly when will new version be available, but indeed there is going to be a new version with few minor features including the one discussed here.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] 2.0.11 Product Issuespairadyce,
I’d really like to help you with the issue you are experiencing, but I need to reproduce the issue on my localhost. I tried different settings and it’s still working as intended on my side.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] 2.0.11 Product Issuesmaxi_kaz,
I will add this functionality to the next version. I will retain the old way of applying the discount as well – there will be possible to configure which way to treat the variable products.
I think that formatting using HTML should work. I’ll check it and confirm it here.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] 2.0.11 Product Issuesmaxi_kaz,
I thought your issue was the same as pairadyece’s. But now when you’ve given this example, I can confirm that by design the result you obtain is something I intended.
There are indeed many possibilities of how discounts can be applied. The possibility you write about has not been implemented (yet). I’m planning to write a list of new features for myself, that users requested and it will hopefully lead to new refined release.
Forum: Plugins
In reply to: [Really Simple CAPTCHA] The plugin doesn't do cleaning temporary folderI had the same problem. Got rid of it by modifying these lines in really-simple-captcha.php (permissions of the temporary files then become read AND write so they can be deleted by the plugin each one hour):
/* Mode of temporary image files */
$this->file_mode = 0444;/* Mode of temporary answer text files */
$this->answer_file_mode = 0440;to
/* Mode of temporary image files */
$this->file_mode = 0666;/* Mode of temporary answer text files */
$this->answer_file_mode = 0666;Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Free item when you purchase X amountHi,
This functionality is is currently not implemented.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] ContributionsHi,
That would be great! Could you send me the translation files to
info (at) renepuchinger (dot) com ?Thanks.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] 2.0.11 Product Issuespairadyce,
This looks like versions are not the problem. Can you try to disable all other woocommerce extensions on your localhost (or a testing site) to see if there is no collision with other extensions?