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