Ekka v3.7 - Ecommerce HTML Template + Admin Dashboard preview 1

Ekka v3.7 - Ecommerce HTML Template + Admin Dashboard

bookmark

Ekka is a multi-vendor e-commerce HTML template that includes complete frontend store pages and backend admin interface, suitable for quickly building B2C or multi-merchant e-commerce platforms. The template is built on Bootstrap and pro...

HTML

Project Overview

Ekka is a multi-vendor e-commerce HTML template that includes complete frontend store pages and backend admin interface, suitable for quickly building B2C or multi-merchant e-commerce platforms. The template is built on Bootstrap and provides three sections: Landing page, store frontend, and admin dashboard.

Tech Stack

  • Bootstrap 5
  • Static HTML
  • Google Fonts (Poppins, Montserrat, Roboto)
  • Material Design Icons
  • Font Awesome

Project Structure

text
ekkahtml-37/Template/
├── index.html                      # Landing page
├── ekka-admin/                     # Admin dashboard template
│   ├── index.html                  # Admin dashboard homepage
│   ├── sign-in.html                # Login page
│   ├── sign-up.html                # Registration page
│   ├── product-*.html              # Product-related pages
│   ├── order-*.html                # Order-related pages
│   ├── user-*.html                  # User-related pages
│   ├── vendor-*.html                # Vendor-related pages
│   └── assets/                     # Styles and scripts
├── ekka-html/                      # Store frontend template
│   ├── index.html                  # Store homepage
│   ├── cart.html                   # Shopping cart
│   ├── checkout.html               # Checkout page
│   ├── catalog-*.html              # Catalog pages
│   └── ...                         # Other e-commerce pages
└── landing-assets/                 # Landing page static assets

Key Files

  • index.html — Template landing page showcasing all demo entries
  • ekka-admin/index.html — Admin dashboard with sidebar navigation and core data overview
  • ekka-admin/sign-in.html — Admin login page with form validation and remember password functionality
  • ekka-html/index.html — Store frontend homepage with header navigation, product categories, and promotional banners
  • ekka-html/cart.html — Shopping cart page
  • ekka-html/checkout.html — Checkout flow page

Quick Start

Pure static project, no build tools required:

  1. Open Template/index.html directly in a browser to view the landing page
  2. Navigate to ekka-admin/sign-in.html to preview the admin login interface
  3. Navigate to ekka-html/index.html to view the store frontend

Usage Notes

All pages are pure HTML/CSS/JS and can run directly in a browser. For dynamic functionality (e.g., user login, product management), you need to integrate with a backend API. This template is suitable as a frontend prototype foundation for e-commerce platforms or management systems.

help_outline

FAQ