From fdbf166b367e35733106ca6f2f1185b92b09ef37 Mon Sep 17 00:00:00 2001 From: Christophe Laffont Date: Wed, 11 Jun 2014 09:32:27 +0200 Subject: [PATCH] Clean up mini-cart.html Remove this code >> data-tip="tooltip" data-title="Delete" data-original-title="" Note : If you need a tooltip you can use http://getbootstrap.com/javascript/#tooltips Remove
tag --- templates/frontOffice/default/includes/mini-cart.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/frontOffice/default/includes/mini-cart.html b/templates/frontOffice/default/includes/mini-cart.html index 1dad142c3..f785814e4 100644 --- a/templates/frontOffice/default/includes/mini-cart.html +++ b/templates/frontOffice/default/includes/mini-cart.html @@ -24,7 +24,7 @@

{$TITLE}

- {intl l="Remove"} + {intl l="Remove"} {if $IS_PROMO == 1} @@ -32,7 +32,7 @@ {else} {assign "real_price" $TAXED_PRICE} {/if} - {$QUANTITY} X {$real_price} {currency attr="symbol"}
+ {$QUANTITY} X {$real_price} {currency attr="symbol"} {assign "total_price" $total_price + ($QUANTITY * $real_price)} @@ -58,7 +58,7 @@ {/ifloop} {elseloop rel="cartloop"} - -{/elseloop} \ No newline at end of file +{/elseloop}