Jump to content

Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...