How to delete the additional checkout buttons from your cart page in Shopify
Drive 20-40% of your revenue with Avada
Checkout step is an important process that any customer has to go through if they want to buy the items in their current cart. This process begins when the user clicks the Checkout button (or Buy now button).
The buttons such as gateway buttons, accelerated checkout buttons can be shown on either your checkout page or your cart page, but not both. That is to say, in case you display the tag on your cart page, then the buttons will not appear on your checkout page. For your information, displaying checkout buttons on the checkout page must be a convenient way not only for the e-commerce business runner but also for the users. If you are questioning on How to display the checkout button on the checkout page, then we want to recommend to you a solution to your issue which is removing the buttons from your cart page.
Please kindly note that in case you have specified that customer Accounts are required in your checkout settings, then the additional_checkout_buttons
Liquid tag may be disabled. As a consequence, you will not be allowed to display additional checkout buttons anywhere on your website. This might allow any customer to check out without logging in.
However, please keep reading our instructional writing on How to delete the additional checkout buttons from your cart page to know more deeply about this topic.
Delete the additional checkout buttons from your cart page
Step 1:
Go to Online Store > Themes from your Shopify Admin panel.
Step 2:
Search for the theme that you need to adjust and click Actions > Edit code.
Step 3:
Click cart-template.liquid
in the Sections folder. In case your theme does not have a cart-template.liquid
, please choose carrt.liquid
in the Templates folder.
Step 4:
Find and remove the code below:
{% if additional_checkout_buttons %}
<div class="additional-checkout-buttons">
{{ content_for_additional_checkout_buttons }}
</div>
{% endif %}
Step 5:
Tap Save to keep your changes to the file.
Instead of being on the cart page, the additional checkout buttons can now be shown on the checkout page.
Conclusion
We hope that this instruction will help you delete the additional checkout buttons from your cart page in Shopify, thank you for watching!