Hi,
I’d like to change the link on my cart page that says “Continue shopping here”
I would like the link to go to a collections page I created with Zipify pages, or just remove the word “here” and the link altogether.
I believe the code I need to edit is in my cart.liquid file:
{{ 'cart.general.continue_browsing_html' | t: link: routes.all_products_collection_url }}
I’ve worked with Shopify Support to find a solution on this, but they weren’t able to help me. Can anyone point me in the right direction?
Thanks!
Hi, @stevefar
While coding support is outside my scope of support, I do have a suggestion here for you that I thought I’d mention.
You are able edit this specific link and text through the language editor. Here are the steps to do that:
-
Login to your Shopify Admin.
-
Head to Online Store >Themes.
-
Next to your current theme (Brooklyn), Click Actions > Edit languages.
-
Toggle to the Cart section.
-
Scroll down until you find the Continue browsing html text box.
-
Edit the link and text as desired, and click Save.
Here’s a screenshot of the Continue browsing html text box in the language editor in Brooklyn:
Let us know how this goes!
2 Likes
Thank you! I had looked at that section before and tried to replace the word “link” with my desired link, which wasn’t working.
I just deleted everything after Continue browsing, and it removed the word and link altogether. That works for me!
1 Like
Ah great news. Glad you managed to figure it out, nice work!
Thanks for updating the topic as solved for the benefit of others.
Thanks to @PaulNewton for the extra context for others users and themes as well!