–Hidden comment

Use attributes in format region_from and region_to= to change the languages showing in language switcher.
Available regions are:
europe_from europe_to
asia_from asia_to
mideast_from mideast_to
america_from america_to

Example:
europe_from=0 europe_to=22 will put all languages (ordered in language switcher settings) from 1 to 21 to Europe region:
asia_from=22 asia_to=25 will put all languages from 23 to 24 (so only 2) into Asia region.

Volusion

An all-in-one ecommerce solution.

You can add your tracking scripts to a specially-designated articlewithin your Volusion store.

Website text article 130 is the proper place for integration. Youcan access this article using the following steps:

Login

  1. Log into your Voluison store’s Admin Page and click on the Designtab.
  2. Click on the Site content link in the menu bar.
  3. Next, scroll down through the following page until you find articleID 130.
  4. Click the article ID number to edit it

Integration

Add this sale tracking code into the ArticleBody field:

<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($(SubTotal));
sale.setOrderID($(OrderNo));

PostAffTracker.register();
</script>

Click the Save Changes button.

Product ID matching

If you want to go with a solution that tracks per product commission, use this code instead the one in step 2.

<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>

<script type="text/javascript">
if( typeof Order != 'undefined' ) {
  for (var i=0; i < OrderDetails.length; i++) {
    var sale = PostAffTracker.createSale();

    sale.setTotalCost(OrderDetails[i][5] * OrderDetails[i][6]);
    sale.setOrderID(OrderDetails[i][0] + "(" + i + ")");
    sale.setProductID(OrderDetails[i][2]);

    PostAffTracker.register();
  }
}
</script>

You’re finished! Once the tracking script has been saved into thearticle body, it will be populated within your Volusion store andshould have access to its relative conversion analytics service.

In case you need some additional information please take a look at this page:
https://helpcenter.volusion.com/know-your-numbers/insights-101/how-to-install-roi-tracking-conversion-code-on-your-site

Back to Integrations Create account for FREE

Our website uses cookies. By continuing we assume your permission to deploy cookies as detailed in our privacy and cookies policy.

×

Schedule a one-on-one call and discover how Post Affiliate Pro can benefit your business.

We’re available on multiple dates

Schedule a call