Remove unwanted } on bottom of product page - urgent

Remove unwanted } on bottom of product page - urgent. I cannot find in the code where this is located.

URL: duoarthouse.com.au

Hi @duart2023 ,

I haved checked your website. It seem like you got a solution for this problem.

" } " was disappeared?!

It seems that the file footer.liquid had an extra ‘}’ for a liquid block at the end of the file, and you removed it to resolve the issue. Your Footer is now working fine. I’m glad to hear that.

Have a nice day!

Hi @duart2023

Did you add something on the theme.liquid?

@BSSCommerce-B2B It only is appearing on the product pages -

https://duoarthouse.com.au/products/beached-in-bondi

Can you please assist ASAP?

HI @duart2023 ,

You can follow these steps:

  1. Go to Online Store
  2. Click edit code
  3. Find your theme.liquid file and search "

It seems that had an extra ‘}’ and you removed it to resolve the issue. (like my example “1234” as image below )

Hope it helps!!

This isn’t working. The unwanted } is still there on the bottom of the product pages only.

The theme liquid seems to be fine. I’m not sure what else to look for?

Hi @duart2023 ,

Sr about that, in inspector view in your website, I see an extra text " } " after script:

You can find it your theme.liquid file and search <script type="text/javascript or to find an extra " } ".

Please try to search for any text “}” as my guideline before or after the tag. I apologize as I don’t have access to your store admin to check this ASAP. Hopefully, you’ll find it soon!

Good luck!

We’re looking for the extra closing bracket }. Double-click the closing bracket at the bottom of the theme.liquid file to locate it.

the opening bracket { will be highlighted if it is correctly used in the code. If you don’t see the highlighted opening bracket, it means that is the extra closing bracket. Then remove that closing bracket and save. refresh the preview.