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>2012-09-07 21:38:30 +0400
committermattpiwik <matthieu.aubry@gmail.com>2012-09-07 21:38:30 +0400
commitadc41635c417d73735738e4692e5c91f27525e0c (patch)
tree19e5139f9bd58f2c7dcc7653bdda2ef9e7ad7cca /plugins/Goals/templates/single_goal.tpl
parentc6ea11f32b49096d16ffc736a7470dfa0d1b9839 (diff)
Fixes #3368
* Display abandoned carts in ecommerce log, when no order * when no order but some abandoned carts, display ecommerce reports with abandoned carts info git-svn-id: http://dev.piwik.org/svn/trunk@6939 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/Goals/templates/single_goal.tpl')
-rw-r--r--plugins/Goals/templates/single_goal.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Goals/templates/single_goal.tpl b/plugins/Goals/templates/single_goal.tpl
index bf2ae6e5a7..23f0bbd9cb 100644
--- a/plugins/Goals/templates/single_goal.tpl
+++ b/plugins/Goals/templates/single_goal.tpl
@@ -30,7 +30,7 @@ $(document).ready( function() {
{/literal}
{if $displayFullReport}
- {if $nb_conversions > 0}
+ {if $nb_conversions > 0 || $cart_nb_conversions > 0}
{include file="Goals/templates/table_by_dimension.tpl"}
{/if}
{/if}