Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Move Deliver to on invoice.php to the right


musicmaestro

Recommended Posts

You mean the "Ship To". If so there is a table you could align to the right in the invoice.php

 

		<td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="2">
	  <tr>
		<td class="main"><b><?php echo ENTRY_SHIP_TO; ?></b></td>
	  </tr>
.........

so you could change the default left alignment of the first cell before the table and add align="right"

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...