Product | Name | Price | Quantity | Total | |
---|---|---|---|---|---|
× |
{{item['productName']}}
{{ item['billingType'] == 'recurring' ? 'Monthly Subscription' : (item['billingType'] == 'onetime' ? 'One Time Purchase' : '') }} |
${{item['productPrice']}} |
|
${{item.subTotal}} |
Subtotal | ${{ getCartTotal() }} |
---|---|
Shipping |
|
Total |
${{ getCartTotal() }} |