How to customise “Check out with PayPal button”
-
I would like to customise the “Check out with PayPal button”.
The file wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-cart-handler.php contains this line of code:
$express_checkout_img_url = apply_filters( 'woocommerce_paypal_express_checkout_button_img_url', sprintf( 'https://www.paypalobjects.com/webstatic/en_US/i/buttons/checkout-logo-%s.png', $settings->button_size ) );
which contains a link to the default button. How do I make it use my own .jpg button in a child theme?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to customise “Check out with PayPal button”’ is closed to new replies.