Quote Originally Posted by orange_juice View Post
Hallo,

Thank you for this great module. The receiver's telephone number is a tiny but very very essential detail!!!

I have installed it to zen-cart-1.3.9e with edit orders and super orders and seems to be working all right!

I would like to ask the following:

There is a difference in the last line of the file
includes/classes/order.php

In the original znen-cart file, the last line reads:
Code:
$this->notify('NOTIFY_ORDER_AFTER_SEND_ORDER_EMAIL', array($zf_insert_id, $email_order, $extra_info, $html_msg));
In the module's file the last line is shorter:
Code:
$this->notify('NOTIFY_ORDER_AFTER_SEND_ORDER_EMAIL');
Is it safe to ignore this difference?

Kind regards,
orange_juice
Go with the longer line. This mod was done under 1.3.9a and the longer line was added in 1.3.9d.