Result Attributes in the Search Grid
The attributes for products that you appear in the search grid can
influence customer interest in a product. The image and relevant information for a product are
important to consider. The attributes shown in the search result grid for keyword search are set
by the producttile.isml template.
Price and Price Range Attributes
When showing a price range for a
sliced variation in your ISML template, use the ProductSearchHit class
ispriceRange(), getMinPrice(), and
getMaxPrice() methods to get price ranges, because
ProductSearchHit returns price ranges for the current search result.
If
you are showing a search result for a base product, you can use the
getMinPrice() and getMaxPrice() methods of the
ProductSearchHit class to provide a price range for all variations that are
part of the base product.