| Iono |
| |
| This integration method was tested for Iono v2.6
|
| |
1 Edit template
|
| Open file: templates/iono/order/step-by-step/step-5.tpl.php
|
|
2 Integration
|
| Find line "<?php switch($this->result): ?>" and add following code before this line:
|
|
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.
|
|
| |
| This is all that is required. Now whenever there's sale, the sale tracking script sale.php is called, and it will generate commission for the affiliate.
|
| |