Ok merci Xavier.
Xavier wrote: it require php knowledges.
No problem here
Xavier wrote: [...] edit the email directly via the menu HikaShop > System > Emails [...]
No problem either. I will try to do this modification in 2 steps:
step 1. Make 1 PDF document, with 2 pages (invoice data and pick list
in one PDF)
step 2. Edit and rename classes, as you suggested, in order to get 2 documents (invoice data and pick list
as separate PDF's). But that's more work
Xavier wrote: [...] edit the invoice file in the attachinvoice folder to have the desired content [...]
So if I'm correct, editing the file
/plugins/hikashop/attachinvoice/attachinvoice/invoice.php will have consequences for
every order status? Or just the
order_admin_notification?
In other words: if I edit
[...]/invoice.php (with the pick list), will
every invoice-PDF contain the pick list?
If so, then I have 2 choices:
- implement step 2 and forget about step 1 or
- attach the PDF only in
order_admin_notification and convince my client in having only 1 document
What do you think?
Thanks for your advise.