Remove drawer cart or checkout option debut theme

Hi,

I am using a bundling app, that in order to add the appropriate discount uses the cart page as a trigger. How can I remove the ‘checkout’ button from the drawer cart or remove the drawer cart altogether to stop customers from bypassing the cart page and discounts not being applied?

Store URL https://egoavenue.com/

Theme Debut

1 Like

@LaurenChristina
Hi,
it’s coming out through a third party app,
Which you have added to display the ‘add to cart’ button.
Hide it form that app setting,

Or if you need any more help, let us inform we are happy to Help you.
We will help you to add the custom add to cart Button into your Collection page.

Thank you.

2 Likes

@LaurenChristina - you can remove drawercart using css, can you please let me know which icon or content you want to remove? I clicked on icon in header but it is not coming like what you have shown in screenshot

@LaurenChristina

.boost-pfs-checkout {
    display: none !important;
}

Add this code in the bottom of the theme.css file.

  1. Navigate to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste Above code at the bottom of the file.
  3. Save it.
1 Like