Online Ordering System in PHP/MySQLi with Source Code

Language

About

This online system is a multi-store ordering system that can be use in any small businesses. In this system, the customer can select wide range items such as electronics, fashion apparel, home appliances and many more. These products come from different stores where they are allowed to sell their merchandise. Ordering online is now one of the easiest tasks to do with the help of your PC, phone that has a strong internet connection. Check the following features below to know more about the system.

These are the following features of the system

Store Side

  • Dashboard
  • Manage Products
  • Stock-in
  • Manage Orders
  • Inventory of Products
  • Manage Categories
  • Manage Users

Customer Side

  • Home
  • Search
  • Product Categories
  • Store
  • Map
  • About Us
  • Contact
  • Register Store
  • Register Customer
  • Cart
  • Customer Profile
  • Update Profile
  • Manage Orders

How to setup

  1. Download the zip file.
  2. Download and install XAMPP
  3. Run the XAMPP control panel and start MySQL and Apache
  4. Go to C:\xampp\htdocs and extract the downloaded zip file (notes) inside the folder
  5. Open the browser and go to http://localhost/phpmyadmin/ to create the database
  6. Click the new to create a database.
  7. Name the database multistoredb.
  8. Click Import to import the SQL file.
  9. Click choose file and select the file that can be found inside the root folder.
  10. Click go.

Access this system using the store accounts:

To access Admin Side, add "/admin" when browsing the source code root path eg:

Username: admin
Password: admin

DEMO

For more information about the system. You can contact me @
Email – [email protected]
Mobile No. – 09305235027 – TNT
FB Account – https://www.facebook.com/onnaj.soicalap
or feel free to comment below

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments

Submitted byGLAon Sat, 04/20/2019 - 22:13

CAN SOMEONE HOST THIS FOR REAL USE?

I have tried with no access..just errors: The online ordering has the bellow error: Warning: require_once(D:/wamp/www/\ERIS\include\config.php) [function.require-once]: failed to open stream: No such file or directory in D:\wamp\www\on\include\initialize.php on line 14 Fatal error: require_once() [function.require]: Failed opening required 'D:/wamp/www/\ERIS\include\config.php' (include_path='.;C:\php5\pear') in D:\wamp\www\on\include\initialize.php on line 14

Add new comment