modified

The modified eCommerce shop software is a free OpenSource shop system published under the GPL, whose development began at the end of 2008.


Offer listing

modified offers an adjustable export function for the transmission of your offers.
Our technical shop support will be happy to assist you with the setup if required.


Integration of conversion tracking

Instructions for the integration of conversion tracking

// solute start
if (isset($_SESSION['soluteclid'])){
$orders_subtotal_query = xtc_db_query("select sum((final_price/(products_tax/100+1))) value from ".TABLE_ORDERS_PRODUCTS." where orders_id = ".$last_order." ");
$orders_subtotal = xtc_db_fetch_array($orders_subtotal_query);
$val = $orders_subtotal['value'];
$ttl = 60*60*24*30;
$session = $_SESSION['soluteclid'];
$soluteclid = explode(" ", $session);
if ((int)
$soluteclid[0] + $ttl > time()){
$url = 'https://cmodul.solutenetwork.com/conversion';
$url .= '?val='.urlencode($val);
$url .= '&oid='.urlencode($last_order);
$url .= '&factor=1';
$url .= '&url='.urlencode($soluteclid[1]);
$url .= '&ctsystem=modified';
$curlCon = curl_init();
curl_setopt($curlCon, CURLOPT_URL, $url);
curl_setopt($curlCon, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($curlCon, CURLOPT_USERAGENT, "Billiger.de-Code (".PROJECT_VERSION.")");
curl_exec($curlCon);
curl_close($curlCon);
}
}
// solute end

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