You don't have any items in your cart. <%= link_to "Go Add Some", products_path %> <% end %>
Price | ||
---|---|---|
<%= line_item.product.name %> | <%= number_to_currency line_item.price %> | <%= link_to "Remove", remove_from_cart_path(line_item), :method => :post %> |
Total: | <%= number_to_currency @cart.total_price %> |