Changing 'Continue Shopping' button destination DAWN Cart

Hey,

Looking to change the ‘Continue Shopping’ button destination in the cart on my Dawn theme. Thanks in advance!

Hey @Altagracia ,

Welcome to the Shopify Community!

I understand you’re looking to replace the link for the “Continue shopping” button for the Dawn theme. Since you’re using a Shopify-supported theme, then this is something that our Theme Support team can help you with. All paid Shopify stores, using a Shopify-developed theme receive 60 minutes of complimentary design support. We provide this free of charge for Shopify themes if the change falls in line with our Design Policy. Our team tracks the time that they spend on each theme modification request that you make.

You can learn more about customizations that Shopify supports below:

If this interests you, please visit the Shopify Help Center and log in to your account to create a support request. From there, simply provide the link that you’d like to replace with and our Support team can help send a customization request to our Theme Support.

Let me know if I can clarify anything further!

Welcome to shopify community.

Please share your store URL and if your store is password protected then please provide password too.

Thank you.

hey! thanks for helping. my website is altagraciamotors.com

Hi,

Where you want to move “continue shopping” button.

Thank you.

i want it to be redirected to my ‘store’ collection

Hi there,

You can make this change by adjusting 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.

I hope this answer helps.