VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: ozzzz on March 19, 2018, 13:09:06 PM

Title: Packing slip
Post by: ozzzz on March 19, 2018, 13:09:06 PM
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 :(
Title: Re: Packing slip
Post by: lausianne on March 20, 2018, 13:48:00 PM
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.