I didn’t have this issue when I first did the collapsible rows, but today I checked it and for some reason anything I type in the description of the collapsible row, is duplicated. How can I fix this issue?
https://r20561-af.myshopify.com/products/apple-airpods-max-metal
Password: theaba
@Sicilia2025 may be in the code there is a loop or condition which is duplicating the content, please check accordion code
Hi @Sicilia2025 ,
This issue occurs when your collapsible row logic or the way the description is rendered in the code is duplicating the content. It’s often caused by either:
- Incorrect Liquid or JavaScript logic: The description is being processed or appended multiple times.
- Theme settings duplication: The description field might be called twice in your theme code.