Why is ShipInsure appearing as a product in my store/cart? How do I change this?
Use the instructions below to ensure the ShipInsure Product is not included in Shopify cart:
Updating your template files
To hide the ShipInsure product from the cart view, you need to edit the cart template file for adding custom attribute.
- In your Shopify admin, go to [Online Store] > [Themes]
- Click [Edit code] under three-dot menu

- Find cart template file in the theme (ex. cart.liquid)

- You may need to edit [Sections] > cart-template.liquid in this example. Add data-shipinsure="{{item.vendor}}" attribute for each cart item's DOM element.

Adding your custom CSS
Also custom CSS needs to be added to the theme for hiding the ShipInsure line item.
- In your Shopify admin, go to [Online Store] > [Themes]
- Click [Customize]
- Click [Theme settings]
- Click [Custom CSS]
- Add the below CSS [data-shipinsure="ShipInsure"] { display: none; }
- Click [Save]

Note: To revert it to make ShipInsure product visible in the cart, you can simply remove the custom CSS.
Did this answer your question?
Thanks so much for your feedback!
%s of people found this helpful.