How to change the 'Continue Shopping' button link on my cart page?

Hi! I need some help with my cart page!

I need to switch the link to the “Continue Shopping” button on my page to another collection of items. Please help!

Thank you in advance

Hi @JonathanKenol

You can edit it from Online Store > Themes > Edit code > open main-cart-items.liquid, find this line of code

# {{ 'sections.cart.empty' | t }}

The code of Continue shopping is right under the code, replace this code below with collection URL that you want.

{{ routes.all_products_collection_url }}

Thank you so much!!