Ecommerce Dashboard

Good Morning,

Wade Warren

Here’s what’s happenin with your store today. See the statistics at once

Add Product

Your Current Balance

  • $18,837

  • Your Current Balance

    +3,72,900
  • Sent amount

    -25,105
  • Your Current Balance

    +3,72,900
   <ul class="list-unstyled balance-card">
  <li>
    <h3> $18,837 </h3>
  </li>
  <li class="d-flex justify-content-between ">
    <p> Your Current Balance </p>
    <span> +3,72,900 </span>
  </li>
  <li class="d-flex justify-content-between ">
    <p> Sent amount </p>
    <span> -25,105 </span>
  </li>
  <li>
    <div>
      <a (href="checkout.html")>  
        <button class="transfer btn">Transfer </button>
      </a>
      <a (href="checkout.html")>  
        <button class="receive btn">Receive </button>
      </a>
    </div>
  </li>
 </ul>

Weekly Visitors

 <div id="weekly-visitors"> </div>

Total Users

6542

- 12.32% Last 6 Month

Total Orders

659

+ 12.32% Last 6 Month

Total Products

719

+ 12.32% Last 6 Month

Best Selling Product

UID Product Catagory Brand Price Stock Rating Order Sales Action

#1

Women’s Richman $20.00 265

2.5 (16)

165 35K

#2

Men’s Lubhauo $16.00 954

4.5 (16)

789 95K

#3

Women’s Cameron $34.00 123

2.5 (16)

348 19K

#4

Women’s Wilson $34.00 756

2.5 (16)

956 20K

Sales Summary ( Jun 2023)

Orders

Orders

 <div id="salessummary"> </div>

Track Order

  <ul class="track-order">
  <div class="order-box">
    <div class="d-flex">
      <div class="flex-shrink-0">
        <img (src='../assets/images/dashboard-2/total-icon/headphones.png')></img>
      </div>
      <div class="flex-shrink-0">
        <a (href="checkout.html")> 
          <h3> Old Reis Telephone </h3>
           <p> We have received Your Order </p>
           <p> #BK739200 </p>
        </a>
        <span> $30 </span> 
      </div>
    </div>
  </div>
  <li>
    <div class="d-flex">
      <div class="flex-shrink-0 bg-dark">
        <img (src='../assets/images/dashboard-2/total-icon/headphones.png')></img>
      </div>
      <div class="flex-shrink-0">
        <div class="flex-shrink-0">
          <a (href="checkout.html")> 
            <h5> Order Placed </h5>
            <p> Your Product Packed and ready to shipped </p>
          </a>
         <span class="font-primary.f-w-600"> Jun20 05:40PM </span> 
        </div>
      </div>
    </div>
  </li>
  <li>
    <div class="d-flex">
      <div class="flex-shrink-0 bg-dark">
        <img (src='../assets/images/dashboard-2/total-icon/headphones.png')></img>
      </div>
      <div class="flex-shrink-0">
        <div class="flex-shrink-0">
          <a (href="checkout.html")> 
            <h5> Order Packed </h5>
            <p> Sold by Vingate Techies </p>
          </a>
         <span class="font-primary.f-w-600"> Jun22 06:30PM </span> 
        </div>
      </div>
    </div>
  </li>
  <li>
    <div class="d-flex">
      <div class="flex-shrink-0 bg-dark">
        <img (src='../assets/images/dashboard-2/total-icon/headphones.png')></img>
      </div>
      <div class="flex-shrink-0">
        <div class="flex-shrink-0">
          <a (href="checkout.html")> 
            <h5> On the way </h5>
            <p> Your Ordeis placed successfully. </p>
          </a>
         <span class="font-primary.f-w-600"> July 20 </span> 
        </div>
      </div>
    </div>
  </li>
  <li>
    <div class="d-flex">
      <div class="flex-shrink-0 bg-dark">
        <img (src='../assets/images/dashboard-2/total-icon/headphones.png')></img>
      </div>
      <div class="flex-shrink-0">
        <div class="flex-shrink-0">
          <a (href="checkout.html")> 
            <h5> Product Deliverd </h5>
            <p> Our courier partner will deliver our stuff on July 3, 2023... </p>
          </a>
        </div>
      </div>
    </div>
  </li>
 </ul>