Change destination of "Continue Now" link, in Dawn theme...

Would like to the Continue Now button to just point back to the home page. Currently, it links to a list of all products in my store. You can see example of the “Continue Now” button, from the cart page.

https://bobtema.com/cart

Please advise, thanks.

Hi @Bob_Tema !

Currently your href on the Continue Shopping link is set to routes.all_products_collection_url which sends you to the products page.

Changing the href to routes.root_url will send you to your home page.

Edit this code in: Admin > Online store > customise > edit code > sections > main-cart-items.liquid

Change this in the a tag for the divs with classes title-wrapper-with-link and cart__warnings


Hope this helps!
1 Like

Thank you Tikita, it worked, and it took all of 4 minutes to follow your instructions and fix it. Much appreciated!

1 Like