View Single Post
  #2  
Old 08-14-2009, 12:16 AM
 
Shamun Shamun is offline
 

X-Adept
  
Join Date: Jun 2009
Location: North Carolina
Posts: 841
 

Default Re: How Remove Sort by option in product pages 4.2.2

skin1/customer/dialog.tpl

Code:
{if $printable ne 'Y' and $nobar ne 'yes'} <div class="dialog-search-sort-bar"> {if $selected eq '' && $direction eq ''} {include file="customer/search_sort_by.tpl" selected=$search_prefilled.sort_field direction=$search_prefilled.sort_direction url=$products_sort_url} {else} {include file="customer/search_sort_by.tpl" url=$products_sort_url} {/if} </div> {/if}
__________________
- Shane Munroe
Reply With Quote