Shipping Bar Still Appearing After Uninstalling the App

Sometimes there is a bit of a delay between uninstalling the app, and the bar is properly removed from your shop. If you would like to force your shipping bar to be removed, you can remove the code that displays it directly from your theme.

  1. In your Shopify Admin go to Online Store > Themes > Actions > Edit code
  2. Open the theme.liquid file and delete the following line:
    <script id="shopstorm-shipping-bar-settings" type="text/javascript">var shippingBars = {{ shop.metafields.shopstorm_shipping.bar_settings | json }}</script>
    	
  3. If found, also delete the following lines:
      {{ 'shopstorm-shipping-bar.scss.css' | asset_url | stylesheet_tag }}
      {{ 'shopstorm-shipping-bar.js' | asset_url | script_tag }}
    	

Still need help? Contact Us Contact Us