diff --git a/app/views/search/_product.rhtml b/app/views/search/_product.rhtml
index b74c153..a5fc1cd 100644
--- a/app/views/search/_product.rhtml
+++ b/app/views/search/_product.rhtml
@@ -6,16 +6,16 @@ product_item_pos += 1
%>
- <%= link_to_product product, :class => 'product-pic', :style => 'background-image:url(%s)' %
- ( product.image ? product.image.public_filename(:minor) : '/images/icons-app/product-default-pic-minor.png' ) %>
-
- <%= link_to_product product %>
-
-
- - <%= _('Price: %d') % product.price %>
- <% if product.enterprise %>
- - <%= _('Suplier: %s') % link_to_homepage(product.enterprise.name, product.enterprise.identifier) %>
- <% end %>
- - <%= link_to_category(product.product_category) %>
-
+ <%= link_to_product product, :class => 'product-pic', :style => 'background-image:url(%s)' %
+ ( product.image ? product.image.public_filename(:minor) : '/images/icons-app/product-default-pic-minor.png' ) %>
+
+ <%= link_to_product product %>
+
+
+ - <%= _('Price: %s') % (product.price ? product.price : _('Not informed')) %>
+ <% if product.enterprise %>
+ - <%= _('Suplier: %s') % link_to_homepage(product.enterprise.name, product.enterprise.identifier) %>
+ <% end %>
+ - <%= _('Category:') + ' ' + link_to_category(product.product_category, false) %>
+
--
libgit2 0.21.2