Hi all,
I use services from a fulfillment company to ship my orders. They need a packing slip send by email (either pdf or html) but only on 'confirmed' orders.
Is there an option within virtuemart to set this up? Or an extension? I know ccvaom used to do this, but they quit :(
I don't have a simple solution for that, but ideas:
There are mails sent on status changes. You could edit the file that sends these emails and add the address of the fulfillment service there. If you need a special format for the slips, you'd have to create a new template for it, too.
This would be my first guess:
.\components\com_virtuemart\views\invoice\tmpl\invoice_order.php
Sorry I can't be of more help, Maybe someone can expand on this idea or has a better one.