Collapsible section text repeating on each product page

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!

Hi

I’d like to request access to your Shopify backend and theme files to provide a more accurate solution. Please let me know if this is acceptable.

I rather not. Are you still willing to help if i show you the following print screen ?

  1. What’s the name of your Shopify theme?

DAWN 15.2.0

  1. Have you made any changes to the theme’s code or files?

No. Simply changed the pictures and text. But the store pages were automatically built by the BUILD YOUR STORE apps.

  1. Are there any other apps or plugins installed that could be interfering?

Good question as that was my concern when the Shopify support team suggested me to change the theme’s product.liquid code. Here are the apps so far installed on my store account:

Thank you in advance for any feedback.

Hi, you want A message text for what ? To charge me ?

Not sure i understand why you and your team needs me to text so if you are able to simply share some information with the information i included so far then please do so, otherwise no worries i will wait for someone else to reply or i will try elsewhere. Thank you in any cases.

Ok thank you for the suggestions and quick replies.

I will dig further and let you know what happened and if it worked.

I will compare it with what some chatbot also suggested.

Hi,

I think in my case, we need to modify the product.json file unless you think oherwise ? Please see the attached print screens.

1- i will take a backup of the file an or i think the theme ?

2- then proceed with the addition of the proposed condition.

3- Save

4- test it

5- Post it here

QUESTION : How do we find our product’s handle value ?

Thank you once again for your feedback.