Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change Address Order


theinkjetmarket

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...