Hide Paypal, Google Pay and ShopPay buttons from cart

How to hide the Paypal, Google Pay and ShopPay buttons from cart on Flow theme? The website url is www.motogotin.com.

Thank you!

@DillyanaH

Please add the following code at the bottom of your assets/theme.min.css file

.drawer--cart .shopify-cleanslate {
    display: none;
}

Hope this helps.

Thanks!

1 Like

It worked! Thank you for your prompt reply!

1 Like

I just opened the https://motogotin.com/cart and the buttons appear here. What should I do?

@DillyanaH

Add the following code.

.template-cart .shopify-cleanslate {
    display: none;
}

Hope this will work.

Thanks!

1 Like

It worked! Thanks!

cant find this file please ’ assets/theme.min.css file’

1 Like

Hello, I am having a similar issue. Customers that have signed up for ShopPay, when they click checkout they are taken DIRECTLY to the ShopPay checkout window, which does not allow them to choose a different payment method like PayPal or AFterPay. This has created a huge increse on abandoned checkouts because people are frustrated that they can´t choose their payment method.
Why can´t Shopify make it so ShopPay simply shows upas a form of payment next to the others ones, or maybe just as an express option at the top, instead of forcing customers to land on the ShopPay page where choosing a different payment method is not an option? This has annoyed so many customers, I lost so many sales that I decided to turn off ShopPay. I do not like or condom such monopolistic Amazon style behaviors from a platform that says works for us merchants and not just to increase their bottom line. This needs to be fixed so people signed on ShopPay can still choose in an easy to understand way, improving the UX.

1 Like