<%= link_to product_image(line_item.variant), harpiya.product_path(line_item.product) %>
<%= link_to line_item.name, harpiya.product_path(line_item.product) %>
    <% line_item.variant.option_values.sort { |ov| ov.option_type.position }.each do |ov| %>
  • <% # TODO: rework option values so options_text method can be used here %> <%= "#{ov.option_type.presentation}: #{ov.name.titleize}" %>
  • <% end %>
<%= line_item.single_money.to_html %>
<%= Harpiya.t(:quantity) %>: <%= line_item.quantity %>
<%= line_item.single_money.to_html %>
<%= line_item.quantity %>
<%= line_item.display_total.to_s %>