Jump to content

Invoice.tpl changes


GMM148

Recommended Posts

Hi, can anyone advise on settings changes please?

 

I'm using Integrated Labels single label invoice sheet and I need to change where the address prints on the label.

 

I've attached an image showing what I want to achieve.

 

1. Invoice Number top right - this just prints onto the label, so want to raise by 5mm

2. Delivery addresss - want to raise this by 20mm so it prints on the label, at moment it's not

3. Space - want to decrease the space between the bottom of the label and the Billing/Delivery address block

 

Lastly, if you can give me code on how to put the logo on the delivery label that would be much appreciated.

 

Thanks in advance.

 

KitTags

post-471317-0-21498100-1472536814_thumb.jpg

Link to comment
Share on other sites

  • 1 month later...

You can find invoice templates in the /pdf folder. Try to play with blocks simply by changing their background color.

 

For example, change:

    <!-- Invoicing -->
    <tr>
        <td colspan="12">

            {$addresses_tab}

        </td>
    </tr>

to

    <!-- Invoicing -->
    <tr>
        <td colspan="12" style="background-color: yellow">

            {$addresses_tab}

        </td>
    </tr>

in the /pdf/invoice.tpl (PS 1.6.1.4)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...