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

Oxid Eshop

A powerful ecommerce solution.

The integration with Oxid Eshop is pretty easy. All you need to do is to integrate the shop thank you page.

Adding the sale tracking code

First, login to your FTP and navigate to out/theme_name/tpl/page/checkout/ where “theme_name” is a directory of theme you are using now.

You should see a file thankyou.tpl – that is the one we are going to modify. Find this line:

<div id="thankyouPage">

and paste the integration code above it.

<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->oxorder__oxtotalbrutsum->value}]');
	sale.setOrderID('[{ $order->oxorder__oxordernr->value }]');
	PostAffTracker.register();
</script>

A value that will be used for total cost in the code above, is cost of the product with VAT. If you want to use any other values, you can refer to these:

[{$order->oxorder__oxtotalnetsum->value}]
  • VAT excluded
[{$order->oxorder__oxtotalbrutsum->value}]
  • VAT included
[{$order->oxorder__oxartvatprice1->value}]
  • VAT value
[{$order->oxorder__oxtotalordersum->value}]
  • full order price
[{$order->oxorder__oxcurrency->value}]
  • currency code (USD, EUR, …)
[{$order->oxorder__oxcurrate->value}]
  • currency conversion rate

Do not forget about integrating your landing pages with the click tracking code.

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