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 + }