Your Cart
<% for cart_item in @cart.items %> <% end %>
<%= cart_item.quantity %>× <%= h(cart_item.title) %> <%= number_to_currency(cart_item.price) %>
Total <%= number_to_currency(@cart.total_price) %>
<%= button_to "Empty cart", :action => :empty_cart %>