Product | Item Name | Price | Quantity | Total | |
---|---|---|---|---|---|
|
{{item['productName']}}
{{item['billType'] == 'recurring' ? 'Monthly Subscription' : ''}} |
[[currency]]{{item['productPrice']}}
|
{{item['productQty']}}
|
[[currency]]{{item.subTotal}}
|
X |
{{item['productName']}} |
[[currency]]{{item['productPrice']}}
|
---|---|
Shipping |
{{totalCartShipping(cart) == 0?'Free': '$'+totalCartShipping(cart)}}
|
Grand Total |
[[currency]]{{ getCartTotal() }}
|