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