Our Free Shopify Theme focused on simplicity, speed, and user experience. Download it today and finish your Shopify store within days, not months. Powered by Bootstrap v5 framework and 15+ years of coding experience.
The Add to Cart button hangs when the 'Show quantity' option is checked; the button dims and the spinner spins indefinitely.
Fixed by editing the qty input in the add to cart form on the product-template.liquid file:
Move the {% if section.settings.show_qty %} conditional to change the input type from 'number' to 'hidden':
The Add to Cart button hangs when the 'Show quantity' option is checked; the button dims and the spinner spins indefinitely.
Fixed by editing the qty input in the add to cart form on the product-template.liquid file: Move the {% if section.settings.show_qty %} conditional to change the input type from 'number' to 'hidden':