Your Cart
<% for item in @cart.line_items %> <% end %>
<%= item.quantity %>× <%= item.product.title %> <%= number_to_currency(item.total_price) %>
Total <%= number_to_currency(@cart.total_price) %>
<%= button_to 'Empty cart', @cart, :method => :delete, :confirm => 'Are you sure?' %>