X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   How Remove Sort by option in product pages 4.2.2 (https://forum.x-cart.com/showthread.php?t=49169)

VWD 08-13-2009 10:18 PM

How Remove Sort by option in product pages 4.2.2
 
Hi guys, can anyone tell me how to remove the sort by: SKU etc, options for customers under products pages.
Thanks in advance.

Shamun 08-14-2009 12:16 AM

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}


VWD 08-14-2009 09:07 AM

Re: How Remove Sort by option in product pages 4.2.2
 
Thank you.


All times are GMT -8. The time now is 08:49 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.