A powerful e-commerce website builder in Europe.
Actinic is a powerful e-commerce website with everything you need to succeed online.
With the integration method we provide, you can track order ID, sub-total, separate items and customer email.
For integration with Post Affiliate Pro follow these easy steps:
1. Find the correct place
Login to your Actinic admin account and navigate to Site> Properties by Language and place the sale tracking code to the ‘Shopping Cart: Confirmed purchase page’ section.
2. Per order integration
To track one commission for the entire order you have to use this 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();
var subtotal = OxOrderTotal - OxOrderTotalTax - OxOrderShipPrice - OxOrderShipTax;
sale.setTotalCost(subtotal);
sale.setOrderID(OxOrderID);
sale.setData1(OxCustEmail);
PostAffTracker.register();
</script>
As you can see, there are some fees which we subtract from the total price to get ‘subtotal’ amount with no fees included.
This is it. Save your changes and you are integrated.
3. Per product integration
To track separate commissions for each ordered product you have to use this 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();
var subtotal = OxOrderTotal - OxOrderTotalTax - OxOrderShipPrice - OxOrderShipTax;
sale.setTotalCost(subtotal);
sale.setOrderID(OxOrderID);
sale.setData1(OxCustEmail);
PostAffTracker.register();
</script>
The sale tracking code works with SKU as a product ID. If you would like to use product name instead of SKU, you can use this code:
OxOrderDetail[nIdx][1].replace( /|/g, “”)
This is it. Save your changes and you are integrated.
Do not forget to integrate your site with the click tracking code – to do so, you can use the same Properties by Language section. Place the click tracking code to the ‘Start <BODY> Block’ section.
Integration Methods - Paypalipnother
The article discusses integrating PayPal with Post Affiliate Pro for tracking sales and generating commission for affiliates. The IPN callback should be forwarded to the PAP paypal.php script and the referrer should be stored in the custom field. The article also mentions related integrations and provides example code for using PayPal buttons on web pages.
Integration Methods - Volusion
The article discusses the PostAffiliate Pro software that is available for free and offers a range of features and integrations, including support for AspDotNetStorefront. It includes instructions for integrating the software with a website to track commissions per order and supports lifetime commissions. The article also provides contact information for sales support and customer reviews of the software. It also mentions other integrations like 1ShoppingCart and InSales. The website Volusion also provides a designated article for integration and product ID matching. The company offers support, knowledge base, and member's area for customers. Subscribe to their newsletter for updates.
Integration Methods - Volusion Api
The article discusses PostAffiliate Pro software designed for tracking business sales through affiliate marketing, which is available for free and offers a range of features and integrations, including support for AspDotNetStorefront, Volusion, InSales, and Wholesale2b. Instructions for integrating the software with a website to track commissions per order and support lifetime commissions are provided, along with contact information for sales support and customer reviews of the software. The setup process for Volusion integration is detailed, involving custom fields, sale tracking, and plugin activation.
Integration Methods - Xtcommerce 4
The text discusses the integration of Post Affiliate Pro with various shopping cart software such as XtCommerce, X-Cart, CommerceGate, and Ecwid. The integration can be done through plugins or tracking scripts, and the article provides step-by-step instructions for enabling tracking code. There is also information about PostAffiliate Pro's features, pricing, and ratings, as well as a message about account installation. The website uses cookies, and there is an option to schedule a call or contact through various forms of communication.