Demo Data


Follow below steps to import demo data of eCommerce MVC as it shows on the eCommerce MVC demo site on your system.

Folder Files

These are the main folders you have when you extract the project from zip file you received from CodeCanyon.
eCommerce MVC folder structure

  1. Open Database Scripts > Demo Data folder. You have db-data-script.sql file and images directory in this folder. Sql script file contains sql queries for demo data and 'images' folder has images related to the products added via this script.
    eCommerce MVC Demo Data Folder Files Structure
  2. Open db-data-script.sql file in your sql server and execute it on your database for AppConfigurations.ProjectName. It will add categories, products, product pictures etc in your database.
  3. After successfully adding products data via previous step, copy images from images folder to eCommerce.Web>Content>images location.
  4. Open your project in browser of your choice. It will have all the demo data as displayed in demo of eCommerce MVC.