gg07
Forum Replies Created
-
Forum: Plugins
In reply to: [Glossary] Fatal error: Maximum execution time of 30 seconds exceededHi there
Im same error.Im imported 1900 temrs to glossary and my site has gotten very slow. If open the post page retrive this error Fatal error: Maximum execution time of 30 seconds exceeded in “/wp-includes/plugin.php”.
Are there any particular configurations to set in php?Thanks
Forum: Plugins
In reply to: [WooPricely - WooCommerce Dynamic Pricing & Discounts] AJAX filed In backendHi,
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
Forum: Plugins
In reply to: [WooPricely - WooCommerce Dynamic Pricing & Discounts] AJAX filed In backendHi,
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/DbzQgX4Improvements
2. Does not apply the filtered discount on product and category variantsIn 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 lines4. 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/Gvr7qtsThanks