Collapsible Row in Product Page doesn't open

Solved

Collapsible Row in Product Page doesn't open

visheshk
Tourist
10 0 5

hi, Collapsible Rows in product page aren't opening at all. 

it was working till yesterday, but suddenly it stopped
url: https://westernera.com/products/linen-bloom-long-dress


a
lso how to add dynamic tag to content, as it doesn't allow me to do that

Accepted Solution (1)

Laza_Binaery
Shopify Partner
369 68 106

This is an accepted solution.

Hi @visheshk 

 

You have error in code, in the page source it is line 450 but that is probably in your theme.liquid file

 

<script> src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>

 

So there is an extra > after opening the script tag. That breaks all. Because then jQuery is not loaded several other errors pop out.

Remove that > and it should be fine.

Kind regards
Laza
www.binaery.com

View solution in original post

Replies 3 (3)

Laza_Binaery
Shopify Partner
369 68 106

This is an accepted solution.

Hi @visheshk 

 

You have error in code, in the page source it is line 450 but that is probably in your theme.liquid file

 

<script> src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>

 

So there is an extra > after opening the script tag. That breaks all. Because then jQuery is not loaded several other errors pop out.

Remove that > and it should be fine.

Kind regards
Laza
www.binaery.com
visheshk
Tourist
10 0 5

Thank you, that seems to have resolved the issue.

Can you help with next part as well- how to connect dynamic meta-field to additional informational tab


Screenshot 2024-01-26 011747.png

Laza_Binaery
Shopify Partner
369 68 106

Hi @visheshk 

Please create a new topic. That way other people in the same situation might find an eventual solution. Also add more info, like what you have tried and how you defined metafields.

Kind regards
Laza
www.binaery.com