paypal problem - order details plugin not working anymore

chriz74

No avatar

2006-08-04 16:32

... I put the paypal code from this forum under messages.tpl etc... paypal works but now I don't receive the order details email nor it is sent to the customer.

chriz74

No avatar

2006-08-04 17:49

I found the solution. Open actions_client.php under htmlMailOrderDetails and change 'ORDER_SAVED' in 'ORDER_PAYPAL' :

<?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', '') );
?>

chriz74

No avatar

2006-08-04 18:04

other solution is to change every ORDER_PAYPAL in the paypal code to ORDER_SAVED and leave the htmlmailorderdetails plugin alone

wizzud

No avatar

2006-08-08 10:24

Solution also detailed here ...

Back to top
about us | contact