How can I change the link this button directs to

when you go to the cart and there is nothing in the cart, it comes up with this message and a start shopping button. When you click start shopping it bring you to the collections page, but I would like it to direct to this link instead https://lakebaez.com/products/stainless-steel-motivational-shaker-bottle. How can I make that happen, thanks!

Hi @LakeBaez

You can do that by opening your cart-drawer.liquid liquid file, search this class “drawer__inner-empty”

Change this code


{{ 'general.continue_shopping' | t }}

To this

[
{{ 'general.continue_shopping' | t }}
](https://lakebaez.com/products/stainless-steel-motivational-shaker-bottle)

Save file and check if it works now.

Duplicate https://community.shopify.com/post/2209173

Generally referred to as the carts continue-shopping button/link/text.

First thoroughly check the visual theme editors settings for the cart template and also in the global settings.

If nothing check the themes language editor searching for “start shopping” to find the label text that should get you in the area to see if there is an entry that’s used for the links url itself.

If none of the above work you need a theme customization that will vary by theme.

Often it should be in section cart.liquid, main-cart.liquid or section/snippet cart-items.liquid etc

You’ll probably be looking for something similar an tag with the following liquid for it’s href attribute: {{ routes.all_products_collection_url }}

If you need this customization then contact me directly by email for services.
Please always provide context, examples: post url(s) , store url, theme name, or any further detail.
Contact Info in signature.