• Resolved spyniel

    (@spyniel)


    Hello,

    I have an issue with checkout button on cart page. We need option ” Update cart/prices automatically when change quantity” which works great. But if i add less products then we have limit on 40 pieces from the shop and I go to cart page and I wanna add more products in cart page to reach the limit 40 or more but checkout button doesn’t appears…

    After i refresh the cart page then appears….

    Any ideas ???

    Thank you

Viewing 6 replies - 1 through 6 (of 6 total)
  • 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

    Thread Starter spyniel

    (@spyniel)

    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 6 years, 1 month ago by moiseh.
    • This reply was modified 6 years, 1 month ago by moiseh.
    • This reply was modified 6 years, 1 month 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 ??

    you’re welcome ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘no display checkout button’ is closed to new replies.