–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.

Zoey

Zoey combines powerful B2B functionality with modern B2C capabilities for a best-in-class ecommerce solution for you and your customers.

Integration with Zoey supports per product, coupon codes and lifetime commissions tracking.

Locate the Order Success page

After logging in to your Zoey account you need to click the Edit My Design option in the left side menu and locate the Order Success page to edit it.

Once there you need to click the plus icon (+) in the upper left corner of the editor and add the general Order Success code to the page. Double click the added section to add your preferred sale tracking code from the following sections, make sure you remove the prefilled content from the section.

Decide whether you wish to create one commission per whole order or separate commission for each purchased product. The latter is recommended only if you wish to have different commissions for different products.

Adding click tracking code

Click tracking code is required for creating customer-affiliate relation.

When editing the Order Success page click the gear icon in the upper right corner, then click Manage Assets. In the popup choose HTML After Body section and click on Edit HTML button at the right side. Insert the following click tracking 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');
try {
PostAffTracker.track();
} catch (err) { }
</script>

Adding per order tracking code

Insert the following code to the Order Success section of the Order Success page:

<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 papItems = [orderItems];
    var purchasedProductSKUs = '';
    for (i=0; i < papItems.length; i++) {
        purchasedProductSKUs += papItems[i].sku + ', ';
    }
    var sale = PostAffTracker.createSale();
    sale.setTotalCost('[orderSubtotal]');
    sale.setOrderID('[orderNumber]');
    sale.setProductID(purchasedProductSKUs.slice(0, -2));
    sale.setData1('[customerEmail]');
    sale.setCoupon('[couponCode]');
    
    PostAffTracker.register();
</script>

Adding per product tracking code

Insert the following code to the Order Success section of the Order Success page:

<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">
    PostAffTracker.setAccountId('Account_ID');
    discountedperc = 1 + [discountAmount] / ([orderSubtotal]);
    var papItems = [orderItems];
    for (i=0; i < papItems.length; i++) {
        var sale = PostAffTracker.createSale();
        sale.setTotalCost(papItems[i].price * papItems[i].qty * discountedperc);
        sale.setOrderID('[orderNumber](' + (i + 1) + ')');
        sale.setProductID(papItems[i].sku);
        sale.setData1('[customerEmail]');
        sale.setCoupon('[couponCode]');
        
        if (i != papItems.length -1) {
            sale.doNotDeleteCookies();
        }
        PostAffTracker.register();
    }
</script>

Make sure you save all your changes as you do them and when you are done press the Save & Publish button in the upper right corner to push your changes to your live website.

Back to Integrations Create account for FREE
Would you like to improve your affiliate software even more? Check out the Thinkific integration for Post Affiliate Pro.

Thinkific

Would you like to improve your affiliate software even more? Check out the Thinkific integration for Post Affiliate Pro.

Would you like to improve your affiliate software even more? Check out the Volusion integration for Post Affiliate Pro.

Volusion

Would you like to improve your affiliate software even more? Check out the Volusion integration for Post Affiliate Pro.

Would you like to improve your affiliate software even more? Check out the SendOwl integration for Post Affiliate Pro.

SendOwl

The article discusses PostAffiliate Pro and its integration with SendOwl, an ecommerce platform for selling digital products. The process of integrating the two systems involves inserting code into the custom code section of the SendOwl admin panel. The article also provides related resources and contact information for PostAffiliate Pro.

Would you like to improve your affiliate software even more? Check out the Gambio integration for Post Affiliate Pro.

Gambio

PostAffiliate Pro offers a shopping cart integration solution with Gambio online shops, allowing tracking of subtotal, order ID and currency, and supporting Lifetime Commissions. To integrate, edit the controller file and add sale tracking code, then edit the template and add tracking code to the end. Don't forget to integrate the shopping cart with click tracking code as well. A free account can be created.

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