Home » Item #382
CactuShop automatically generates an invoice for orders. Can we add our company name and address to the top of this?
The HTML invoice that CactuShop can generate for printing in the back end can be customized. As default, it doesn't contain any logos or your company details as it is assumed it would be printed on headed paper. However, it is possible to edit the HTML within the invoice.asp file to add a name, logo and address. If you intend doing this, ensure you back up the file first and use a program that will not rewrite the ASP parts of the code.
The order confirmation that is sent to the client by email is plain text and consequently cannot have the logo added. But the name and address can be added to the bodytext string in the mailorder.asp (or equivalent gateway version).