<%= notice %>

Your Cart

<% @cart.line_items.each do |item| %> <% 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, data: { confirm: 'Are you sure?'} %>