{{item['productName']}}
{{item.productQty}} X ${{item['productPrice']}}
| Product | Total |
|---|---|
| {{item['productName']}} x {{item['productQty']}} | ${{item.subTotal}} |
| Shipping |
|
| Total |
${{ getCartTotal() }} |