Jump to content

how to get rid of this option ?


Recommended Posts

you may need to do some changes in category.tpl file located in themes/your_theme_directory.

Open category.tpl file in one of the file editor and find below code. Code will be on line no 100.

 

Comment out this code or delete only this code from your file and save it.

<div class="content_sortPagiBar clearfix">
             <div class="sortPagiBar clearfix">
             {include file="./product-sort.tpl"}
                 {include file="./nbr-product-page.tpl"}
</div>
                <div class="top-pagination-content clearfix">
                 {include file="./product-compare.tpl"}
{include file="$tpl_dir./pagination.tpl"}
                </div></div>

Take a backup of file first then do it.

Clear your cache folder.

 

I hope it will work out.

Thanks

 

Edited by sandipchandela (see edit history)
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...