Amount Total + Tax ({{ ngCart.setTaxRate(6) }}%)
Tax ({{ ngCart.getTaxRate() }}%): {{ ngCart.getTax() | currency }}
Shipping: {{ ngCart.getShipping() | currency }}
Total: {{ ngCart.totalCost() | currency }}
{{ item.getName() }} {{ item.getPrice() | currency}} {{ item.getTotal() | currency }}