Hello Shopify Community,
I am using the dawn theme and I am facing an issue with the accordion display on my product pages. The accordion is implemented using Liquid code and JavaScript. While it works perfectly for existing products, the accordion does not appear for new products.
One of my existing products:
https://ziraq.in/products/royal-infinity-zircon-pendant
One of my new products:
https://ziraq.in/products/red-solitaire-pendant-with-chain
Here are the details of my setup:
- I have filled in the required metafield values for the new products in the Shopify admin.
- The Liquid code for the accordion is correctly placed in the main-product.liquid file within the
{%- if product.description != blank -%}block. - I have added JavaScript code to enable the accordion functionality.
Despite these efforts, the issue persists, and the accordion does not show up for new products.
I am not from a coding background, so any simplified guidance or suggestions would be highly appreciated. If anyone has experienced a similar issue or has insights into troubleshooting this, your help would be invaluable.
Thank you in advance for your assistance!


