• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

steveg
#1 Posted : Friday, April 6, 2007 8:29:12 AM(UTC)
steveg

Rank: Member

Joined: 9/5/2006(UTC)
Posts: 10

If you print a invoice you will see that the ship to address is crunched into one table cell. To fix this log into your site as admin and click on Content and Print Templates. Edit the customer invoice template. Find the code below and make sure to add in the --> colspan="2" <-- in the ship to table data tag. It should look exactly like below. This spreads the ship to address across two colums.


<tr>
<td valign="top">
<span class="lightlabel">Sold To:</span><br />
[[Order.BillingAddress]]
</td>
<td valign="top" colspan="2">
<span class="lightlabel">Ship To:</span><br />
[[Order.ShippingAddress]]
</td>
</tr>


I hope this helps someone, it took me some time to figure out.
jetheredge
#2 Posted : Monday, April 9, 2007 10:29:23 AM(UTC)
jetheredge

Rank: Member

Joined: 3/1/2006(UTC)
Posts: 1,142

Thanks!
Justin Etheredge
Senior Software Engineer
BVSoftware
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

©2025 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012