I'm trying to display the state on the packing slip, by using the function $order->get_shipping_city()
. But this only shows the "N" character.
In the other hand, if I use the original $this->shipping_address()
, it does show the whole address, but in many lines.
I want to display the whole address in one line.
[Edited 11/03/19] I can display the complete address with the function:
$this->shipping_address('state');
But this display the address fields in many paragraphs and not in the desired order.