View Single Post
  #6  
Old 01-06-2004, 04:37 PM
 
nfc5382 nfc5382 is offline
 

X-Adept
  
Join Date: Nov 2002
Posts: 481
 

Default

i did some research and was able to hardcode my sort by changing one line in func_search_products in include/func.php

change the following
Code:
function func_search_products($query, $membership,$first=0,$count_all=-1,$get_all=0, $orderby="orderby") {

to

Code:
function func_search_products($query, $membership,$first=0,$count_all=-1,$get_all=0, $orderby="product") {

replace "product" with whatever field you want to sort by.
__________________
-----------------------
x-cart v4.7.6 [LIVE]
x-cart v4.0.18 [retired 2004-2016]
x-cart v3.5.13 [retired]
x-cart v3.4.14 [retired]
Reply With Quote