Hi all,
I see it was asked by a few people before but doesn’t work with my theme.
I use a modified Minimal theme.
When I add to cart a product, Shopify automatically leaves the product page and opens a cart page. I would like to turn off this feature. I do not have this option in my settings, looks like it’s something in the code.
It doesn’t happen when I preview with other themes.
Are there any ideas how I can change this?
Thanks a lot.
P.S. Not sure if it helps, this is the piece of code for the add to cart button in my product page:
{% form ‘product’, product, class: productform_class %}
{{ 'products.product.add_to_cart' | t }} {% if section.settings.enable_payment_button %} {{ form | payment_button }} {% endif %}