Shopify themes, liquid, logos, and UX
Hey guys,
I have an interesting problem, that after enabling Paypal as a payment method, the express checkout button is appearing on my product page, cart and checkout page:
Product page (i still want to use dynamic buttons but to add the item and jump in the cart)
Checkout:
I found this code here on one post and could disable the buttons in my cart:
.cart__dynamic-checkout-buttons.additional-checkout-buttons {
display: none !important;
}
Is there any similiar option to disable these express checkouts on my entire store? I coudnt find any help on the internet since the older solutions dont work now.
Website: gossare.com
PW: Gossare123
Thanks in advance!
Hi @Ercooo
1. Go to Online Store => Themes => Edit Code. Here, you are editing on the Product Page, so find the file "main-product.liquid" (if you want to edit it on other pages, go to the file: "collection-list.liquid", "featured-blog.liquid" ", "featured-collection.liquid", ....). Then, find the line of code:
<span class="slider-counter--current">1</span>
<span aria-hidden="true"> / </span>
and edit to:
<span class="slider-counter--current">1</span>
<span aria-hidden="true"> . </span>
Finally, you save your work.
2. Here is the result:
I hope that it will work for you.
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via [email protected]
Hey,
I think you posted it on the wrong topic 😀
Thanks anyway tho!
Best regards
Hi @Ercooo
It's my bad for posting it on the wrong topic 😞
We would like to give you a solution below:
Please go to Online Store => themes => Edit Code. You can search for the file "base.css". If your theme doesn't have it, search for any CSS file then paste the following code and save it:
._1wMtg,
._1Icdo._1ldkz,
.badgesContainer,
#container-card .badgesContainer{
display: none !important;
}
I hope that it will work for you.
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via [email protected]
Been having the same problems as the OP, and have treid many variations of your code, but all to no avail. 😞
Hi
please help me to remove the express checkout from checkout page . i am using focal theme.
Please help to remove express checkout buttons from checkout page, i am using focal theme 2.0
You can disable express checkout across your entire online store for the checkout page using the PayRules: Hide Payment Methods app. Here's how you can do it:
That's it. I hope you found this helpful.
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024