| Mambo-ChargePlus |
| |
| Integration with Mambo-ChargePlus is made by placing sale tracking script into the confirmation page.
|
| |
1 Find mambocharge_plus_thankyou.php file
|
| Find and open file /components/com_mambocharge_plus/mambocharge_plus_thankyou.php.
|
|
2 Integration
|
| Put the following code into the very bottom of this file.
|
|
Javascript Code
|
|
|
| OR |
|
Image Code
|
|
|
| |
Please take care to replace
<?=$orderId?>
and
<?=$orderAmount?>
in the sale code with your server side script notations for the orderid and total amount variable used in your website.
|
|
| |
3 Finished
|
| It is now integrated. Every time customer enters the order confirmation page the tracking code is called and it will register a sale for referring affiliate.
|
|
| |