The best-selling pants you'll wear on repeat —all under $100. Shop Now

The best-selling pants you'll wear on repeat —all under $100. Shop Now

The best-selling pants you'll wear on repeat —all under $100. Shop Now

Gearing up something amazing for you…

Still waiting? Magic takes a moment! ✨

Your cart

Limited Item, checkout within 10m 00s

Add note for seller
Estimate shipping rates
Select or input Coupon

UP TO 30% OFF

For orders over $9.90

  • 12/18/2023 14:00 ~ 12/25/2023 14:00
  • The minimum spend for this coupon $200.00

UP TO 30% OFF

For orders over $9.90

  • 12/18/2023 14:00 ~ 12/25/2023 14:00
  • The minimum spend for this coupon $200.00

If you have coupon code, please apply it below.

Overview

Welcome to Unimart documentation!

Unimart is a modern, responsive, and highly customizable e-commerce website template designed to streamline the process of building online stores. Whether you're crafting a single-vendor shop or a multi-vendor marketplace, Unimart provides all the essential components to get started quickly and efficiently.

Please remember...

  • Requests sent during weekends or on holidays will be replied on working days.
  • We only provide support for the issues related to the features that are included in the template. Debugging or providing guides on how to make custom modifications are not part of our support.

Unimart Core Features

  • Seamlessly adapts to any device, ensuring a great user experience across desktop, tablet, and mobile.
  • Unimart allows you to easily modify styles, layouts, and features to match your brand.
  • Lightweight and optimized for speed to deliver fast loading times.
  • Includes ready-to-use pages for the homepage, product listings, product details, shopping cart, checkout, and many more.
  • Designed to accommodate your store’s growth, supporting additional features and third-party integrations.
  • Well structured code
  • Contact Form Working
  • Sass Available
  • W3 Valid 100%
  • Fast Loading Speed
  • Cross Browser Support
  • Dedicated Support, Lifetime Updates
  • And much more …

This documentation will guide you through the setup, customization, and advanced features of Unimart, ensuring you can build a professional e-commerce site with ease. Let’s get started!

File Structure

  • dest All template distribution files like HTML / CSS / JS that have been processed (compiled / minified) from src folder using Gulp.
  • src All template source files like HTML / SCSS / CSS / JS that are then processed (compiled / minified) to dest folder.
    • src/assets/js Contains main main.js and JS vendor and plugin files. If you don't wish to use all included plugins and scripts, just remove unwanted vendor and plugin JS files from src/assets/js/vendor and src/assets/js/plugins then remove unwanted functions from src/assets/js/main.js and recompile.
    • src/assets/css Contains CSS vendor and plugin files. If you don't wish to use all included plugins, just remove unwanted vendor and plugin CSS from src/assets/css/vendor and src/assets/css/plugins then recompile.
    • src/assets/scss Contains all project SCSS files that are compiled and minified in dest/assets/css folder.
  • package.json Includes the list of dependencies to install from npm.
  • gulpfile.js Configuration file for Gulp library. It contains all tasks to perform with Gulp. Learn more about it from official Gulp documentation.

Installation

If you'd like to speed up development process with Node.js / Gulp / SASS, then follow these steps:

  1. Install Node.js if you don’t have it yet.
  2. Run npm install gulp-cli -g command, if you haven't already installed Gulp CLI previously.
  3. Unzip the template package and in the root project folder unimart, go to your command line and run npm install. This will install the npm packages listed in the package.json file.
  4. You should now have the project files set up and all the npm packages installed.

Run Gulp

  • gulp This command will fire all gulp tasks include creating dest folder, launching BrowserSync, merging vendor libraries, JS minification, SASS and HTML compilation and starting watch task. It will watch changes of your HTML / SCSS / CSS / JS files and automatically compile them as well.