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” ?
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.
From your Shopify admin, go to Online Store > Themes.
Find the theme you want to edit, and then click Actions > Edit code.
In the Sections directory, click **main-**cart-items.liquid.
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.
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.
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.
Did you ever get this resolved? I’m stuck on the same issue