Add Continue Shopping to Gearbibble Checkout
Add a continue shopping link to your cart
This page was printed on Oct 20, 2022. For the current version, visit https://help.shopify.com/en/manual/online-store/themes/themes-by-shopify/vintage-themes/customizing-vintage-themes/add-back-link.
You can add a Continue shopping link to your cart page that allows customers to easily return to browsing products after adding something to the cart. You can choose to add a link that will take customers back to your catalog page, back to your home page, or back to the last collection page that they were looking at.
Add a Continue shopping link to your cart page
To add a Continue shopping link to your cart page:
-
From your Shopify admin, go to Online Store > Themes.
-
Find the theme you want to edit, and then click Actions > Edit code.
-
From the Shopify app, tap Store.
-
In the Sales channels section, tap Online Store.
-
Tap Manage themes.
-
Find the theme you want to edit, and then click Actions > Edit code.
-
From the Shopify app, tap Store.
-
In the Sales channels section, tap Online Store.
-
Tap Manage themes.
-
Find the theme you want to edit, and then click Actions > Edit code.
-
In the Sections directory, click
cart-template.liquid
. If your theme doesn't have this file, then clickcart.liquid
in the Templates directory. -
Find the code for the Checkout button by searching the file for
name="checkout"
. The line of code for the checkout button varies theme to theme, but will look something like this:
-
The next step is to paste a new line of code to create a Continue shopping link. The code that you paste will depend on which page you would like the link to go to:
For a link that goes to your catalog page
To add a link that goes to your catalog page, paste the following code on a new line either before or after the code for the Checkout button:
### For a link that goes to your home page
To add a link that goes to your home page, paste the following code on a new line either before or after the code for the Checkout button:
### For a link that goes to the last collection viewed
To add a link that goes to the last collection viewed, paste the following code on a new line either before or after the code for the Checkout button:
-
Click Save. If you added a link that goes to either your catalog page or your home page, then you are done. If you added a link that goes to the last collection viewed, then you will need to add some JavaScript to your theme code. Continue to follow the next steps.
-
In the Layout directory, click
theme.liquid
. -
Find the closing
</body>
tag, near the bottom of the file. Paste the following code above the closing</body>
tag:
- Click Save.
Add button styling (optional)
If you use a free Shopify theme, then you can apply styling to your Continue shopping link to make it look like a button. By adding a class attribute to the code for your button link, you can make your button match the style of the other buttons in your theme. All free Shopify themes use the same class name for primary button styles, and most use the same class name for secondary button styles.
To apply primary button styling to your Continue shopping link:
Add the attribute class="btn"
to the line of code that you pasted to add a Continue shopping link. Your code should look like this:
To apply secondary button styling to your Continue shopping link:
If you use a free theme that is not Supply, then add the attribute class="btn--secondary"
to the line of code that you pasted to add a Continue shopping link. Your code should look like this:
If you use Supply, then add the attribute class="btn-secondary"
to the line of code that you pasted to add a Continue shopping link. Your code should look like this:
Source: https://help.shopify.com/en/manual/online-store/themes/themes-by-shopify/vintage-themes/customizing-vintage-themes/add-back-link
0 Response to "Add Continue Shopping to Gearbibble Checkout"
Post a Comment