Change my continue shopping URL

Hello,

How can I change the continue shopping URL? I want it to redirect to this URL: Clothing – Riwayah

I’m using rise theme

@designer.drafts_1 To change it:

  1. Go to Online Store → Themes → Customize

  2. Open the Cart page (or Cart drawer)

  3. Check if there’s a “Continue shopping link” or “Collection” setting and update it to your Clothing collection

If there’s no setting available, you’ll need to edit the code

@Natbrown94 yeah there isn’t any
where should I be changing and what exactly?

@designer.drafts_1 Go to Edit code

  1. Find the cart file (e.g. main-cart-footer.liquid or cart-drawer.liquid)
  2. Locate the “Continue shopping” link and replace its URL with:
    Clothing – Riwayah

In Rise theme, there’s no single place to change this link. The cart drawer, cart page, 404 page, all use the global routes object. You need to go to Online Store → Three Dots → Edit Code and search this on the left hand panel routes.all_products_collection_url

You can replace this with anything you want, but using a full url is unnecessary, and a path is just fine for internal linking. Just replace {{ routes.all_products_collection_url }} (everything in the quotes) with

/collections/clothing

so it looks like <a href=“/collections/clothing”

@Maximus3 Hey, could you DM me when you get a chance?

Sorry. I don’t take private messages. You need help with something in particular?