Introduction
It is an online shopping mall which provides various categories where each category will have various products, where a registered user can place an order for purchasing the product online.
Emall consists of two modules
Management Module: In this module an administrator can add any new category and manage the products within the category
User Module: In this module a registered user can place an order online.
This module supports 3 types of payment modes
- Credit Card
- Paypal Integration
- Bank Deposit
Create a solution in VS-2008 with name 'eMall'. Create the folders as shown in the given figure. And also create a database with name 'eMallDb.mdf' in App_Data folder.
Explanation about Folders:
WebForms: All users can access the web forms placed in this folder
Management: Web site Administrator only access the web forms placed in this folder
Shopping: Only registered users can access the web forms placed in this folder
App_Code:
Images: Maintains images used in eMall
User Controls: Maintains web user controls
Third party Controls: Maintains third party controls
This project is developed for academic purpose, so it has some limitations. Though it gives a complete picture about a web content management system. The zip file consists all required documents, database and full project source code.
Comments/Suggestions are invited. Happy coding......!
Comments Post a Comment