Results 1 to 4 of 4
  1. #1
    Join Date
    May 2007
    Location
    Trowbridge, Wiltshire, UK
    Posts
    14
    Plugin Contributions
    0

    Default indent 'ship to' address on invoice

    how can i move the 'ship to' address block on the invoice to the right? (i need to do this so that it fits in a document enclosed holder window)

    i presume its in the admin/invoice.php file somewhere but i've played around with a few parameters and i can't figure it out

    so if anyone can tell me what needs changing i'd be very grateful

    many thanks

  2. #2
    Join Date
    Mar 2006
    Location
    Australia
    Posts
    289
    Plugin Contributions
    3

    Default Re: indent 'ship to' address on invoice

    Hi there
    this is a simple matter of changing the alignment of the <td>
    around line 107 after the <td add this text: align="right"

    Make sure you backup the file before you make changes

  3. #3
    Join Date
    May 2007
    Location
    Trowbridge, Wiltshire, UK
    Posts
    14
    Plugin Contributions
    0

    Default Re: indent 'ship to' address on invoice

    Hi, thanks for your response.

    I tried what you suggested and what it does is to move all the address lines all the way along to the right so they end up in a right-justified format.

    What I want to do is to keep the address left-justified, but to move it all about an inch or so along to the right.

    I suspect the 'offending' lines are:

    [FONT=Arial]<td valign="top"><table width="100&#37;" border="0" cellspacing="0" cellpadding="2">[/FONT]
    [FONT=Arial]<tr>[/FONT]
    [FONT=Arial]<td class="main"><b><?php echo ENTRY_SHIP_TO; ?></b></td>[/FONT]
    [FONT=Arial]</tr>[/FONT]
    [FONT=Arial]<tr>[/FONT]
    [FONT=Arial]<td class="main"><b style="font-size: 1.6em"><?php echo zen_address_format($order->delivery['format_id'], $order->delivery, 1, '', '<br>'); ?></td>[/FONT]
    [FONT=Arial]</tr>[/FONT]
    [FONT=Arial]</table></td>[/FONT]

    Any further suggestions would be gratefully received.

  4. #4
    Join Date
    Mar 2006
    Location
    Australia
    Posts
    289
    Plugin Contributions
    3

    Default Re: indent 'ship to' address on invoice

    Hi again
    Then you can simply pad with spaces to adjust text to the right. Use the HTML space entity: &nbsp; to do this.

 

 

Similar Threads

  1. v138a Adding Invoice No Under Ship To Information
    By davedotca in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 5 Feb 2013, 05:30 PM
  2. Sold To:/Ship To: Info missing from Invoice & Packing Slip
    By Tumbleweeds in forum Managing Customers and Orders
    Replies: 5
    Last Post: 22 Jul 2011, 07:03 AM
  3. Ship To Address
    By Bolt It On in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 13 Aug 2008, 08:35 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg