A dropship service that offers plans to help you sell through the platform of your choosing.
This integration method integrates all in one solution Wholesale2b with Post Affiliate Pro.
Click tracking code placement
Login to your W2B admin panel, navigate to Customize your site > Template design and then click the lower link “Bottom special announcement” in left panel. Now place your click tracking code into the HTML code section:
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript"><!--
PostAffTracker.setAccountId('default1');
try {
PostAffTracker.track();
} catch (err) { }
//-->
</script>
Save your changes.
Sale tracking code placement
Now, navigate to Customize your site > Order confirmation and place the sale tracking code there:
<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(cart_value);
sale.setOrderID(cart_id);
PostAffTracker.register();
</script>
Unfortunately only order ID and total cost can be used, no product information is available.
The article discusses the integration method of Volusion API to track extended information like coupon, per product details, and affiliate details for e-commerce solutions. The first step is to set up the Volusion cart and custom fields, followed by sale tracking and plugin setup. The article provides a hint on how to correctly configure the plugin, including entering the Volusion URL, admin login email address, and API password. It is essential to integrate the shopping cart with click tracking code to ensure smooth functioning. The article provides related resources and offers a free account to get started.