Ah!...yes you need custom fields......the only quick way I can think of is to maybe change the "NEvoweb_NB_Store_Products_GetSearchList" and "NEvoweb_NB_Store_Products_GetSearchListSize" Sprocs to search in the custom fields as well.....problem is, if you have a large DB of products this could be slow!
These Sprocs currently use the DNN search words table to speed things up, so adding a direct search on to custom field XML data could be done, but may give a performace issue if you need to search 1000's of products.
Dave.
These Sprocs currently use the DNN search words table to speed things up, so adding a direct search on to custom field XML data could be done, but may give a performace issue if you need to search 1000's of products.
Dave.