Remove express checkout options from Cart page only (Dawn theme)

Hi, I need to remove the express checkout buttons from the Cart page only (leave them displaying on Checkout page) for Dawn theme. Customers need to be able to use a discount code and if they choose an express checkout button on the Cart page then they won’t be given a discount code field. The express checkout options I use are Paypal, Gpay and Apple Pay. My store is lorettagreen.myshopify.com

Has anyone else had this issue?

1 Like

@LG7

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.cart__dynamic-checkout-buttons.additional-checkout-buttons {
    display: none !important;
}
5 Likes

That worked great, thank you for your help.

Hi KetanKumar :wink: i tried the code as described, but the express buttons are still displayed. I also use the Dawn theme. Do you have another solution?

This didn’t work for me either. Shopify REALLY needs to check this. My customers trend older and I am going to lose sales because of this.

2 Likes

This just worked for me. Trying to figure out how to also remove it from the information page now…

Hello KatanKumar:) I managed to remove my paypal button in the cart, thanks to this post. I will like to remove the Paypal express button on the information on check out also. What i strange is that the paypal express button is gone in the admin shop, but when I view store the yellow PP button is still there. Do you have the code for that too? Best regards Katt1

Did you find a solution to this? Guess that is an additional code?

Hi, what if I want to remove the checkout button it self not the PayPal button? in both cart page and checkout page

so I want to leave PayPal only available

I’ve been having the same issue. Shopify Support has yet to find a solution, I’ve contacted them so many times.

Hi @KetanKumar ,

Thanks for the solution on this! This seemed to work for desktop, but not for mobile. Any idea how to fix this for mobile also?

Thank you!

Krista

1 Like

@kmacgillivray

oh sorry for that issue

can you please share store url so i will check let you know

This worked great, thanks : )

1 Like

@AlexCPerky

its my pleasure to help.

let me know if you want any more help.