HTML Mail Order Details 2.0: no mail to customer

zep

No avatar

2006-03-13 23:53

hello everybody!
i've installed HTML Mail Order Details 2.0 on my QCv1.2.
since i've added Paypal mod to my cart i changed actions_client.php in this way:


<?php
/*
* actions_client.php for htmlMailOrderDetails plugin
* Wizzud: 31/01/06
*/
if(extendedTplParser() && $oMail->isSetIntercept() === false)
  
$oMail->setInterceptID$tpl->newIntercept('messages.tpl''messages.tpl''ORDER_PAYPAL''ORDER_PAYPAL''sendHtmlMailDetails''') );
?>



the plugin is sending normally the email to me (the administrator) but doesn't send anything to the customer.
anyone can figure why?
i tried to use the verbose function to display the problems, but i don't get any error at all.

thanks a lot for your help!

zep

zep

No avatar

2006-03-16 10:38

mmm... i can't get out of this, any idea, please?
thanks.

zep

Till

No avatar

2006-03-16 11:58

Hi zep,

Wizzud himself suggested in one of the previous threads the following code:

<?php
/*
* actions_client.php for htmlMailOrderDetails plugin
* Wizzud: 31/01/06
*/
if(extendedTplParser() && $oMail->isSetIntercept() === false)
  
$oMail->setInterceptID$tpl->newIntercept('messages.tpl''messages.tpl''ORDER_PP_SP_EG''ORDER_PP_SP_EG''sendHtmlMailDetails''') );
?>

Till

zep

No avatar

2006-03-16 12:53

yes till, i saw it and followed that suggestion adding ORDER_PAYPAL instead of ORDER_PP_SP_EG because my variable is named that way.
and in fact the email is correctly generated and sent to the admin. but it isn't sent to the client.
so the plugin works, the mail program works, i can't figure out where the problem is.

maybe wizzud have any idea?

thanks till and everyone,

zep

Back to top
about us | contact