skip to Main Content

Add text under "Place Order" button at WooCommerce checkout

I would like to add some text under the "Place Order" button at WooCommerce checkout. I'm using the woocommerce_review_order_after_submit hook: add_action( 'woocommerce_review_order_after_submit', 'add_after_checkout_button' ); function add_after_checkout_button() { echo '<p>By clicking on the purchase button, you agree to our Terms of…

VIEW QUESTION
Back To Top
Search