Jump to content

[SOLVED] Where to insert survey code ?


Recommended Posts

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

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

  • 3 years later...
×
×
  • Create New...