Why can't I add a variant to my cart?

I have an issue where no matter which variant I select, I get an alert popup that says the item variant already added to cart. Yet the cart is empty. This also happens when I view with incognito browser. Anyone else experienced this?

Hi @Ddonche ,

I tested and it works fine: https://i.imgur.com/2Ii7S9S.png

However I checked and found a JS bug when you check the change variant event on sticky: https://i.imgur.com/zg8gm0y.png

So you should change the code:

select[name=“id” data-productid=“6731059364038”]‘) => select[data-productid=“6731059364038”]’)

Hope it helps!