Jump to content

mobile number into the pdf invoice???


Recommended Posts

Hello presta fans!!!!

I could need to put the customers mobile telephone number into the generated pdf invoice, but I couldn't know how to do it!!!

If anybody can hep me solve this "problem" it would be greatly appreciated!!!

thank you!

ps:: I use prestashop 1.1.5

Link to comment
Share on other sites

The module that handles te creation of the PDF is classes/PDF.php

you should look for text from te PDF that's near where you want to place the mobile number, and try adding a static hard coded number (just to confirm it's working).

Then you can get the customers cell number and insert it instead of the hard coded one.

Link to comment
Share on other sites

×
×
  • Create New...