theinkjetmarket Posted October 4, 2008 Share Posted October 4, 2008 Hi Looking at the order details in admin at the top of the page there is a Customer Address, Billing address and Shiping addreaa. The way they are show the Post Code (or Zip Code) comes befor the County (or State). I would like to change the order it is lised so that County comes before State. I have located this code which is for the customer address: <td class="main" valign="top"><b><?php echo ENTRY_CUSTOMER; ?></b></td> <td class="main"><?php echo tep_address_format($order->customer['format_id'], $order->customer, 1, '', '<br>'); ?></td> Is it ENTRY_CUSTOMER that defines the address? But where is defined so that i can swap the two lines round? Help would be most appreciated. Many Thanks Garry Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.