Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi,
In mobile version, its asking to add a size 2 times and then only its adding it to cart. Ideally customer should click on size they want and then proceed to add to cart and checkout after that.
Can someone please suggest a fix for this. below is website link
https://www.rivaajethnic.com/products/aditi-dabu-indigo-cotton-short-top?variant=48799773884600
Thanks
open the site on Brosewr then go to inspect and change the view to mobile view and find the cart button class name where you find the issue
after finding the class go to edit code in your theme dashboard and find the event listener on that class.
"This can happen when the event listener adds multiple times by javascript"
Check assuming there are any JavaScript capabilities that are attached to the "Add to cart" button, yet in addition get set off when the size is chosen. This could cause the way of behaving where clients are provoked to pick a size once more.