Funktionieren in der 1.1.2 denn die Tracking Codes überhaupt wieder? In der 1.0.9 waren die ja noch kaputt und man musste sich die Codes als Workaround in den MC-Footer packen.
Kommt ja zum normalem Piwik Code noch das ecomerce Tracking dazu Code: <?php /* ----------------------------------------------------------------------------------------- file: Piwik_eCommerce_Plugin.inc.php version: 2015-03-20 BEDV | ISP4YOU.AT http://www.bedv.at http://shop.bedv.at Copyright (c) 2011 BEDV | ISP4YOU.AT ---------------------------------------------------------------------------------------*/ class Piwik_eCommerce_Plugin extends Piwik_eCommerce_Plugin_parent { function proceed() { /* Piwik Tracking Plugin */ if(is_dir(DIR_WS_INCLUDES.'piwik/')) { require_once (DIR_WS_INCLUDES . 'piwik/piwik_config.php'); if(PIWIK_TRACKING_ACTIVE == 'true') { ob_start(); if(PIWIK_ECOMMERCE_TRACKING_ACTIVE == 'true') { require_once (DIR_WS_INCLUDES . 'piwik/piwik_ecommerce_tracking.php'); } else { require_once (DIR_WS_INCLUDES . 'piwik/piwik_tracking.php'); } $piwik_tracking_code = ob_get_contents(); ob_end_clean(); $this->v_output_buffer['Piwik_eCommerce_Plugin'] = "\n\n".$piwik_tracking_code.PHP_EOL; } } else { $this->v_output_buffer['Piwik_eCommerce_Plugin'] = "\n\n\n\t\t".'<!-- Kein Piwik eCommerce Plugin verfuegbar -->'.PHP_EOL; } /* Piwik Tracking Plugin */ parent::proceed(); } } ?>
Ist "click and buy" nicht aus dem Shop genommen worden? In der MobileCandy/ module/ checkout_success.html ist der Code noch enthalten.
Hallo Barbara, ja das stimmt. "Click and buy" gibt es im Shop schon länger nicht mehr. Wir prüfen einmal, warum das im MobileCandy noch immer vorhanden ist: https://tracker.gambio-server.net/issues/41753 LG Torben