Hi!
I'm a Shopify novice and am hoping the community can assist. I would like the 'Continue Shopping' button to redirect to the products page on my site.
I have tried editing the code, but I'm incapable of finding the solution. I have a one product store here: https://themainthingplanner.com/
I am using the debut theme
and would like the Continue Shopping' button on this page https://themainthingplanner.com/cart ' to link to this page: https://themainthingplanner.com/products/the-main-thing
Thank you!
Solved! Go to the solution
This is an accepted solution.
find code Sections/ cart-template.liquid file on line no 316
<a href="{{ routes.root_url }}" class="btn btn--has-icon-after cart__continue-btn">{{ 'general.404.link' | t }}{% include 'icon-arrow-right' %}</a>
replace to
<a href="/products/the-main-thing " class="btn btn--has-icon-after cart__continue-btn">{{ 'general.404.link' | t }}{% include 'icon-arrow-right' %}</a>
Hope this works.
Thanks!
User | Count |
---|---|
418 | |
209 | |
144 | |
53 | |
42 |