Jump to content

Gift Receipt/Invoice


Recommended Posts

Hey guys,

I thought it would be a neat idea to have an option at checkout called "gift invoice"

That away prestashop creates 2 separate invoices...one with pricing as normal...and another that shows the info but not the price.

Anyone see anything like this? I can see it being possible with some custom coding.

thoughts?

Link to comment
Share on other sites

so far I didn't see existing module to do this, I think the needs is also limited.
maybe you can think do some customization coding if you really want it.

here are some reference info:

- The invoice is generated in /classes/PDF.php file
- To add checkbox "Gift Invoice"at checkout, you need to a new fields in ps_order table, you need to extend classes/Product.php class
- If you are using 1.4x, you can use override folder to avoid modifying original code.

Link to comment
Share on other sites

×
×
  • Create New...