<% items.each do |item| %>
-
<%= item.main_image(thumb_size) %>
<%= item.h3_title(thumb_size) %>
<%= item.div_prices %>
<%= item.btn_order %>
<% end %>
<%= will_paginate(will_paginate_items,
:previous_label => '<',
:next_label => '>',
:inner_window => 3) unless without_paginator %>