Page 1 of 1

Don't send E-Mails

Posted: 23 Apr 2011, 18:37
by CSA
Hello everybody,

my invoice/receipt addon always creates two PDF files by changing the status from 'pending' to 'confirmed'.
but I don't want to create a delivery note, I just need the invoice.
It would be also OK, if the delivery note wouldn't been shown at the front end in the account information.
I really don't want the client to see the deliviery note but he must get the invoice.

how can I handle this? :?:

thx
csa

Re: Don't send E-Mails

Posted: 30 Apr 2011, 22:55
by Jan
Hi, there is no such option :-(, so this needs to be customized in the code :-(

Re: Don't send E-Mails

Posted: 31 May 2011, 09:40
by sub7ero
I am also really interested in such an solution. I also just want to send the invoice without the delivery note

edit:
I found a solution to deactivate the automatically sending of the delivery note. You need to uncomment the lines:

$data['attachment'][1] = 1;
$data['attachmentfile'][1] = $r['adelnote'];

around line 206 in your virtuemarthelper.php