| X-Cart |
| |
| Integration with X-Cart is made by placing sale tracking script into the order confirmation page.
|
| |
1 Find template
|
Find and open file /xcart/skin1/customer/main/order_message.tpl.
If you use other skin, your skin directory could be different.
|
|
2 Integration
|
| Put one of the following code right after the <BR><BR><BR><BR> 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.
|
|
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.
|
|
| |