Hello everyone!
I’m getting this error when opening the Product Template in my store editor. It’s only just started recently as far as I’m aware.
I’ve heard these can be due to missing html close tags, etc, but is there an easy way to identify the issue? I’m not a coder, unfortunately 
The site is https://gardenhearth.co.uk
Any help would be greatly appreciated! 
Hi,
Hope this will work
- Open main-product.liquid
- Copy code into HTMLHint
- Fix any missing/extra tags , Save and test
Here’s an example:
Product name
Product name
If you see this kind of issue, just:
Add missing closing tag (usually ,
, etc.)
That sounds exactly like what I need 
But do you mean this? https://htmlhint.com/
I’ve got no idea how to use it. Will have to find some guidance or an alternative.