OXID

OXID eSales AG is one of the leading providers of smart e-commerce solutions and services. On the basis of the OXID platform, scalable, modular and high-quality Web shops can be set up and efficiently operated in all industries - for B2B as well as for B2C.


Offer listing

For the transmission of your offers there is a third party plugin available for a fee.

To the FATCHIP Plugin Article Exporter for billiger.de

We are happy to refund the cost of the plugin via an individual click credit. Please contact us for an offer.


Integration of conversion tracking

Instructions for the integration of conversion tracking

Integration of landingpage tracking:


1. Edit the file "ROOT/source/Application/views/flow/tpl/page/details/inc/productmain.tpl" (where flow is the currently used theme)
2. Copy this code snippet into it:


[{php}]
if (strpos($_SERVER['REQUEST_URI'], "soluteclid")>0){
if (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on'){
$landing = 'https://';
} else {
$landing = 'http://';
}
$landing .= $_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'];
$_SESSION['soluteclid'] = time()." ".$landing;
$url = "https://cmodul.solutenetwork.com/landing";
$url .= "?url=".urlencode($landing);
$curlCon = curl_init();
curl_setopt($curlCon, CURLOPT_URL, $url);
curl_setopt($curlCon, CURLOPT_RETURNTRANSFER, 1);
curl_exec($curlCon);
curl_close($curlCon);
}
[{/php}]


Integration of conversion tracking:


1. Edit the file "ROOT/source/Application/views/flow/tpl/page/checkout/thankyou.tpl" bearbeiten (where flow is the currently used theme)
2. Copy this code snippet into it:


[{assign var=val value=$order->oxorder__oxtotalnetsum->value}]
[{assign var=oid value=$order->oxorder__oxordernr->value}]
[{php}]
$val=& $this->get_template_vars('val');
$oid=& $this->get_template_vars('oid');
if (isset($_SESSION['soluteclid'])){
$ttl = 60*60*24*30;
$cookie = $_SESSION['soluteclid'];
$soluteclid = explode(" ", $cookie);
if ((int)$soluteclid[0] + $ttl > time()){
$url = 'https://cmodul.solutenetwork.com/conversion';
$url .= '?val='.urlencode($val);
$url .= '&oid='.urlencode($oid);
$url .= '&factor=1';
$url .= '&url='.urlencode($soluteclid[1]);
$url .= '&ctsystem=OXID';
$curlCon = curl_init();
curl_setopt($curlCon, CURLOPT_URL, $url);
curl_setopt($curlCon, CURLOPT_RETURNTRANSFER, 1);
curl_exec($curlCon);
curl_close($curlCon);
}
}
[{/php}]


Attention: Conversion tracking does not work without landingpage tracking.


Got any questions? Please contact us!

Our Technical Shop Support will be happy to help you.

Tel: +49 721-98993-60
(For direct dialling, select "1" in the voice menu and then "2".)

E-mail