Display Billing and shipping addresses at final checkout step
-
Hello,
I would like to display in an non-editable form the billing and shipping addresses at the final checkout step, so that the customer can verify these informations before submitting.
I have tried to play with functions.php :
add_action( ‘woocommerce_checkout_order_review’, ‘get_addresses’, 10 );
but I don’t know what function to use instead of “get_addresses”.Many thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Display Billing and shipping addresses at final checkout step’ is closed to new replies.