ataglietti Posted July 20, 2010 Share Posted July 20, 2010 Hello everybody,I need to add a note below the total into my invoice (see image).Any suggestions?Thanks Link to comment Share on other sites More sharing options...
rocky Posted July 20, 2010 Share Posted July 20, 2010 You'll need to edit the Footer() function in classes/PDF.php and add a new cell with your note. Link to comment Share on other sites More sharing options...
ataglietti Posted July 20, 2010 Author Share Posted July 20, 2010 Thanks for reply,can you suggest me the syntax for the text cell? Link to comment Share on other sites More sharing options...
rocky Posted July 20, 2010 Share Posted July 20, 2010 See the manual here. You can use something like: $this->Cell(190, 10, 'This is a note'); The first parameter is the width of the note, the second parameter is the height of the note and the third parameter is the text. Link to comment Share on other sites More sharing options...
Mikael Bellina Posted July 21, 2010 Share Posted July 21, 2010 Hi,There if a module on PrestaStore : http://www.prestastore.com/front-office-features/437-front-office-features-custominvoice.htmlBest Regards Mikaël Link to comment Share on other sites More sharing options...
Recommended Posts