Your Cart
<%= render(:partial => 'cart_item', :collection => cart.items) %>
Total <%= number_to_currency(cart.total_price, :unit => "£") %>
<%= button_to 'Empty cart', :action => :empty_cart %>