Author Topic: Change something in the mini-cart  (Read 3725 times)

Offline Loreto

  • Newbie
  • *
  • Posts: 40
  • Karma: +3/-0
    • View Profile
Change something in the mini-cart
« 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.




Thank you.

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Change something in the mini-cart
« Reply #1 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>
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline Loreto

  • Newbie
  • *
  • Posts: 40
  • Karma: +3/-0
    • View Profile
Re: Change something in the mini-cart
« Reply #2 on: December 03, 2013, 04:45:41 PM »
thank you, I'll try it. ;D

 

Powered by SMFPacks Social Login Mod