Plugin Author
moiseh
(@moiseh)
Hi Spyniel,
I’m assuming you’re using the WooCommerce official Min/Max Quantities extension.
I don’t have this paid extension so in the case i need to access your wordpress install to find a solution.
Can you send me the wp-admin login to test, please? Send to moiseh [at] gmail [dot] com
Thanks
Hi,
Yes I do use this plugin. I send it.
Thanks
Plugin Author
moiseh
(@moiseh)
Hello,
After some research i find out that my plugin can’t fix this problem, this is an issue with the Autoptimize mixed with Min and Max Quantity for WooCommerce (by BeRocket) plugin.
The Autoptimize has always caching incorrectly this CSS style (generated inline by Min and Max Quantity for WooCommerce plugin):
.checkout-button {
display: none!important;
}
So i think the best options here is:
1) Deactivate the Autoptimize plugin
2) Relate the problem to “Min and Max Quantity for WooCommerce” plugin staff so they can provide a better way to hide, and most important show the checkout-button when reloading the cart using AJAX update button
Hope it helps
-
This reply was modified 7 years, 2 months ago by
moiseh.
-
This reply was modified 7 years, 2 months ago by
moiseh.
-
This reply was modified 7 years, 2 months ago by
moiseh.
unticking the “also aggregate inline CSS” in Autoptimize’s setting or adding .checkout-button to the comma-separated CSS optimization exclusion list might also help 🙂
hope this helps,
frank (ao dev)
Plugin Author
moiseh
(@moiseh)
Yes unticking the “also aggregate inline CSS” in Autoptimize’s setting solved the problem.
Thanks it’s the most quick reply i’ve seen 🙂