So I'm looking for a way to add product images to the Drupal search. I am currently using the theme search function, theme_search_item($item, $type), to display the information I want in the search, however, I don't know how to get the image from the product.
I would like to use the product_list imagecache preset for Drupal search results.
How do I go about getting this image of the product using imagecache so that I can put it in the Drupal Search results?
