| SquirrelCart |
| |
1 Open template
|
| Open file: themes/{your_theme}/thanks_for_order.tpl.php
|
|
2 Integration
|
| Add one of the following codes at the end of the 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.
|
|
| |
| 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.
|
| |
|