Viewing 1 replies (of 1 total)
  • Place the following into your functions.php file, preferably in a child theme.

    function yews_text_after_place_order_button() {
    	echo'<div class="after-place-order-button">CONTENT</div>';
    }
    add_action('woocommerce_review_order_after_submit','yews_text_after_place_order_button');

Viewing 1 replies (of 1 total)
  • The topic ‘Add text under place order button on checkout page’ is closed to new replies.