Adding an element above the PayPal button on the CART page
-
I want to add an element just below the “process to checkout” button. But when using
add_action('woocommerce_after_cart_totals', 'add_wc_button_proceed_to_checkout');
The result is under the PayPal button of your plugin. how do I make my element teat under the “process to checkout” button and then the button from this plugin?
Screenshot:
https://i.ibb.co/Ns6cbZK/Capture.png
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Adding an element above the PayPal button on the CART page’ is closed to new replies.