{% include 'app/includes/top_imports.html'%}
{% include 'app/includes/shop_header.html'%}
Home
Our Shop
Cart
Checkout
Checkout Cart
{% for item in items %}
{{item.name}}
{{item.currency}} {{"{:,.2f}".format(item.price)}}
{%endfor%}
Proceed to make payments for the selected products
Once the payment is process your selected items will be delivered to
{{session['user'].email}}
Thank you for visiting {{config.get('PROJECT_NAME')}}
Payment
Sub Total
{{currency}} {{"{:,.2f}".format(total_cost)}}
Shipment Address
{{session['user'].email}}
Duties & Taxes
N/A
You Pay
{{currency}} {{"{:,.2f}".format(total_cost)}}
Pay with Mpesa Express Pay
Wrong phone number format
Mpesa Phone Number
Sumbit For Payment
or
Go to the M-pesa Menu
Select
Pay Bill
Enter Business No.
<<>>
Enter Account No.
<<>>
Enter the Amount as per the site
Enter your M-Pesa PIN then send
{% include 'app/includes/service_inq.html'%}
{% include 'app/includes/footer.html'%} {% include 'app/includes/bottom_imports.html'%}