Disable / Hide Multiship on your Live Theme for Testing

You can disable Multiship 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 Multiship on –> Actions –> Edit code.

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

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

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

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

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