Voted Australia’s #1 ecommerce platform, Neto is the best all-in-one software for running a growing retail or wholesale business from small to enterprise.
To integrate
Go to Settings & tools > All settings & tools and under section Analytics & 3rd Party Scripts go to Custom Scripts. Click the Add New button to create a new script which you can name for example Post Affiliate Pro.
In the Scripts part go to Page Footer tab and insert the click tracking code there which you can get from Tools >Integration >Clicks tracking section of your Post Affiliate Pro merchant panel.
Switch to Purchase Confirmation (Thank You Page) tab and add the following sale tracking 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([@grand_total@] - [@tax_total@] - [@shipping_price@] - [@discount_total@]);
sale.setOrderID('[@order_id@]');
PostAffTracker.register();
</script>
Save the script and you are done.
It is now integrated. Every time customer enters the order confirmation page, the tracking code is called and registers a sale for the referring affiliate.