Hi, can you send a screenshot, i will check it for you
Thread Starter
gg07
(@gg07)
Hi,
It is a great and very useful plugin. I have several things to ask you
BUG
1. Don’t save the ajax fields
I add the product variant, save and return and the field is empty.
before
https://ibb.co/cxtCvb3
after
https://ibb.co/DbzQgX4
Improvements
2. Does not apply the filtered discount on product and category variants
https://ibb.co/mq7k3XJ
In practice, it does not read the categories of variants.
I had to modify the file class-woopricely-util.php line 576, in this way
// $product['categories'] = $prod->get_category_ids();
$product['categories'] = wp_get_post_terms($product['id'], 'product_cat', array('fields' => 'ids'));
3. It is not compatible with woocommerce product bundles.
Add the discount on the bundle lines
4. Application of a coupon in the checkout
If I apply a coupon on the product already discounted with a checkout rule. The plugin applies the discount on the already discounted price. Instead of the taxable amount. It is only a visual question even if the calculation is correct.
If you look at the screenshot, the price is 29.90 instead of 25.42, in the cart I have the discount on 25.42. Is there a way not to apply it?
https://ibb.co/nMPdbyW
https://ibb.co/Gvr7qts
Thanks
Hi, “Product Variations” filter is only available on the premium version of the plugin, please visit our demo site here: https://demo.zendcrew.com/woo-pricely/
Thread Starter
gg07
(@gg07)
Hi,
I have already purchased the premium plugins on codecanyon, the bug is also present on your site.
My catalog is 3000 products, it saves only the first 25 variants in ASC order. If I apply the discount to a single one it does not work
Hi, please send temporary login details to info@zendcrew.com, we will check it for you