Volusion API integration
An all-in-one ecommerce solution.
This integration method uses Volusion API to track extended information like coupon, per product details and affiliate details.
Volusion setup
The first step is to setup your Volusion cart. Navigate to Settings > Custom Fields and choose one field from Orders section and set it up this way:
Alias: v
Question: Visitor ID (informal)
Question Sub Text:
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/notifysale.php" type="text/javascript"></script>
Input Type: TextBox
Is Public: checked
Everything else should be set by default…
Sale tracking
Navigate to Design tab. Click on the Site content link in the menu bar. Next, scroll down through the page until you find article ID 130. Click the article ID number to edit it and place this code there:
<script src="https://URL_TO_PostAffiliatePro/plugins/VolusionAPI/volusion.php?orderID=$(OrderNo)"/></script>
Save your work.
Plugin setup
The last and the final step is to activate Volusion API plugin in your Post Affiliate Pro merchant panel. To make it all working, you have to configure it. Here is a little hint on how to set it up correctly:
Volusion URL: this is a URL of your store, you have to enter it with starting HTTP or HTTPS and with trailing slash
API login: this is your admin login email address
API password: this one is bit tricky. To get it, you have to navigate to your Volusion admin panel Inventory > Import/Export > Volision API then click RUN button next to Generic\Orders. Then click Run button at the top of the new window. The result is a URL which contains EncryptedPassword value. Just copy and paste it to the plugin config.
Custom field alias: by default, this should be set to letter v. In case you entered something else in the previous integration step, enter what you used.
Do not forget to integrate your shopping cart with the click tracking code.
You can insert the click tracking code into your store’s Template.html file at Design > File Editor in your store Admin Area.
On the File Editor page, you will see several links within the Shortcuts table on right side. Click on the template_xx.html link to load the contents of your Volusion store’s template file into the File Editor (where “xx” is the name or number of the template currently active on your store).