How to change direction of "Continue Shopping" Button on Check out - Dawn 5.0 Theme

I have the Dawn 5.0 theme now. (changed from Debut).

On check out/cart - my “continue shopping” is not going where I want customers to be redirected.

How do I change where I want them to land when they click on the “continue shopping” ?

Hi @puregiftboxes ,

You can “Continue Shopping” link on the cart page by editing your theme’s code. Before doing so, I do suggest trying this out in a duplicate version of your theme, just to be on the safe side.

  1. From your Shopify admin, go to Online Store > Themes.

  2. Find the theme you want to edit, and then click Actions > Edit code.

  3. In the Sections directory, click **main-**cart-items.liquid.

  4. Look for the “continue shopping” code. If you’re having trouble finding it, you can hit CTRL + F or CMD + F if you’re on a Mac and type in “continue” to find the code.

  5. Replace {{ routes.all_products_collection_url }} with the URL that you want it to redirect to.

If you are Shopify plus customer you can edit the checkout page with checkout.liquid.

I hope this answer helps.

1 Like

hey! I’m not sure what the format of the url that I’m replacing it with should be. Like the one in the picture shows ‘all_products_collection_url’. I want to direct my button to the home page, but I can’t figure out what the url for that would be.

3 Likes

Did you ever get this resolved? I’m stuck on the same issue