GMM148 Posted August 30, 2016 Share Posted August 30, 2016 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 Link to comment Share on other sites More sharing options...
GMM148 Posted August 30, 2016 Author Share Posted August 30, 2016 Sorted the position of the Delivery Address block by changing the margins in the PDFGenerator Anyone know how to close the gap? Thanks Link to comment Share on other sites More sharing options...
GMM148 Posted October 3, 2016 Author Share Posted October 3, 2016 BUMP! Link to comment Share on other sites More sharing options...
tuk66 Posted October 7, 2016 Share Posted October 7, 2016 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now