Project
Ecommerce Website
About
This is an E-commerce Website with a buyer and seller side. You can register an account and your account type of buyer or seller will direct you to the corresponding home page. Buyers can add products, remove products, or view orders on their products. As a customer, you can view products that can be added to the cart, remove products from the cart, view the cart to place the order, or view orders. All accounts have the same dropdown menu when clicking upon their displayed username in the navigation bar. The dropdown menu offers to sign out or delete account. This site was written using mostly PHP but also used html5, CSS and SQL. There are three tables from a database used to store the order, products, and users, so SQL was required for requests to the database. The cart however is a multidimensional array, not a database table.
Example
User sign registration
Seller Side
Customer Side