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.
Topic summary
A user wants to redirect their cart’s \
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:-

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