AbanteCart Community

Shopping Cart Operations => Support => Topic started by: Loreto on November 29, 2013, 08:26:19 AM

Title: Change something in the mini-cart
Post 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.
Title: Re: Change something in the mini-cart
Post by: abantecart on November 30, 2013, 10:34:12 AM
File: /storefront/view/default_html5/template/blocks/cart_top.tpl

Line:
Code: [Select]
        <a href="<?php echo $view?>" class="dropdown-toggle"><?php /* echo $heading_title; */?>&nbsp;&nbsp;<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>
Title: Re: Change something in the mini-cart
Post by: Loreto on December 03, 2013, 04:45:41 PM
thank you, I'll try it. ;D