Hi can anyone tell me where to find this, I have used dev inspector and have searched theme docs but cant seem to find it.
Code is top left above announcement panel.
Thanks
Wendy
Hi can anyone tell me where to find this, I have used dev inspector and have searched theme docs but cant seem to find it.
Code is top left above announcement panel.
Thanks
Wendy
With issues like this view source in the browser, ctrl+u most desktop browsers.
Then find/search in the text for the offending code.
Here is seems around line 268 there is an unclosed script tag: " </script "
var variantStock = {};
Which should be found in the themes theme.liquid or possibly a related head.liquid snippet.
Thank you!!! I finally found it ![]()