Partner
Webware.io – All the tools you need to succeed in today’s web-based world, in one platform. Integration with Webware.io is made by placing sale tracking script into a special fiel for Thank You page in admin panel.
Sale tracking
Navigate to your Webwarr.io admin panel Store > Checkout and payments and find a section called Additional contact and scripts. Use the following code for this section:
<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();
var subtotal = {{ subtotal_price }}/100;
sale.setTotalCost(subtotal);
sale.setOrderID('{{ order_number }}');
sale.setData1('{{ customer.email }}');
PostAffTracker.register();
</script>
Save your work (use teh Apply button) and you are done.
It is now integrated. Every time a customer enters the order confirmation page, the tracking code is called, and a commission will be created for the referring affiliate.
Do not forget to integrate your site with the click tracking code. You can do that in Settings > General > Additional Javascript.