Im using the Ride 2.0 theme and my “Continue Shopping” link keeps redirecting to a collection page that doesnt exist rather than redirecting to my all products page. Im having trouble figuring out how to change the link, here’s my all products page I want it to redirect too: https://sonic-weaponry.com/collections/all-products
1 Like
Hi @sonicweaponry ,
The default link is the colleciton/all. To redirect it to the link that you want, you need to change the following.
- From your Admin Page, click Online Store > Themes >Actions > Edit code
- In the Section folder, open the main-cart-items.liquid
- Find the code below. You should have two codes like this. Replace all two with the link you have. Click SAVE
{{ routes.all_products_collection_url }}
See image for location
- Code should look like this:
1 Like
thanks!!

