AbanteCart Community

Shopping Cart Operations => Support => Topic started by: katya on July 02, 2014, 03:35:38 PM

Title: Remove
Post by: katya on July 02, 2014, 03:35:38 PM
(http://)
 Hello, I wonder if this can be removed.
I  can say ?, thanks.
Title: Re: Remove
Post by: yonghan on July 02, 2014, 11:18:35 PM
Hi,do you mean you want to remove the layout button and sort order toolbar?if yes,you need to edit the category tpl file in view/default_html5/template/pages/product/category.tpl.and remove the foloowing code :
Code: [Select]
<!-- Sorting + pagination-->
<div class="sorting well">
  <form class=" form-inline pull-left">
    <?php echo $text_sort?>&nbsp;&nbsp;<?php echo $sorting?>
  </form>
  <div class="btn-group pull-right">
    <button class="btn" id="list"><i class="icon-th-list"></i>
    </button>
    <button class="btn btn-orange" id="grid"><i class="icon-th icon-white"></i></button>
  </div>
</div>
<!-- end sorting-->

Hpe it helps.
Title: Re: Remove
Post by: katya on July 03, 2014, 10:51:16 AM
thanks.
like, I give you positive karma
Title: Re: Remove
Post by: yonghan on July 03, 2014, 11:56:39 AM
You're welcome and thanks for the karma.hope it works as your expectation.