How can I change the link that the button is directed to

Topic summary

A user wants to redirect their cart’s \

Summarized with AI on November 17. AI used: claude-sonnet-4-5-20250929.

When I click the start shopping button in the cart, it directs you to collections. Instead, I want the button to direct you to my product page- https://lakebaez.com/products/stainless-steel-motivational-shaker-bottle. My theme is Berlin and my URL is lakebaez.com.

Hi @LakeBaez

In order to change the redirection URL of start shopping button, please follow the below steps

  • Go to your theme code editor and search for file cart-drawer.liquid and main-cart-items.liquid in Sections folder.
  • In both these files search for cart__empty-text class and then change the href attribute of tag below that class.

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

    
      {{ 'general.continue_shopping' | t }}
    

Attaching a screenshot for reference:-

Harsita_0-1693986748819.png

Please give it a try and let me know if this was helpful.

Thanks