Lost my e-mail icon

Before you ask about IDnR Addon see the VirtueMart - Invoice, Delivery Note and Receipt Addon
DogMa
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 28 Nov 2010, 11:15

Lost my e-mail icon

Post 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
DogMa
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 28 Nov 2010, 11:15

Re: Lost my e-mail icon

Post by DogMa »

I updated to VM 1.1.6 and deinstalled and reinstalled the e-mail plugin and I have my icon back!
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9435
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Lost my e-mail icon

Post by Benno »

Well done! :twisted:
Kind regards,
Benno
Post Reply