A space to discuss online store customization, theme development, and Liquid templating.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hej all,
I am using the latest version of the Modular Theme. Unfortunately I cannot get the Add to Cart button to work on the product page. It keeps showing the Add to Cart Bar at the bottom of the screen. This is not very intuitive.
In the settings I can only enable or disable to Add to Cart Bar, cannot find anything about the Add to Cart Button.
Please take a look at the screenshots attached. Any help is welcome!
hello,
If you dont see the add to cart button. Please check the below code.
<form action="/cart/add" method="post" id="product-form- {{ product.id }}">
<input type="hidden" name="id" value="{{ product.variants.first.id }}">
<div>
<button type="submit" name="add">Add to cart</button>
</div>
</form>