Skip to main content
All CollectionsSlide Cart customization
How to disable old cart/Double cart in your Shopify Store
How to disable old cart/Double cart in your Shopify Store

This guide provides step-by-step instructions on how to locate and remove specific code snippets to disable the old cart or double cart functionality

Llama Support avatar
Written by Llama Support
Updated over 3 weeks ago


​1- Locate the Header Code
​
Look for either of the following files in your Shopify theme: header.liquid` or header-cart.liquid

2- Locate the Drawer Code


Navigate to the file: drawer.liquid

3- Remove Specific Code from quick-add.js

This selected code should be removed,theme.drawer.open("right","product-form",this) in the quick-add.js file

4- Remove Specific Code from product-buy-button.js

Open the product-buy-button.js file.

This selected code should be removed,theme.drawer.open("right","cart-drawer",this.primary_button) in the product-buy-button.js

If you find any difficulty in disabling it by yourself, please ping us on the live chat and
add [email protected] as a staff with limited access.

Did this answer your question?