How to redirect the Check Out button in the cart drawer

Topic summary

Goal: Change the Cart Drawer’s “Check Out” button (Dawn 11.0.0) to go to the Cart page instead of Checkout.

Key points:

  • Context: The “cart drawer” is the slide-out mini-cart overlay. The request is to reroute its primary button from Checkout to the Cart page.
  • Option 1 (simplest): Disable the cart drawer and use the standard Cart page. This naturally routes users to Cart before Checkout.
  • Option 2 (customize): Keep the drawer and edit theme code. Path: Snippets → cart-drawer.liquid. Search near line ~546 for the button code and replace it so the button links to the Cart page instead of Checkout.

Note on missing details:

  • The exact code to find/replace was referenced but not shown in the thread. The provided code blocks are empty in the transcript, so the specific snippet is unavailable here.

Status/Outcome:

  • No confirmation from the requester; solution appears proposed but unverified. The discussion remains open, with the key step being a code change in cart-drawer.liquid or disabling the drawer entirely.
Summarized with AI on December 12. AI used: gpt-5.

Hello, I’m working on a store with Dawn 11.0.0

The store uses the drawer cart type but I would like the “Check Out” button that is at the bottom of the drawer to redirect to the Cart instead of to Checkout. How can I redirect this button to my Cart?

1 Like

Hello @theglowroomva ,

If you need this option then I think you have to disable cart drawer and use simple cart page.

btw if you still need it please follow:

Edit Snippets → cart-drawer.liquid
here search for this code maybe at line no. 546


Once found replace it with this one


          
          

Regards
Guleria