Adding Shipping Address to Checkout Line Totals
-
I want to add the customer shipping address right below the Shipping line on the checkout totals, but all the info I’m finding on my searches seems out of date. Or at least, the following filter isn’t working (which is the only thing I found):
add_filter(‘woocommerce_review_order_after_shipping’, ‘insert_the_customer_address’);
I set up the basic function insert_the_customer_address just to output “test” text, and it’s not displaying, so I’m assuming this filter no longer works..??
Can you point me in a direction where I might be able to find information regarding adding the shipping address below this shipping line on the Checkout page total section?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Adding Shipping Address to Checkout Line Totals’ is closed to new replies.