Does anyone know how to disable the credit card buttons on the Paypal widget in the cart and checkout? I am referring to the clickable CC icons under the yellow PAYPAL and (if enabled) blue PAYPAL CREDIT buttons. The problem with these are since the last major PP update, customers can click on them thinking they are making a CC payment, but it brings them to a PayPal checkout window. This has caused much confusion and frustration with customers who simply want to pay using their credit card without signing up for PayPal.
I emailed their customer support, and they said that this can be done, however, I'm not sure exactly how to use the script they provided.
<script src="https://www.paypal.com/sdk/js?client-id=YOUR_CLIENT_ID&disable-funding=card"></script>
I've tried installing it in the template for the View_cart page, but I't doesn't seem to work. Would this need to be something done on the server-side the since the whole PP widget is rendered on page via a script? Sorry for the basic question, but I'm not a programmer.
I emailed their customer support, and they said that this can be done, however, I'm not sure exactly how to use the script they provided.
<script src="https://www.paypal.com/sdk/js?client-id=YOUR_CLIENT_ID&disable-funding=card"></script>
I've tried installing it in the template for the View_cart page, but I't doesn't seem to work. Would this need to be something done on the server-side the since the whole PP widget is rendered on page via a script? Sorry for the basic question, but I'm not a programmer.
Comment