Order confirmation page

Hello.

To put my tracking script from my affiliate program in the correct file I need to know where its located.

"Open your order confirmation or "thank you for order" page template, and put the following code somewhere onto the page"

What is the correct file?

Or where can I find a documentation for that?

Thanks a lot!

Quote · 4 Jan 2012

Can someone help with this please?

Quote · 9 Jan 2012

There is no documentation? And no support? Not with tickets and not here? I think its a little bit strange to sell a product without explaining how it works. Whats up Boonex?

Quote · 3 Feb 2012

Hello

There is no an HTML page which is displayed to members when the payment is processed successfully. PHP script generates a common page with text. You may find it in default Dolphin's Payment module modules/boonex/payment/classes/BxPmtModule.php file -> _onResultPage function. 

You need to add your code to $_page_cont[$_page['name_index']]['page_main_code'] but be careful it should be a correctly written PHP code. If your affiliate code is JavaScript based then you should have something like this

ob_start();

?>

Your Java Script is here.

<?

$sAffiliateCode = ob_get_clean();

$_page_cont[$_page['name_index']]['page_main_code'] = MsgBox($aResult['message']) . $sAffiliateCode;

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 4 Feb 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.