My variant picker doesn’t work somehow. When I select on a different variant, the product image doesn’t change accordingly. (they have different images) The variant set-up in products is good. Could someone please help me out? 
Store URL: vivicaff.com
Hi @Austin15 ,
I’ve noticed that you may have changed the “Add to Cart” button type to “button”, which has caused some errors.
There are two ways to fix this issue:
Method 1:
-
Step 1. Go to Admin → Online store → Theme > Edit code
-
Step 2. Find the file buy-buttons.liquid
-
Step 3. Change the code i’ve marked here to type=“submit”
Like this:
Method 2:
-
Step 1. Go to Admin → Online store → Theme > Edit code
-
Step 2. Find the file product-form.js
-
Step 3. Change the code i’ve marked here to type=“button”
Like this:
If it helps you, please like and mark it as the solution.
Best Regards!
Hi @BSSCommerce-B2B ,
For the first method, it’s already type=“submit” on my side, so I tried the second way. It works!
Thank you so much!!