Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing address format on invoices


Guest

Recommended Posts

I've been trying to change the format in which the buyer's address is displayed on the packing slips and invoices. I go into admin/invoices.php and it has the following line to display the addresses:

 

<?php echo tep_address_format($order->customer['format_id'], $order->customer, 1, '', '<br>'); ?>

 

So I'm trying to find out where "tep_address_format" address format is being defined so I can switch around the order in which the state and zip code are being displayed.....

 

does that make sense.....? <_<

 

Anyway - if anyone can help, I would appreciate it!!!

 

Thanks

Link to comment
Share on other sites

Take a look in your includes/functions/general.php , I think its there

 

I looked in there, but it's not as straight forward as you would think. I'm about 95% sure it's in that file but I don't know what part of the script to edit. It's extremely confusing!!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...