| Product | Price | Quantity | Total | 
|---|---|---|---|
| {{item['productName']}} | ${{item['productPrice']}} | 
                                       1
                                     | ${{item.subTotal}}  | 
| Shipping | Free | ||
| Subtotal | ${{ getCartTotal() }} | ||
| Product | Price | Quantity | Total | |
|---|---|---|---|---|
| {{item['productName']}} | ${{item['productPrice']}} | 1 | ${{item['productPrice']}} |  | 
| Cart Totals | |
|---|---|
| Shipping | Free | 
| Subtotal | ${{ getCartTotal() }} |