How to delete the additional checkout buttons from your cart page in Shopify
Drive 20-40% of your revenue with Avada
Displaying checkout buttons on the checkout page is crucial for both store owners and customers. However, having additional checkout buttons on your cart page in Shopify can lead to confusion and a cluttered user experience. In this article, we will guide you through the steps to remove the extra checkout buttons from your cart page and streamline your checkout process.
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
Now that you know how to delete the additional checkout buttons from your cart page, you can create a more streamlined and user-friendly checkout experience. By following the steps outlined, you’ll ensure your checkout buttons are placed where they belong, enhancing the overall shopping process for your customers.