<% if notice %> <% end %>

Your Cart

<% @cart.line_items.each do |line_item| %> <% end %>
<%= line_item.quantity %> <%= line_item.product.title %> <%= number_to_currency(line_item.total_price) %>
Total: <%= number_to_currency(@cart.total_price) %>
<%= button_to 'Empty cart', @cart, method: :delete, data: { confirm: 'Are you sure?' } %>