Display country not country code on packing slip
-
Hi
First up thanks for your excellent plugin.Can you advise us on how we would get the country and not the country code to display on the packing slip?
Currently, this is the code on the template but that displays the country code and not the country
<?php echo !empty($this->order->get_shipping_country()) ? $this->order->get_shipping_country() . '<br>' : ''; ?>
Thanks
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Display country not country code on packing slip’ is closed to new replies.