arowana Posted May 31, 2009 Share Posted May 31, 2009 I need to insert BizRate survey code for customer satisfaction after a customer purchase.Where's the receipt page .php file and where should I insert these codes ?<!-- BEGIN: BizRate Survey Invitation HTML -->[removed][removed]<!-- END: BizRate Survey Invitation HTML --> Link to comment Share on other sites More sharing options...
rocky Posted May 31, 2009 Share Posted May 31, 2009 You will need to modify payment-return.tpl in each of the payment modules you use. For example, to add it to the bankwire module, put the code in modules/bankwire/payment-return.tpl Link to comment Share on other sites More sharing options...
arowana Posted May 31, 2009 Author Share Posted May 31, 2009 Thanks ! Google Checkout and Paypal module doesn't have payment-return.tpl. Where should I insert for these modules ? Link to comment Share on other sites More sharing options...
rocky Posted May 31, 2009 Share Posted May 31, 2009 On my installation, Google Checkout does have a payment_return.tpl, but PayPal doesn't. I haven't tested this, but perhaps adding the following function to modules/paypal/paypal.php: function hookPaymentReturn($params) { return $this->display(__FILE__, 'payment_return.tpl'); } And then creating a payment_return.tpl based on one from another module would work? Link to comment Share on other sites More sharing options...
3dron Posted September 5, 2012 Share Posted September 5, 2012 (edited) If I look into modules/paypal/paypal.php: I do see a hookPaymentReturn function. (might be as of my 1.4.6 version) It points to confirmation.tpl. I just placed the code here and it worked fine. -Ron Edited September 5, 2012 by 3dron (see edit history) Link to comment Share on other sites More sharing options...
benjamin utterback Posted September 5, 2012 Share Posted September 5, 2012 Hello 3dron, Thank you for the message. As this is an old (3+ years) thread, I will go ahead and mark this thread as solved. Thank you for choosing PrestaShop. Link to comment Share on other sites More sharing options...
Recommended Posts