Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi all,
I was wondering how I'd be able to remove the "Express Checkout"/Paypal buttons on both the cart and checkout page. I tried following tutorials on the matter but they don't seem to work as the Debut theme does not have a cart-template.liquid, cart.liquid, or theme.scss.liquid file. I would really appreciate any help. Thank you so much for your time and help, I hope you have a great day 🙂
@OurOrbital
Welcome to the Shopify community!
Thanks for your good question.
Please share your store URL.
So that I will check and let you know the exact solution here.
@OurOrbital
Check out this link:
https://community.shopify.com/c/blog/remove-the-express-checkout-buttons-from-first-checkout-page/ba...
it will works, let me know if you need any more help,
Thank you.
Hi @Zworthkey ,
Thanks for the reply. My store URL is https://ourorbital.com
I saw that post before but I wasn't sure where to put the code.
For step one, debut does not have "cart-template.liquid" or "cart.liquid"
For step two, I don't have "theme.scss.liquid"
Do I follow the same steps but just put them in another file? If so, where would I put the code? Thank you so much for the help!
@OurOrbital
or for that hire someone to remove it,
Let me know if you need any other help from us.
Okay, by any chance do you know where I'd insert the step 1 and step 2 code?
@OurOrbital
Without Knowing your theme file structure, I don't guess or can't provide you the exact solution.
It's the Debut theme but do you know where I would be able to hire someone?
I am also trying to hide the express checkout from the cart and checkout pages but the link you have provided in this comment does not lead to any tutorial. Could you please share a link to the step by step guide?
You can remove express payment methods from the first step of the checkout using the PayRules: Hide Payment Methods app in your Debut theme. Here's how you can do it:
To remove from the cart or product page, you can add the below code to your theme.liquid file.
<style>
.additional-checkout-buttons, shopify-payment-button, .dynamic-cart-btns {
display: none !important;
}
</style>
This will remove the express checkout options from the cart and the first step of the checkout process.
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024