Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
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
My product page's functionality is not working. the color swatches zoom in and description accordion stopped working I couldn't
figure out why?
Solved! Go to the solution
This is an accepted solution.
@irum_s The issue is you or somebody put an alert on a type="application/json" script tag.
This alert('product') is breaking everything on your product page. Edit and remove this on your theme file.
Leysam | The Shopify Guy
- Was my reply helpful? Click Like to let me know!@irum_s Would you mind sharing your store here or VIA PM? so we can take a look. Thank you
Leysam | The Shopify Guy
- Was my reply helpful? Click Like to let me know!https://www.casadr.org/collections/fiori-accessories/products/morgan-black
this is my store's product page.
Please check and guide me why the color swatches, zoom in and accordion are not working.
This is an accepted solution.
@irum_s The issue is you or somebody put an alert on a type="application/json" script tag.
This alert('product') is breaking everything on your product page. Edit and remove this on your theme file.
Leysam | The Shopify Guy
- Was my reply helpful? Click Like to let me know!Thank you so much. It worked!