codochi Posted September 15, 2015 Share Posted September 15, 2015 Hello, I use ps 1.6.0.x. When I download invoice is included note (document), but ps 1.6.1.x has no. How can I insert them??? Link to comment Share on other sites More sharing options...
Centaure Posted September 24, 2015 Share Posted September 24, 2015 Hello, I have the same issue ... Have you find the solution ? best regards Julien Link to comment Share on other sites More sharing options...
ParadisduCheval.fr Posted September 26, 2015 Share Posted September 26, 2015 Same problem for me !!! Link to comment Share on other sites More sharing options...
ParadisduCheval.fr Posted September 26, 2015 Share Posted September 26, 2015 (edited) Ok i find the problem, On 1.6.1 the note appear only on pdf/invoice-b2b.tpl so you must add this part of code on your pdf/invoice.tpl {if isset($order_invoice->note) && $order_invoice->note} <div style="line-height: 1pt"> </div> <table style="width: 100%"> <tr> <td style="width: 15%"></td> <td style="width: 85%">{$order_invoice->note|nl2br}</td> </tr> </table> {/if} Edited September 26, 2015 by Hotspotgame (see edit history) 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