Hi everyone,
Please help me change the link of the continue shopping button that opens when the cart drawer opens.
I’ve tried the method of inserting the link in both <a href codes, however, it simply doesn’t work, even inserting “/” that is supposed to lead to my home page. It does seem to work on the Dawn theme, but once I do the same on my Origin theme it’s just not working.
Any advice?
Hey @SPCTRVM
Where you want the continue shopping button to take the user?
1 Like
Hi,
At
Edit the Cart Template
Try edit code something like this
Continue Shopping
The URL should look something like this: /products/product-handle. Replace product-handle with the actual handle of your product.
If you still need help you can contact us(details at signature)
1 Like
Hello @SPCTRVM , would you like to share the store URL? So, I can look further into your request.
Regards,
Osama Farooqi
1 Like
Hi @SPCTRVM ,
To change the URL of “Continue shopping” button, you have to make changes on file cart-drawer.liquid. The code is present on line number 42.
Please replace the below red marked code with the product link as per your wish.
If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
M
1 Like
Thank you for your assistance!
is this really the accepted solution?
I apologize, it was the second reply. I will correct the accepted solution.