[% include('header.html') %]

Your Cart Items

Product Item Name Price Quantity Total  
Cart Item {{item['productName']}}

{{item['billType'] == 'recurring' ? 'Monthly Subscription' : ''}}

[[currency]]{{item['productPrice']}}
{{item['productQty']}}
[[currency]]{{item.subTotal}}
X
Continue Shopping Clear All
{{item['productName']}}
[[currency]]{{item['productPrice']}}
Shipping
{{totalCartShipping(cart) == 0?'Free': '$'+totalCartShipping(cart)}}
Grand Total
[[currency]]{{ getCartTotal() }}
Proceed to checkout
[% include('footer.html') %]