WooCommerce

WooCommerce is a free plug-in for the content management system WordPress, which adds the functionality of an online shop to WordPress. One of the most popular WordPress plug-ins was first released in 2011.


Offer listing

With the free plugin the feed can be generated:

To the plugin Product Feed PRO

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

1. In the admin area, navigate to "Design -> Theme Editor". Then select the "Theme functions (functions.php)" on the right.
2. Copy this code snippet directly under <?php:


session_start();
/** solute Landingpage Tracking */
add_action ('woocommerce_before_single_product', 'landingpageTracking');
function landingpageTracking(){
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);
}
}


/** solute Conversion Tracking */
add_action ('woocommerce_thankyou', 'billiger_tracking');
function billiger_tracking($order_id) {
$order = new WC_Order($order_id);
$total = $order->get_total();
$shipping = $order->get_shipping_total();
$tax = $order->get_total_tax();
$sale_amt = $total-$shipping-$tax;
if (isset($_SESSION['soluteclid'])){
$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($sale_amt);
$url .= '&oid='.urlencode($order_id);
$url .= '&factor=1';
$url .= '&url='.urlencode($soluteclid[1]);
$url .= '&ctsystem=WooCommerce';
$curlCon = curl_init();
curl_setopt($curlCon, CURLOPT_URL, $url);
curl_setopt($curlCon, CURLOPT_RETURNTRANSFER, 1);
curl_exec($curlCon);
curl_close($curlCon);
} else {
unset($_SESSION['soluteclid']);
}
}
}


Attention: The functions.php will be overwritten every time a new Wordpress theme is selected.


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

Privacy

We use cookies on our website. Some are technically necessary, others are third-party cookies to show you personalized advertising and retargeting ads. Please select which ones you want to allow in the settings.

Cookie Settings

Here you can find an overview of all cookies used. You can give your consent to the individual categories or providers.

We use technically necessary cookies, which are required for the basic functionality of the website. You cannot deactivate these cookies. The use is based on the legal basis according to Art. 6 para. 1 p. 1 lit. c) and f) GDPR.
These cookies are used by third parties to display personalized advertising and retargeting ads by following visitors on websites.
We use Google Conversion Tracking, a service provided by Google Ireland Limited, Gordon House, Barrow Street, Dublin 4, Ireland. ("Google"), whose headquarters are in the USA. Google Conversion Tracking is an analysis tool to measure advertising and analyse actions. Legal basis: Legal basis for the use is Art. 6 para. 1 lit. a GDPR. With your consent, you agree to the processing of the personal data relating to you collected for the analysis, including the processing of your data in the USA. You can find further information here: https://policies.google.com/privacy?hl=en.
We use Facebook Pixel, a service provided by Facebook Ireland Limited, 4 Grand Canal Square, Grand Canal Harbour, Dublin, D02, Ireland ("Facebook"), whose headquarters are in the United States. The Facebook Pixel is an analytics tool to measure advertising and analyze actions. Legal basis: The use is based on the legal basis according to Art. 6 para. 1 p. 1 lit. a) GDPR. With your consent, you agree to the processing of personal data concerning you collected for the analysis, including the processing of your data in the USA. You can find more information here: https://www.facebook.com/about/privacy/
This website uses the Insight tag from LinkedIn. The provider of this service is LinkedIn Ireland Unlimited Company, Wilton Plaza, Wilton Place, Dublin 2, Ireland, whose headquarters are in the USA. With the help of the LinkedIn Insight Tag, we use the retargeting function and can display targeted advertising outside the website to visitors to our website, whereby, according to LinkedIn, no identification of the advertising addressee takes place.
Legal basis: The use of LinkedIn Insight and the processing of the data is based exclusively on Art. 6 para. 1 lit. a GDPR. With your consent, you agree to the processing of personal data concerning you for targeted advertising, including the processing of your data in the USA. The data transfer to the USA is based on the standard contractual clauses of the EU Commission.
You can find more information here:
linkedin.com/legal/privacy-policy#choices-oblig
linkedin.com/legal/l/dpa
linkedin.com/legal/l/eu-sccs