Checkout
{{ lang('You have :count items in your shopping cart', {"count": cart.length}) }}
Intasend
Pay with Visa/Master Card
Credit cards & Debit cards, M-Pesa...
Email Address
Order summary
{{ item.name.limit(30) }}
{{ price(item.price) }}


Subtotal
{{ price(checkoutSummary.subtotal) }}
Discount
{{ price(checkoutSummary.discount >= checkoutSummary.subtotal ? checkoutSummary.subtotal : checkoutSummary.discount) }}
Fee
{{ price(checkoutSummary.fee) }}
Taxes
{{ price(checkoutSummary.taxes) }}
Total
{{ price(checkoutSummary.total) }}