Hi,
You can customize the “Continue Shopping” button in your Vantage theme to redirect customers back to the last collection or product page they were on. Here’s how you can do it:
-
In your Shopify admin, go to Online Store > Themes, then click Actions > Edit code.
-
Look for the cart.liquid file, usually found under the Sections or Templates folder, and open it.
-
Locate the code for the “Continue Shopping” button, which might look something like this:
Continue Shopping -
Replace the href with the following code to dynamically redirect customers back to the last page they were on:
Continue ShoppingThis code will use the browser’s history to send customers back to the previous page they visited, which is typically the last collection or product page.
If you want to be more specific, such as redirecting back to a particular collection, you can manually set the URL like this:
Continue ShoppingThis should help create a smoother shopping experience for your customers!
Hope that helps!