Bassman's Posted December 10, 2013 Share Posted December 10, 2013 Greetings! In prestashop invoice names are like IN00001, IN00002, IN00003, etc. This names arlo also showing up in e-mail attachment or when the costumer downloads a copy of invoice from it's user account. What if I don't want that suffix (00001, 00002 ...) so the name will contain only prefix (IN)? Where can I change that? Thank you in advance. Link to comment Share on other sites More sharing options...
tuk66 Posted December 10, 2013 Share Posted December 10, 2013 Search for PS_INVOICE_PREFIX in: /classes/order/OrderHistory.php /classes/order/OrderInvoice.php Link to comment Share on other sites More sharing options...
Bassman's Posted December 10, 2013 Author Share Posted December 10, 2013 Search for PS_INVOICE_PREFIX in: /classes/order/OrderHistory.php /classes/order/OrderInvoice.php This just changes invoice name in back office. E-mail attachment and others stays the same. I've found one in /classes/pdf/HTMLTemplateInvoice.php but this one also does not work. Link to comment Share on other sites More sharing options...
Bassman's Posted December 10, 2013 Author Share Posted December 10, 2013 Ok, solved. The correct class I was looking for was /classes/order/PaymentModule.php. There are e-mail attachments. 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