Don't send E-Mails

Before you ask about IDnR Addon see the VirtueMart - Invoice, Delivery Note and Receipt Addon
CSA
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 04 Apr 2011, 15:59

Don't send E-Mails

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48535
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Don't send E-Mails

Post by Jan »

Hi, there is no such option :-(, so this needs to be customized in the code :-(
If you find Phoca extensions useful, please support the project
sub7ero
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 30 May 2011, 18:39

Re: Don't send E-Mails

Post 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
Post Reply