Hi there,
I need some help here.
What I need is a Add to Cart button in a featured collection with variants, I’m able to add the button but also need the customer to be able to choose option before adding the product to the Cart
Thank you
Hi there,
I need some help here.
What I need is a Add to Cart button in a featured collection with variants, I’m able to add the button but also need the customer to be able to choose option before adding the product to the Cart
Thank you
Add the following code in your snippets/product-item.liquid file.
% comment %} Add to Cart Button {% endcomment %}
Thanks!