Product Card - Add to Cart - Variant Pop Up

We have the instant add to cart button live on our product cards so you can add the product to cart without having to go to the product page. Recently we have added some variants to some of our products and now thee add to cart doesn’t work on them.

In my cart I have product recommendations setup and as one of the products with a variant is added, a pop up comes up in the bottom corner to select the variant before adding to cart instantly. What I am wanting to do is have the same pop up with the variant options come up after selecting the add to cart on the product card.

website is www.tiegear.com using impact theme.

Hello @ryanf1 ,

It works with non variant products.
I’m not sure if its theme inbuilt function or a custom one.

But I thought the issue is: code uses product id to add the product to cart but when a product has a variant then it needs product variant id.

If you know the code crosscheck it and try to change product id with variant id.

Thanks