Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. In the theme code editor, find the main-product.liquid file.

  2. In your main-product.liquid file, find the place where you want to place the PDP on the page

  3. Add the script by copying and pasting it on the line directly above the </head> tag.

Code Block
languagehtml
<script src="https://widget.shopassistant-ai.com/preguide_ai.js" 
        data-tenantid='<Please insert your tenant id here>' 
        data-app-type="pdp" 
        defer>
</script>

...