Summary
- subtotal: {{currency}}{{totalAmount}}
- delivery: {{currency}}{{delivery}}
- discount: {{currency}}{{discount}}
- total: {{currency}}{{finalAmount}}
| # | Image | Product | Quantity | Price | Total | Actions |
|---|---|---|---|---|---|---|
| {{$index + 1}} | {{ item.PROD_NAME }} {{ item.PROD_SHORT_DISC }} |
{{ item.PROD_QUANTITY }}
|
{{ item.PROD_FINAL_AMOUNT | currency:'₵' }} | {{ (item.PROD_QUANTITY * item.PROD_FINAL_AMOUNT) | currency:'₵' }} | ||
Your cart is empty. | ||||||