i'm a little bit stuck.
I've figured out how to retrieve the addresses assigned to a customers profile via the follow:
print_r(WC()->customer);
But I can't for the life of me figure out what the hook or whichever is required in order to get the shipping address that is being used for the calculation of shipping on the order checkout page. Is this something that is possible to get?
Thank you for the help!
source https://stackoverflow.com/questions/68959861/getting-shipping-address-from-woocommerce-checkout-page
Comments
Post a Comment