Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

order of shipping address details on order.php


Recommended Posts

Hi A customer of mine wants a phone number to be visible on admin/orders.php for the shipping address ... so we changed the stree lin e3 to telephone .. all works ok apart from it obviously appears in teh wrong oder on orders.php ( see image ) .. i cant find where this is called from to change the order .. can anyone help please ?

 

Many thnx

 

image at http://www.lizardmedia.org/dropbox/order.jpg

Link to comment
Share on other sites

Hi A customer of mine wants a phone number to be visible on admin/orders.php for the shipping address ... so we changed the stree lin e3 to telephone .. all works ok apart from it obviously appears in teh wrong oder on orders.php ( see image ) .. i cant find where this is called from to change the order .. can anyone help please ?

 

Many thnx

 

image at http://www.lizardmedia.org/dropbox/order.jpg

 

the dode for this is :

 

 <td class="main" valign="top"><b><?php echo ENTRY_SHIPPING_ADDRESS; ?></b></td>
               <td class="main"><?php echo tep_address_format($order->delivery['format_id'], $order->delivery, 1, '', '<br>'); ?></td>

 

again any help would be gladly and desperatly needed

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...