Giter VIP home page Giter VIP logo

php-ecommerce's Introduction

An ecommerce website using PHP

An e-commerce php and mysql website built from scratch to get started with as a starter template.

Homepage

GUI

Documentation

Site functions

  • Search for products (using autocomplete)
  • Displays an array of popular selling products on the front page
  • Contact us form that directly e-mails messages to site admin

Admin

  • Functionality to add and delete products
  • Display product statistics and stock.
  • Query, display and delete all users that signed up on the website.
  • Admin can edit his/her own profile's email address and password.
  • Logout of the current session.

User

  • Signing up for a user account
  • Change e-mail id and password
  • Add items to a cart/basket prior to purchasing
  • Generating invoice of all items and printing them in pdf form
  • Purchasing items and delivering them to a specific address

Database Configuration

Host: localhost
User: root
Password: MyNewPass
Name: ecommerce

Directories

.
├── LICENSE.txt
├── README.md
├── admin
│   ├── addp.php
│   ├── addproduct.php
│   ├── allusers.php
│   ├── deletecmd.php
│   ├── deleteproduct.php
│   ├── deleteuser.php
│   ├── editproduct.php
│   ├── editprofile.php
│   ├── includes
│   │   ├── footer.php
│   │   ├── header.php
│   │   ├── loginconfirmation.php
│   │   ├── navconnected.php
│   │   ├── pictures.php
│   │   └── signupconfirmation.php
│   ├── index.php
│   ├── infoproduct.php
│   ├── logout.php
│   ├── products.php
│   ├── productstock.php
│   ├── src
│   │   ├── css
│   │   ├── fonts
│   │   ├── img
│   │   └── js
│   ├── stats.php
│   ├── success.php
│   └── users
├── cart.php
├── category.php
├── checkout.php
├── db.php
├── deletecommand.php
├── deleteorder.php
├── details.php
├── downloadorder.php
├── ecommerce.sql
├── editprofile.php
├── final.php
├── includes
│   ├── footer.php
│   ├── fpdf
│   ├── header.php
│   ├── loginconfirmation.php
│   ├── logout.php
│   ├── nav.php
│   ├── navconnected.php
│   ├── secondfooter.php
│   └── signupconfirmation.php
├── index.php
├── orders.php
├── product.php
├── products
├── productsimg
├── request.php
├── search.php
├── sign.php
├── src
│   ├── css
│   ├── fonts
│   ├── img
│   └── js
└── users

Total: 65 directories, 521 files

Credits

The original project can be found on SmartShop.

php-ecommerce's People

Contributors

jacob5412 avatar fresherfries avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.