<%# FIXME add photo if available %> <%# FIXME add more information %>
<%= icon('product') %>
<%= image_tag(hit.image.public_filename(:minor), :style => 'float:right;') if hit.image %> <%= link_to_product(hit) %>
<%= _('Price: %d') % hit.price %>
<%= _('Suplier: %s') % link_to_homepage(hit.enterprise.name, hit.enterprise.identifier) if hit.enterprise %>
<%= _('Category: %s') % link_to_category(hit.product_category) %>