Collapsible Row Content Appears Twice

Topic summary

A user reports that content entered into collapsible row descriptions on their product page is appearing duplicated. This issue was not present initially but emerged recently.

Likely causes identified:

  • A loop or conditional statement in the accordion code that processes content multiple times
  • Liquid or JavaScript logic incorrectly appending the description more than once
  • Theme settings calling the description field twice in the code

Current status:
The issue remains unresolved. Responders suggest examining the accordion/collapsible row code for duplication logic, but no specific solution has been provided yet. The affected product page is accessible via password for troubleshooting.

Summarized with AI on November 2. AI used: claude-sonnet-4-5-20250929.

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:

  1. Incorrect Liquid or JavaScript logic: The description is being processed or appended multiple times.
  2. Theme settings duplication: The description field might be called twice in your theme code.