forked from shopware5/SwagPiwik
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMeta.php
More file actions
21 lines (20 loc) · 1.31 KB
/
Meta.php
File metadata and controls
21 lines (20 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
/*
* (c) shopware AG <info@shopware.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
*/
return array(
'version' => '1.0.2',
'autor' => 'shopware AG, S.Kloepper',
'copyright' => 'Copyright (c) 2012, shopware AG',
'label' => 'Piwik - Open source web analytics',
'source' => $this->getSource(),
'description' => 'Mit diesem Plugin kann der Shopware Shop an die Open Source Analytics Software Piwik angebunden werden. Piwik ist eine Open-Source (GPL lizenzierte) Webanalyse-Software, die heruntergeladen werden kann. Piwik bietet Ihnen detaillierte Echtzeit-Berichte über die Besucher Ihrer Homepage, die genutzten Suchmaschinen und Suchbegriffe, die Sprache, Ihre beliebten Seiten… und vieles mehr. Folgende Funktion unterstützt das Plugin aktuell: Allgemeines Tracking (Zugriffe / Besucher usw.) Erfassen von Bestellungen (inkl. Artikelnummern, Artikelnamen und Brutto-Endbetrag) Erfassen von Warenkörben Erfassen von Detailseiten Erfassen von Kategorien Weitere Informationen zu Piwik: http://de.piwik.org/ http://de.piwik.org/dokumentation/piwik-installieren/ ',
'license' => '',
'support' => 'http://forum.shopware.de',
'link' => 'http://www.shopware.de',
'changes' => array()
);