Change destination of "Continue shopping" button in cart

Hey Guys,

I’m trying to change the destination of the “continue shopping” button in the cart. How exactly do I do it?

Thanks

Hi Hamza,

Inside Templates I have a file “cart.json” which doesnt have anything about the “continue shopping button”

Inside Sections there’s another cart-drawer.liquid, but it just has

{%- render 'cart-drawer' -%}

Which leads me to Snippets → cart-drawer.liquid. and found this


                {{ 'general.continue_shopping' | t }}
              

I then replaced it with this

[
                {{ 'general.continue_shopping' | t }}
              ](https://gomicare.es/pages/tienda)

But nothing happens, the button still sends me to the same location. This makes me think that this is not where I need to change it.

So I am a bit lost with this

Hi @JesusGomicare ,

This is Polo from MS Web Designer.

I would love to assist you with your query. Could you please provide your store URL and the theme name?
It will help us to provide the correct solution.

If you have any doubt, please let me know.

Regards
Polo

Hi Polo,

This is the URL "https://gomicare.es/cart"

And it is the Dawn theme.

Thanks!