| פריט | כמות | מחיר | סך | הסר פריט |
|---|---|---|---|---|
| סכום כולל: | {{ ngCart.totalCost() | currency: "₪ " }} | |||
| {{ item.getName() }} | {{ item.getQuantity() | number }} | {{ item.getPrice() | currency: "₪ "}} | {{ item.getTotal() | currency: "₪ " }} | |
| {{ngCart.getShippingDesc()}} | {{ ngCart.getShipping() | currency: "₪ "}} | {{ item.getTotal() | currency: "₪ " }} |