Earth Skater is well known online store software with a free support.
The Earth Skater shopping cart is designed with real service and support included. Earth Skater offers a complete online store solution for your new or existing web site. Earth Skater includes complete website setup and web design at no charge.
Easily manage your orders, members, and products. This integration integrates into Earth Skater’s template for the website footer.
Adding the sale tracking code
Navigate to Admin> Content Manager> [footer] template, click on Modify next
to “_footer.asp” and add following code at the very end of the page in
between the code that reads <% if etOrderDetails <> “” then %> and <% end if %>:
<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('[total]');
sale.setOrderID('[invoicenum]');
PostAffTracker.register();
</script>
This is all you need to do.