Page 1 of 1

Lost my e-mail icon

Posted: 12 Dec 2010, 11:02
by DogMa
Hi Jan,

I have installed everything and except for the small glitch I have with my addresses on the invoice everything worked fine. I didn't want the e-mails to be sent automaticly anymore, because my customers found it confusing (they have to pay upfront and they received the invoice twice). So I replaced the lines:

Code: Select all

if( $curr_order_status=="P" && $d["order_status"]=="C" && $notify_customer == 1) {
   PhocaPDFVirtueMartHelper::createDeliveryAndPDFandSendEmail($vmLogger, $VM_LANG, CLASSPATH);
}
if( !empty($notify_customer) ) {
   //$this->notify_customer( $d );
}
in the ps_order file with these:

Code: Select all

if( !empty($notify_customer) ) {
   $this->notify_customer( $d );
}
but now I don't see the e-mail icon anymore. What did I do wrong?

Grtz,

Rianne

Re: Lost my e-mail icon

Posted: 12 Dec 2010, 12:30
by DogMa
I updated to VM 1.1.6 and deinstalled and reinstalled the e-mail plugin and I have my icon back!

Re: Lost my e-mail icon

Posted: 12 Dec 2010, 19:54
by Benno
Well done! :twisted:
Kind regards,
Benno