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-23 14:38:42 +0400
committermattpiwik <matthieu.aubry@gmail.com>2011-05-23 14:38:42 +0400
commitb58e6168633d02d78b6a1705b071d075882ed36f (patch)
tree7e7026f24ad314cc39a3fbf05169dbca53df6c20 /plugins/Live/templates
parent3bc135bd9d68446733b54b6f9cab61681f9034a3 (diff)
Refs #898 - Improving Ecommerce report:
* Displaying Top Product SKU, Product Names and product categories * Displaying 5 ecommerce metric with sparklines * Displaying "Ecommerce orders logs" which is the Visitor Log segmented to show only ecommerce orders with products etc. * Displaying Sum of revenue, tax, shipping, discount etc. in the report git-svn-id: http://dev.piwik.org/svn/trunk@4786 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/Live/templates')
-rw-r--r--plugins/Live/templates/visitorLog.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Live/templates/visitorLog.tpl b/plugins/Live/templates/visitorLog.tpl
index 74009c7f9a..e3ef58207f 100644
--- a/plugins/Live/templates/visitorLog.tpl
+++ b/plugins/Live/templates/visitorLog.tpl
@@ -1,6 +1,6 @@
<div class="home" id="content" style="display: block;">
<a graphid="VisitsSummarygetEvolutionGraph" name="evolutionGraph"></a>
-<h2>{'Live_VisitorLog'|translate}</h2>
+<h2>{if $javascriptVariablesToSet.filterEcommerce}{'Goals_EcommerceOrdersLog'|translate}{else}{'Live_VisitorLog'|translate}{/if}</h2>
<div id="{$properties.uniqueId}" class="visitorLog">
{if !empty($reportDocumentation)}
<div class="reportDocumentation"><p>{$reportDocumentation}</p></div>