How to add ''Add to Cart'' button in a Featured Collection with variations(options)

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

1 Like

@Beyrun

Add the following code in your snippets/product-item.liquid file.

% comment %} Add to Cart Button {% endcomment %}

Thanks!