Shopify themes, liquid, logos, and UX
Hello
can someone please help me to remove express checkout like paypal and google & apple pay
i mean not stop it the payment method just remove the button from product page & cart
Thanks
Solved! Go to the solution
This is an accepted solution.
Hi, @Nourdahhan
Greetings from the Store Watchers Support Team! Happy to help you today.
1. Go to online store > theme > edit code > assets > theme.css(file) and Paste the below code at the bottom of the file -> Save
#main-cart-footer .additional-checkout-buttons{
display: none !important;
}
After applying the above CSS code , it will show like the following screenshot:
Let me know If need further assistance
Regards,
Store Watchers Support Team
This is an accepted solution.
Hi, @Nourdahhan
1. Go to online store > theme > edit code > assets > base.css(file) and Paste the below code at the bottom of the file -> Save
#main-cart-footer .additional-checkout-buttons{ display: none !important; }
After applying the above CSS code , it will show like the following screenshot:
Let me know If need further assistance
Regards,
Store Watchers Support Team
This is an accepted solution.
Hi @Nourdahhan
You can remove the product dynamic button by going to theme editor.
1. From you Admin page, go to Online store > Themes > Customize
2. Go to Product. Click Product Information, then Buy Buttons
3. Unclick the Dynamic Checkout Buttons
This is an accepted solution.
You cannot touch the code in the checkout page unless you have a Shopify plus plan. You can however hide the dynamic button in the cart page by following the instructions below
1. From you Admin page, go to Online store > Themes > Click the three dots on the theme you want to edit > Edit code
2. Go to Asset folder and open the base.css file
3. At very end of the code, add the code below
.cart__dynamic-checkout-buttons.additional-checkout-buttons {
display: none;
}
Can you please screenshot this and send it for visuals, or drop your store link
Hi @Nourdahhan
What theme do you have? There should be a section in your product page. The buttons were called dynamic checkout buttons
This is an accepted solution.
Hi @Nourdahhan
You can remove the product dynamic button by going to theme editor.
1. From you Admin page, go to Online store > Themes > Customize
2. Go to Product. Click Product Information, then Buy Buttons
3. Unclick the Dynamic Checkout Buttons
my dear thanks a lot but i mean express checkout in the cart and in the checkout and just in product page
It seems you want to disable the express checkout overall. You have to disable the third-party accelerated checkout method in your payment settings.
1. From your Admin page, go to Settings, then Payments
2. Find the Additional payment methods then click Manage
3. Deactivate the payment
my dear i do not want to deactivate it just hide the button in the checkout page and cart page
Thank you
This is an accepted solution.
You cannot touch the code in the checkout page unless you have a Shopify plus plan. You can however hide the dynamic button in the cart page by following the instructions below
1. From you Admin page, go to Online store > Themes > Click the three dots on the theme you want to edit > Edit code
2. Go to Asset folder and open the base.css file
3. At very end of the code, add the code below
.cart__dynamic-checkout-buttons.additional-checkout-buttons {
display: none;
}
My friend it is working in the cart page but still not working in checkout page
i have 3 express :
1-checkout( product page ) i made it off.
2 - in cart page now i see no more express check out after the code.
3- in the checkout page when the client give there information not solved yet!
As mentioned, you need to have a Shopify plus plan and edit the theme using script. If you do not have Shopufy plan, you cannot do this unfortunately
i have shopify plan i paid every month 35 euro my friend
Hi Nourdahhan,
You do not need a Shopify Plus plan to hide the express checkout payments on the checkout page (previously only Shopify Plus plan can modify the checkout page layout), but you will need to use an app for this, as Shopify does not allow merchant to edit theme / layout of checkout page directly.
I have made an app to hide the Paypal Express (and other express checkout method like Apple Pay, Google Pay etc) on the top part of checkout page, and customer can still select Paypal method at the payment step.
The app is made using native Shopify functions, thus it does not affect your store existing layout or functionality at all.
The app name is Yagi Express Payment Hider (https://apps.shopify.com/yagi-express-payment-hider)
Hope this can help!
Regards,
Axel Kee
This is an accepted solution.
Hi, @Nourdahhan
Greetings from the Store Watchers Support Team! Happy to help you today.
1. Go to online store > theme > edit code > assets > theme.css(file) and Paste the below code at the bottom of the file -> Save
#main-cart-footer .additional-checkout-buttons{
display: none !important;
}
After applying the above CSS code , it will show like the following screenshot:
Let me know If need further assistance
Regards,
Store Watchers Support Team
Thank you to help me but i don not have this file theme.css(file) 😞
This is an accepted solution.
Hi, @Nourdahhan
1. Go to online store > theme > edit code > assets > base.css(file) and Paste the below code at the bottom of the file -> Save
#main-cart-footer .additional-checkout-buttons{ display: none !important; }
After applying the above CSS code , it will show like the following screenshot:
Let me know If need further assistance
Regards,
Store Watchers Support Team
Many thanks to you and to your time
it worked in cart page great
but in checkout page not working
Thanks 😘
Hi, @Nourdahhan
1. Go to online store > theme > edit code > assets > base.css(file) and Paste the below code at the bottom of the file -> Save
#express-checkout-wallets-wrapper{
display: none !important;
}
After applying the above CSS code , it will show like the following screenshot:
Let me know If need further assistance
Regards,
Store Watchers Support Team
i do not know how to thank you for your help but it is not working @:(
Hello,
did you find a solution for the problem?
Hi!
Thanks for this code. I used it but unfortunately it does not work, like the people commenting here as well. I'm using the Studio theme. Are there any other options?
Hi Store Watchers,
What if I don't have either of these? My css file is styles.css.liquid. Thanks!
Susan
Thank you so much for this code, it worked great on the Cart page! I've been looking for this all day, so THANK YOU!
Would you be able to help me remove these buttons from the Product Pages and possibly the Check-Out page as well? The proposed solution for the Check-Out page doesn't work unfortunately. I'm using the Studio Theme.
I only want to keep the Add to Cart button...The rest makes no sense whatsoever, especially that the "More payment options" link goes directly to check out.
Your help would be a lifesaver, I'm not even kidding 😫
Thank you so much in advance!
Hi there,
Do you know why this code works in the Cart on an iMac but not on an iPhone? I can still see all buttons on my phone 😞 Can you please advise? Thank you so much in advance!
Zsoka
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025