How To Remove The Express Checkout Buttons On The Checkout Page

Hura Product Showcase Builder

This article will guide you on how to remove the Express Checkout buttons (PayPal, Apple Pay, Google Pay) from the checkout page.

The Express Checkout buttons will appear only on one page: Cart page or Checkout page.

If these buttons appear on the Checkout page, it means they don’t appear on the Cart page. So we will add the Express Checkout button code to the cart file so that these buttons will appear on the cart page instead of the checkout:

  1. From your admin, go to Online store > Themes > Actions > Edit code.
  2. In the Sections folder, locate the cart-template.liquid file. If your theme doesn’t have a cart-template.liquid file, locate the cart.liquid file in the Templates folder instead.
  3. Find the following code cart.general.checkout.
  4. Paste the following block of code on a new line underneath the code in step 3:
  5. The cart file should now appear as follows:
  6. Click Save.

Now, you are done.

But if you want to hide the Express Checkout buttons on the cart page, please follow the below steps:

  1. In the Assets folder, locate the theme.scss.liquid file.
  2. Paste the following CSS code at the very bottom of this file:
  3. The CSS file should now appear as follows:
  4. Click Save and you are done.
Hura Theme Blocks

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *