Home Integration Methods X-Cart

X-Cart

Integration with X-Cart is made by placing the 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 the following code right after the <BR><BR><BR><BR> line.
3
Versions 4.4.X
For versions 4.4.x you have to use this variable names:
It is now integrated. Every time a customer enters the order confirmation page the tracking code is called and it will register a sale for referring affiliate.
4
Per product integration
If you want to track your order per product, you have to use this code:
Please note the per product integration does not include any discounts. The price of each product is a basic one, multiplied with product quantity ordered.

Code Placement

1 years ago Terry Zahn
I installed the 4.4.2 version of X-Cart. The "order_message.tpl" file was located in "/skins/common_files/customer/main/order_message.tpl". Hope this works and is the correct place. I found the <br><br><br><br> and placed it directly after. Each "<br>" was on a separate line, therefore a search all for <br><br><br><br> yielded nothing. It was not until I physically searched for it did I locate it. Please let me know if this is correct.