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