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)
-   -   Deleting SKU out of Sort by line (https://forum.x-cart.com/showthread.php?t=54764)

chrisinoz 07-27-2010 08:01 PM

Deleting SKU out of Sort by line
 
Hi

Can't work it out where to delete the SKU from 'Sort By" line.

X-Cart version 4.0.18

Thanks
Chris

Learner 07-28-2010 12:35 AM

Re: Deleting SKU out of Sort by line
 
Look at main/search_sort_by.tpl

chrisinoz 07-28-2010 12:55 AM

Re: Deleting SKU out of Sort by line
 
Thanks for the quick response Learner but I am not sure what to delete there - I did look at that earlier.

======================
{if $url eq '' && $navigation_script ne ''}{assign var="url" value=$navigation_script|cat:"&"}{/if}
<B>{$lng.lbl_sort_by}:</B>&nbsp;&nbsp;&nbsp;&nbsp;
{foreach from=$sort_fields key=name item=field}
<A href="{$url}sort={$name}&sort_direction={if $name eq $selected}{if $direction eq 1}0{else}1{/if}{else}{$direction}{/if}" style="TEXT-DECORATION: underline;" title="{$lng.lbl_sort_by}: {$field}">{if $name eq $selected}<B><IMG src="{$ImagesDir}/{if $direction}darrow.gif{else}uarrow.gif{/if}" width="9" height="9" border="0" valign="absmiddle" alt="{$lng.lbl_sort_direction}">&nbsp;{/if}{$field}{if $name eq $selected}</B>{/if}</A>&nbsp;&nbsp;&nbsp;&nbsp;
{/foreach}
==========================================

Cheers
Chris

Learner 07-28-2010 01:09 AM

Re: Deleting SKU out of Sort by line
 
What you want, want delete sort by options??

Look at the line 42 in include/search.php.

What is your store url??

chrisinoz 07-28-2010 01:41 AM

Re: Deleting SKU out of Sort by line
 
Client not using SKU now so no use ordering by it
http://www.adelaidecellardoor.com.hk/home.php?cat=1
Cheers

Learner 07-28-2010 01:57 AM

Re: Deleting SKU out of Sort by line
 
In admin General settings->Appearance Options->Displaying products->Display product code (SKU) in the products list
disable the check box)

It will work.


All times are GMT -8. The time now is 05:30 PM.

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