Hi,
I used the free BUILD YOUR STORE apps to create my store and so far pretty happy about it. Thanks.
The apps also automatically added some WINNER products for me and i am thankful but i decided to delete the pictures of that specific product (a bag) and to replace its picture by a picture from one of my AUTODS manually imported PRODUCT (Product #1).
I then proceeded with the rest of the modifications and every thing seemed ok besides:
-
When editing the text inside a row of the COLLAPSIBLE SECTIONS, it automatically displays that SAME new text on my other product page (Product #2) as well. Not what i want.
-
I then went back on Product #1 page, duplicated that particular section (collapsible section), wrote the new text inside one of the rows, and decided to hide the other sections (I now have 2 sections). So that when we are inside Product #1 page, we will see the new COLLABSIBLE SECTION with the new row
-
I then go on Produc#2 page and make sure to edit the text inside the COLLAPSIBLE SECTION row to reflect this Product #2.
CONCLUSION : They appear to be the same SECTION ROW even though i clearly created 2 SECTIONS ?
SUGGESTIONS from Shopify robot and agents:
1- Duplicate and hide a section
Done. Not working as expected. I might be missing some step ?
2- a) Change the code related to that new section inside the theme’s product.liquid file
b) Wrap the section code with a conditional Logic
{% if product.handle == ‘your-product-handle’ %}
{% section ‘your-duplicated-section’ %}
{% endif %}
I found a somewhat main-product.liquid (not the product.liquid) file but i cannot find the duplicated section inside of it and pretty sure it’s not even the correct file ? I can on the other hand find that hidden section code inside the VIEW SOURCE CODE page but that is not where i was told to change the code.
“By using this method, the duplicated section will only appear on the specified product pages, allowing you to manage visibility without affecting other products.”
QUESTION :
Is it possible to actually have different TEXT inside COLLAPSIBLE SECTIONs for each product page ?
Thanks to anyone for any feedback!









