Solved

This wall of text just appeared and I don’t know what it is or how to fix it

zokala
Tourist
9 0 1

This wall of text just appeared under the “you may also like section and I don’t know where it came from or how to get rid of it. My

image.jpg

shop is set to reopen tomorrow and I really need help! Thanks in advance! 

Accepted Solution (1)
Evgeniy-M
Shopify Partner
44 6 10

This is an accepted solution.

Copy it, then delete it, then paste it right above the script tag as you showed here:

https://community.shopify.com/c/technical-q-a/this-wall-of-text-just-appeared-and-i-don-t-know-what-...

 

Liquid Ajax Cart — a Javascript library to build Shopify Ajax Carts using plain Liquid templates.

View solution in original post

Replies 15 (15)

IttantaTech
Shopify Partner
525 55 102

@zokala 

Can you please provide your store URL ?

Thanks,
Ittanta Technologies Pvt. Ltd. | Shopify Expert
If reply is helpful, please Like and Accept Solution.
To hire us, contact us at info@ittanta.com
zokala
Tourist
9 0 1
zokala
Tourist
9 0 1
Evgeniy-M
Shopify Partner
44 6 10

@zokala 

Could you provide the pass also:

EvgeniyM_1-1635256718262.png

 

Liquid Ajax Cart — a Javascript library to build Shopify Ajax Carts using plain Liquid templates.
zokala
Tourist
9 0 1
Click to expand...
 

sorry about that "droosk"

Evgeniy-M
Shopify Partner
44 6 10

@zokala 

Could you please check your product template (most likely templates/product.liquid) or layout/theme.liquid files and find the following line:

{{ product | json }}

Then could you post a screenshot of the code that is around the line.

Liquid Ajax Cart — a Javascript library to build Shopify Ajax Carts using plain Liquid templates.
zokala
Tourist
9 0 1

is this correct?

Screen Shot 2021-10-26 at 10.19.49 AM.png

Evgeniy-M
Shopify Partner
44 6 10

Can you withdraw the {% render 'ZoomyListWishlishProduct %} out of the script tag so that your code would be like this:

 

{% render 'ZoomyListWishlishProduct %}
<script type="application/ld+json">
{
  "@context": "http://schema.org/",
  "@type": "Product",
  "@id": ...,
  "name": ...,
  "url":  ...,
   ...

 

 

Liquid Ajax Cart — a Javascript library to build Shopify Ajax Carts using plain Liquid templates.
zokala
Tourist
9 0 1

Screen Shot 2021-10-26 at 10.42.32 AM.png

like this?

Evgeniy-M
Shopify Partner
44 6 10

@zokala 

Yes, the {% render 'ZoomyListWishlishProduct %} line must not be within a script tag.

Liquid Ajax Cart — a Javascript library to build Shopify Ajax Carts using plain Liquid templates.
Evgeniy-M
Shopify Partner
44 6 10

@zokala 

Does it work? All is good? 🙂 

Liquid Ajax Cart — a Javascript library to build Shopify Ajax Carts using plain Liquid templates.
zokala
Tourist
9 0 1
So I need to just delete that line?
Evgeniy-M
Shopify Partner
44 6 10

This is an accepted solution.

Copy it, then delete it, then paste it right above the script tag as you showed here:

https://community.shopify.com/c/technical-q-a/this-wall-of-text-just-appeared-and-i-don-t-know-what-...

 

Liquid Ajax Cart — a Javascript library to build Shopify Ajax Carts using plain Liquid templates.
zokala
Tourist
9 0 1

I think i did it right? however its still there

 

zokala
Tourist
9 0 1

it worked! thank you!