Cart Manager integration
An easy to use, secure, online shopping cart solution since 1998.
Integration with Cart Manager can be made using the Approval URL supported by them.
Login
Login to your CartManager admin center and click Advanced Settings.
Locate integration place
Find the box labeled: HTML For Bottom of Receipt.
Integration
Place the following code into the box.
<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('PRINTSUBTOTAL');
sale.setOrderID('PRINTORDERNUMBER');
PostAffTracker.register();
</script>
Finished
It is now integrated. Every time customer enters the order confirmationpage the tracking code is called and it will register a sale forreferring affiliate.