FB
Asked
Hi, please advise how I can:
- Remove the signature/stamp area at the bottom, I don't need it
- Customise the PDF file name to include my company name and the customer's company name, filtering out characters not useable in a filename?
I know PHP so I can make changes to files but I want to make sure I do it in the right way.
Thanks!
- Remove the signature/stamp area at the bottom, I don't need it
- Customise the PDF file name to include my company name and the customer's company name, filtering out characters not useable in a filename?
I know PHP so I can make changes to files but I want to make sure I do it in the right way.
Thanks!
- MSAnsweredHello,
The pdf view file is `themes/default/views/sales/view_sale.php`
For pdf file name, you can modify the `pdf` method of sales controller `app/controllers/Sales.php`
Thank you - Login to Reply