How do i change the link my cart continue shopping button takes me to, i would like to change it to https://desire-online.net/pages/all-products, what is some code to do this?
theme:dawn
website: desire-online.net
How do i change the link my cart continue shopping button takes me to, i would like to change it to https://desire-online.net/pages/all-products, what is some code to do this?
theme:dawn
website: desire-online.net
Follow these steps:
Go to Online Store → Theme → Edit code
Open your main-cart-items.liquid file under Sections
Search for this code
{{ ‘general.continue_shopping’ | t }}
line no. 34 - 36
Replace this part
href=“{{ routes.all_products_collection_url }}”
wih
href=“/pages/all-products”
Thanks
Hello @jakegrieveson ![]()
Inside Shopify Admin, you can go to Edit theme code, open file main-cart-items.liquid, find this code section and replace the url like this