- <%= image_tag(hit.image.public_filename(:minor)) if hit.image %>
+ <%= image_tag(product.image.public_filename(:minor)) if product.image %>
- <%= link_to_product(hit) %>
+ <%= link_to_product(product) %>
- - <%= _('Price: %d') % hit.price %>
- <% if hit.enterprise %>
- - <%= _('Suplier: %s') % link_to_homepage(hit.enterprise.name, hit.enterprise.identifier) %>
+ - <%= _('Price: %d') % product.price %>
+ <% if product.enterprise %>
+ - <%= _('Suplier: %s') % link_to_homepage(product.enterprise.name, product.enterprise.identifier) %>
<% end %>
- - <%= _('Category: %s') % link_to_category(hit.product_category) %>
+ - <%= _('Category: %s') % link_to_category(product.product_category) %>