monkeymoo Posted December 12, 2006 Posted December 12, 2006 Hi I am having trouble displaying the customers country without the rest of the address just on a single line in a second place on /admin/orders.php I have tried these but they all dont work. <?php echo $order['customers_country']; ?> <?php echo $order->customer['customers_country']; ?> <?php echo $customers_country; ?> Can anyone help, would be much appreciated Thanks Monkey
Recommended Posts
Archived
This topic is now archived and is closed to further replies.