From 8e1cb5cc3462f1fc7354eea5400f8806f48ecfa6 Mon Sep 17 00:00:00 2001 From: Jerome Nadaud Date: Fri, 20 Sep 2013 18:31:35 +0200 Subject: [PATCH] // Kpi update for customers orders --- .../controllers/carts/helpers/view/view.tpl | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/admin-dev/themes/default/template/controllers/carts/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/carts/helpers/view/view.tpl index c2dd60105..d7393ce04 100755 --- a/admin-dev/themes/default/template/controllers/carts/helpers/view/view.tpl +++ b/admin-dev/themes/default/template/controllers/carts/helpers/view/view.tpl @@ -27,10 +27,16 @@ {block name="override_tpl"}
-
- {l s='Cart #%06d'|sprintf:$cart->id}
{if $customer->id}{$customer->firstname} {$customer->lastname}{else}{l s='Guest'}{/if} {l s='On'} {$cart->date_upd}
- {displayWtPriceWithCurrency price=$total_price currency=$currency} -
+ {include file="helpers/kpi/kpi.tpl" + id="kpi-cart" + color="color1" + icon="icon-shopping-cart" + title="{l s='Cart #%06d'|sprintf:$cart->id}" + subtitle="{if $customer->id}{$customer->firstname} {$customer->lastname}{else}{l s='Guest'}{/if} {l s='On'} {$cart->date_upd}" + value="{displayWtPriceWithCurrency price=$total_price currency=$currency}" + source='' + chart=null + }