skip to Main Content

I wish to add a snippet to all pages of any shopify store. While I can add it to theme.liquid, for the thank you page, I believe I need to add it elsewhere. Is there any way I can bypass that and place the script tag at one place only?

2

Answers


  1. Unless you are on Shopify plus account you can’t.

    The only way to add script tags is via the Additional Scripts in the checkout settings page.

    Login or Signup to reply.
  2. You can include JavaScript on the storefront pages and the thank you page (aka the order status page) using Shopify’s ScriptTag API: https://help.shopify.com/api/reference/scripttag

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search