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

Shop-Script 5 (Webasyst)

A next generation CMS which combines web publishing tools, blogging, and ecommerce with enterprise collaboration platform.

Emerging PHP ecommerce framework that helps you increase sales. Feature-rich PHP shopping cart solution & ecommerce framework developed in 2013—2014. One of the leading shopping cart solutions of Russia.

The integration is done by a tracking script directly placed into the store design section. You can track total cost, order ID, per product items and currency.

per order tracking

Login to your admin area of Shop-Script 5 and navigate to Shop (the top icon) and then to Storefronts tab.

In the list of files find checkout.success.html and place the tracking code above this line ‘{if !empty($payment)}’:

<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('{$order.total}');
	sale.setOrderID('{$order.id}');
	sale.setCurrency('{$order.currency}');
	{if empty($payment_success)}
		sale{$smarty.foreach.pap.iteration}.setStatus('P');
	{/if}
	PostAffTracker.register();
</script>

Save your work and you are done. Order will be tracked now.

per product tracking

In case you want to track orders per product (into different campaigns) you have to use the following code instead of the one from the first step.

<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">
PostAffTracker.setAccountId('Account_ID');
{foreach $order.items as $item name=pap}
    var sale{$smarty.foreach.pap.iteration} = PostAffTracker.createSale();
    sale{$smarty.foreach.pap.iteration}.setTotalCost('{$item.price * $item.quantity}');
    sale{$smarty.foreach.pap.iteration}.setOrderID('{$order.id}({$smarty.foreach.pap.iteration})');
    sale{$smarty.foreach.pap.iteration}.setProductID('{$item.product_id}');
    sale{$smarty.foreach.pap.iteration}.setCurrency('{$order.currency}');
    {if empty($payment_success)}
        sale{$smarty.foreach.pap.iteration}.setStatus('P');
    {/if}
    PostAffTracker.register();
{/foreach}
</script>

That’s it. Your store has been integrated.

Do not forget to integrate your cart with the click tracking code – you can use the design section again, place the click tracking code to the index.html file.

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

bLoyal

PostAffiliate Pro offers a loyalty solution through its partnership with bLoyal. The integration method uses a built-in feature of bLoyal where you can add a tracking code to your cart, which enables tracking per product orders everywhere your customer buys. In addition, PostAffiliate Pro offers product pricing, features, integrations, and alternatives. It also provides support, knowledge base, member's area, and performance status.

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

EKM

The article is about using Post Affiliate Pro integration with EKM to help create a successful online shop. It includes steps for adding sale tracking and click tracking code, and mentions that additional resources are available for passing additional information. The article also lists several related resources and offers a free account to get started with the integration.

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

Shopware

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

Would you like to improve your affiliate software even more? Check out the eWAY (using Shared Payment Solution) integration for Post Affiliate Pro.

eWAY (using Shared Payment Solution)

Would you like to improve your affiliate software even more? Check out the eWAY (using Shared Payment Solution) integration for Post Affiliate Pro.

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