What's your biggest current challenge? Have your say in Community Polls along the right column.

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

Solved

Remove the Shop pay / apple pay / Pay pal buttons from cart page

Gem3
Excursionist
12 0 5

Hello,   I need to urgently remove these buttons from my cart page  - is anyone able to help?

Thanks you!!

Accepted Solutions (2)
suyash1
Shopify Partner
10186 1259 1600

This is an accepted solution.

@Gem3 - add this to the very end of your theme.scss file

 

.template-cart .additional-checkout-buttons{display: none; opacity: 0; visibility: hidden;}

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

dmwwebartisan
Shopify Partner
12323 2552 3732

This is an accepted solution.

@Gem3 

Thanks for the URL. Please add the following code at the bottom of your assets/theme.scss.liquid file.

.template-cart .additional-checkout-buttons{
display: none;
}

 

Hope this works.

Thanks! 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 4 (4)

dmwwebartisan
Shopify Partner
12323 2552 3732

@Gem3 

Please share your website URL and password if any. I will check and provide a solution here.

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Gem3
Excursionist
12 0 5

Hello @dmwwebartisan 

 

My website is

 https://greenify-co.myshopify.com/   

I would like the express checkout to remain in the check out but not the cart if possible.

Thank you!

 

suyash1
Shopify Partner
10186 1259 1600

This is an accepted solution.

@Gem3 - add this to the very end of your theme.scss file

 

.template-cart .additional-checkout-buttons{display: none; opacity: 0; visibility: hidden;}

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
dmwwebartisan
Shopify Partner
12323 2552 3732

This is an accepted solution.

@Gem3 

Thanks for the URL. Please add the following code at the bottom of your assets/theme.scss.liquid file.

.template-cart .additional-checkout-buttons{
display: none;
}

 

Hope this works.

Thanks! 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app