eCartSoft integration
A platform-independent system that can be installed with same day setup for existing site.
This is integration method with http://www.ecartsoft.com/. It integrates template for thank you page.
Setup the cart
From within the shopping cart, click system admin (at the top), then template manager, then checkout templates, then Order-Confirmation Message. Find section “Line html” and insert there this code:
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">
PostAffTracker.setAccountId('Account_ID');var sale = PostAffTracker.createSale();;
sale.setTotalCost('%%LINE-TOTAL-PRICE%%');
sale.setOrderID('%%ORDER-NUMBER%%');
sale.setProductID('%%item_sku%%');
PostAffTracker.register();
</script>
Now save it and it is integrated.