Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattpiwik <matthieu.aubry@gmail.com>2011-05-21 09:21:08 +0400
committermattpiwik <matthieu.aubry@gmail.com>2011-05-21 09:21:08 +0400
commit1df048d93db5eb2440080a30e2699d91145c8bb4 (patch)
tree6dbac856d38ab0abee3c8289639d89b809dff575 /plugins/Live/Visitor.php
parenteb2730a9e0c2beb9e86dc1beb9383f1c48656581 (diff)
Refs #898 Showing Ecommerce orders & Abandoned cart in the Visitor Log, with detail of the order revenues (tax, shipping, discount, base, total), quantity of items in the cart, and then detail of each item (sku, name, category, price, quantity) + added 2 icons
git-svn-id: http://dev.piwik.org/svn/trunk@4740 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/Live/Visitor.php')
-rw-r--r--plugins/Live/Visitor.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Live/Visitor.php b/plugins/Live/Visitor.php
index 5ddea435b1..dc8f47682d 100644
--- a/plugins/Live/Visitor.php
+++ b/plugins/Live/Visitor.php
@@ -52,6 +52,7 @@ class Piwik_Live_Visitor
'customVariables' => $this->getCustomVariables(),
'goalConversions' => false,
'siteCurrency' => false,
+ 'siteCurrencySymbol' => false,
// all time entries
'serverDate' => $this->getServerDate(),