View Single Post
  #29  
Old 03-28-2006, 12:24 PM
 
chrisollar chrisollar is offline
 

Member
  
Join Date: Mar 2006
Location: waco, texas, usa
Posts: 20
 

Default version 4.0.18 gold sku search

Quote:
mffowler
include/search.php

find
Code:

if (empty($data["by_title"]) && empty($data["by_shortdescr"]) && empty($data["by_fulldescr"]) && empty($data["extra_fields"])) {

change to:
Code:

if (empty($data["by_title"]) && empty($data["by_shortdescr"]) && empty($data["by_fulldescr"]) && empty($data["by_productcode"]) && empty($data["extra_fields"])) {

Was able to find and use this code (using ftp) but not find the second half of any of the other codes posted. I was able to make the skin mod but never shows up. (I figure that it won't show without other necessary changes.) We have over 30,000 products and our client wants to be able to search by sku. The only thing that happens in search is when we search by generic "calendar" or "post its" etc. not by SKU. Please help a frustrated user! Thanks!
__________________
Shannon Williams for Chris Ollar
chrisollar@grandecom.net
x-cart gold 4.0.18
x-cart gold 4.1
LC v2.1
LC v2.2 beta 1
unix
Reply With Quote