Product | Item Name | Price | Quantity | Total | |
---|---|---|---|---|---|
{{item['productName']}} |
${{item['productPrice']}}
|
{{item['productQty']}}
|
${{item.subTotal}}
|
X |
{{item['productName']}} |
${{item['productPrice']}}
|
---|---|
Shipping |
FREE
|
Grand Total |
${{ getCartTotal() }}
|