Jump to content


Corporate Sponsors


Latest News: (loading..)

mightyx

Member Since 25 Jun 2003
Offline Last Active Oct 18 2011, 12:44
-----

Posts I've Made

In Topic: Mail Manager

12 August 2011, 06:14

Yes, that helps!

btw: this contrib is currently not multilanguage?
I think that would also be a good thing to include in the next version.

In Topic: Mail Manager

11 August 2011, 15:44

Thanks! I am currently testing the contrib, not so bad... :)

But it seems to me, that not all variables work, the $customername for exmaple in status mail
doesn't work for my shop. Also I wonder where I should edit the mail subject.

In Topic: Mail Manager

10 August 2011, 21:25

Just one question...
When I have installed e.g. payment modules like paypal that use their own mail function in the payment module itself, can I then replace the original mail code with the mail manager email code from
the cahckout_process.php and it works???

if (file_exists(DIR_WS_MODULES.'mail_manager/order_confirm.php')){
include(DIR_WS_MODULES.'mail_manager/order_confirm.php'); 
}else{ 
tep_mail($order->customer['firstname'] . ' ' . $order->customer['lastname'], $order->customer['email_address'], EMAIL_TEXT_SUBJECT, $email_order, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS); 
}