Jump to content

how i remove bottom "sort by and compare " option


Recommended Posts

in the category.tpl

about line 90

 

you can see code ,and try remove the red part. :mellow:

 

{if $products}

<div class="content_sortPagiBar">

{include file="$tpl_dir./pagination.tpl"}

<div class="sortPagiBar clearfix">

{include file="./product-sort.tpl"}

{include file="./product-compare.tpl"}

{include file="./nbr-product-page.tpl"}

</div>

</div>

 

{include file="./product-list.tpl" products=$products}

 

<div class="content_sortPagiBar">

<div class="sortPagiBar clearfix">

{include file="./product-sort.tpl"}

{include file="./product-compare.tpl"}

{include file="./nbr-product-page.tpl"}

</div>

{include file="./pagination.tpl"}

</div>

Link to comment
Share on other sites

  • 3 months later...
×
×
  • Create New...