Viewing 1 replies (of 1 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi there,

    you can use this code:

    add_action( 'woocommerce_before_checkout_shipping_form', 'yith_woocommerce_before_checkout_shipping_form' );
    
    if( ! function_exists( 'yith_woocommerce_before_checkout_shipping_form' ) ){
    	function yith_woocommerce_before_checkout_shipping_form(){
    		printf( '<h3>%s</h3>', 'Livraison' );
    	}
    }

    Please, open the file functions.php, located in the main root of your theme and past this code at the end of it.

Viewing 1 replies (of 1 total)
  • The topic ‘add a title to the 2nd step of checkout process’ is closed to new replies.