hello team, i have comup with one more querry here. i want to link my continue shopping button to one of my collections. currently it is pointing to “all” collection. how to change its link. my website is already live. here is my site link.
yottyboutik.com
looking forward to the solution
2 Likes
Hi @momsabhiruchi
Do you mean continue shopping button on empty cart page?
yes sure..I am open for suggestions
yes sure..open for suggestion
yes..actually, now where it is redirecting is not showing the collection banner image. so i am thinking to redirect it to some other collection if possible
1 Like
Go to your store admin > Sales channels > Online Store > Themes > click “…” > Edit code > Sections > open main-cart-items.liquid, replace this code in line 32 and 39
{{ routes.all_products_collection_url }}
With your collection link, example like this
/collections/all-mix-collection
1 Like
Thank you so much for a very quick solution. 
1 Like