How can I add a 'Continue Shopping' button to my Prestige Cart Slider?

Topic summary

Goal: Add a “Continue Shopping” button to the Prestige theme’s cart slider (slide-out cart overlay).

Context: The requester wants a design similar to Fear of God’s cart slider (image provided) and shared their store for reference. The screenshot is central to understanding the desired layout and button placement.

Guidance provided:

  • Edit the cart drawer file (the template controlling the slide-out cart).
  • Reuse existing code from the cart.liquid that shows a “return to collections/all” link when the cart is empty; copy/paste that logic/link into the cart drawer to create the button.

Open points: The requester asked for concrete code; no specific snippet was provided, only general direction. No confirmation that the button was implemented successfully.

Status: Unresolved/ongoing. Action item is to extract the “return to collections/all” link code from cart.liquid and insert it into the cart drawer template to achieve the “Continue Shopping” button.

Summarized with AI on January 10. AI used: gpt-5.

Hey everyone! I was trying to make a few customizations to an already sort of customized version of Prestige I am running.

I would like to make my Cart Slider show a “Continue Shopping” button like this:

For reference this is the Fear of God website, one of the websites I am trying to modify my Prestige to match a little bit because their theme offers a lot of really good tools from a shoppers perspective. www.fearofgod.com.

My site is: www.derangedsupremacy.com. The password is DerangedDerangedDeranged.

Let me know! I am also posting one more post about a customized footer.

You must edit the cart drawer file to add continue Shopping button like that.

well yeah… i know that part i was looking for a little code help lol

It has a code to return your collections/all link in your cart liquid file when cart i empty, you can copy it and paste to the cart drawer file