Re: Remove the apple pay / Pay pal buttons from cart page

Solved

Remove the apple pay / Pay pal buttons from cart page

ecombros24
Tourist
8 0 2

Hi there,

 

I have the Refresh template. What code do I need to use, and in which file, to remove the Apple Pay and PayPal buttons from the cart page?

Accepted Solution (1)
niraj_patel
Shopify Partner
2391 516 517

This is an accepted solution.

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  .cart__footer .cart__dynamic-checkout-buttons.additional-checkout-buttons {
       display: none !important;
  }
</style>

niraj_patel_0-1725190533697.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

 

Note:

I can't find the Apple Pay button. That's why I have given the code of PayPal button.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

View solution in original post

Replies 3 (3)

niraj_patel
Shopify Partner
2391 516 517

Hello @ecombros24 

would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
ecombros24
Tourist
8 0 2

I sent you a message in your inbox with the url.

niraj_patel
Shopify Partner
2391 516 517

This is an accepted solution.

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  .cart__footer .cart__dynamic-checkout-buttons.additional-checkout-buttons {
       display: none !important;
  }
</style>

niraj_patel_0-1725190533697.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

 

Note:

I can't find the Apple Pay button. That's why I have given the code of PayPal button.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com