AbanteCart Community
Shopping Cart Operations => Support => Topic started by: Loreto on November 29, 2013, 08:26:19 AM
-
Hi, I want to hide the top mini cart value beside the number of items, In the example image , I wnat to hide "205,57 E" , is this posible?
If yes, what file I need to edit to get this.
(http://i42.tinypic.com/21akduq.jpg)
Thank you.
-
File: /storefront/view/default_html5/template/blocks/cart_top.tpl
Line:
<a href="<?php echo $view; ?>" class="dropdown-toggle"><?php /* echo $heading_title; */?> <span
class="label label-orange font14"><?php echo $total_qty;?></span> <?php echo $text_items;?> - <span
class="cart_total"><?php echo $subtotal; ?></span> <b class="caret"></b></a>
-
thank you, I'll try it. ;D