-
AuthorPosts
-
November 30, 2018 at 7:55 pm #1039421
Hi,
I am using Braintree for my website and since few updates, there is the option to pay while you are on the cart page – (or checkout with….)
How can I remove it from the cart page and leave it only on the checkout page?
Thank you in advance!
Best,
AntonNovember 30, 2018 at 11:21 pm #1039445Hey tonydobrevski,
Please provide a link to the site/page in question so we can look at this issue further.
Best regards,
Jordan ShannonDecember 14, 2018 at 7:37 pm #1045407Hi,
This is the website. Thank you in advance!
December 14, 2018 at 11:41 pm #1045491Hi,
Add this to quick css;
.cart_totals .paypal-button{ display:none!important; }Best regards,
Jordan ShannonDecember 15, 2018 at 2:46 pm #1045650Hi Jordan,
This works for the buttons, however, there is still the text
“— or —I have read and agree to the website terms and conditions *”
How can I remove also the text?
December 16, 2018 at 7:35 pm #1046032Hi tonydobrevski,
Try adding this css code as well:
.cart_totals p.paypal-text, .cart_totals .woocommerce-terms-and-conditions-wrapper { display: none; }Best regards,
NikkoDecember 17, 2018 at 1:59 pm #1046296Hi Nikko,
It works. I used both codes and now everything is hidden on the cart page.
Thanks!
Best,
AntonDecember 17, 2018 at 7:36 pm #1046469Hi Anton,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaJanuary 11, 2019 at 12:11 am #1052535Heya,
Sorry to bump this thread but I’m having the exact same problem. The PayPal button was hidden with the first code snippet, but even though I’ve added Nikko’s code the –or– line still appears!
Thanks
edit: FIXED, but in case someone else comes across this problem, found the solution in another thread.
#top.woocommerce-cart .wc-proceed-to-checkout .wcppec-checkout-buttons__separator { display: none; }-
This reply was modified 6 years, 10 months ago by
gymlelocal.
January 11, 2019 at 11:12 am #1052691 -
This reply was modified 6 years, 10 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
