Disable Giftship on Your Live Theme for Testing 🚀

You can disable Giftship on any theme for previewing / testing by implementing a small snippet of code in your theme files.

Go to Online Store –> Themes –> find the theme that you would like to hide Giftship on –> Actions –> Edit code.

Then find your theme.liquid file, and add the following code directly below the opening <head> :

<script>     
  var Gs = {}; 
</script>

Giftship should now be disabled on whichever theme(s) you added the above code to. This means if Giftship is enabled from within your Giftship settings, it should show up on all your themes that do not contain the above code snippet.

You can now test Giftship on all your themes that do not contain the above code snippet!

Can't find the answer in our documentation?
Contact Support