- total ${{ getCartTotal() }}
Thumbnail | Product | Price | Quantity | Total | Remove |
---|---|---|---|---|---|
|
{{item['productName']}} | ${{item['productPrice']}} | {{item.productQty}} | ${{item.subTotal}} |
Total | ${{ getCartTotal() }} |