Child pages
  • Managing Orders

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Enable invoices. When disabled, your customer will not receive an invoice after their purchase. You will be responsible for handling the invoices, if your customers ask for one.
  • Invoice prefix. Be default, PrestaShop has language-adapted invoice prefixes: "IN" in English, "FA" in French (for "facture"), "CU" in Spanish (for "cuenta"), etc. You could choose to have language codes instead: "EN", "FR", "SP", etc. Of course, you can also choose to have a single prefix for every languageslanguage, or to not have a prefix at all.
    PrestaShop will then generate the invoices number according to you settings: "#IN000001", "#FR000002", etc.
  • Invoice number. If your business has already had orders and invoices before you started using PrestaShop, you can use this option to start your invoice number from a higher number.
  • Footer text. You can use to have a custom text at the bottom of all your invoices. The text will appear below the name of your shop in the invoice.
  • Invoice model. Depending on your themes, you might be able to use more than one style of invoice. Test them with a fake order, in order to choose the one you prefer. If you know how to code in HTML, you can add your own invoice models or edit the existing ones: they are located in the /pdf/ folder of your PrestaShop installation.
  • Use disk as cache for PDF invoices. You can choose to store generated invoices on PrestaShop's server disk rather than in its server cache. While it saves on memory usage, it slows down the PDF generation itself, so use it knowingly.

...