{% include 'app/includes/top_imports.html'%} {% include 'app/includes/shop_header.html'%}
Checkout Cart
    {% for item in items %}
  • {{item.name}}
    {{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
    1. Go to the M-pesa Menu
    2. Select Pay Bill
    3. Enter Business No. <<>>
    4. Enter Account No. <<>>
    5. Enter the Amount as per the site
    6. Enter your M-Pesa PIN then send
{% include 'app/includes/service_inq.html'%}
{% include 'app/includes/footer.html'%} {% include 'app/includes/bottom_imports.html'%}