| Product | Item Name | Price | Quantity | Total | Remove |
|---|---|---|---|---|---|
|
|
{{item['productName']}} |
${{item['productPrice']}}
|
{{item['productQty']}}
|
${{item.subTotal}}
|
X |
| Products |
Total
|
|---|---|
| {{item['productName']}} |
${{item.subTotal}}
|
| Cart Subtotal |
${{ getCartTotal() }}
|
| Shipping & Handling |
FREE
|
| Order Total |
${{ getCartTotal() }}
|