Shopping cart
Product Quantity Amount Total
{{ item.getName() }}   {{ item.getQuantity() | number }}   {{ item.getPrice() | currency}} {{ item.getTotal() | currency }}
Tax ({{ ngCart.getTaxRate() }}%) {{ ngCart.getTax() | currency }}
Shipping {{ ngCart.getShipping() | currency }}
Total {{ ngCart.totalCost() | currency }}