{{item['productQty']}}
image | product name | price | quantity | action | total |
---|---|---|---|---|---|
{{item['productName']}} |
${{item['productPrice']}} |
{{item['productQty']}}
|
${{item.subTotal}} |
total price : |
${{ getCartTotal() }} |