CodeofaNinja - Shopping Cart Module
CodeofaNinja - Shopping Cart Module
https://www.codeofaninja.com/2015/08/simple-php-mysql-shopping-cart-tutorial.html
https://www.codeofaninja.com/2013/04/shopping-cart-in-php.html
https://www.codeofaninja.com/2016/07/php-online-shopping-cart-source-code.html
ACCESS
FEATURE SOURCE CODE
LEVEL
USER MANAGEMENT
Admin &
Valid email format required YES
Customer
Password must be uppercase letter, lowercase letter, Admin &
YES
number and special character Customer
Admin &
View customer order history YES
Customer
Admin &
User types: Admin and Customer YES
Customer
Admin &
Login page YES
Customer
Admin &
Log out YES
Customer
PRODUCT MANAGEMENT
Admin &
Search product YES
Customer
Admin &
Product lists with pagination YES
Customer
Admin &
View products under a category YES
Customer
Admin &
Product list under a category with pagination YES
Customer
Upload product images, you can select many images at
Admin YES
once
Admin &
View product images with thumbnails YES
Customer
Admin &
View products under a product category YES
Customer
Admin &
Highlight selected category in navigation YES
Customer
ORDER MANAGEMENT
Add to cart button (for each item) with specified quantity Customer YES
Update quantity button for each item in cart page Customer YES
Empty cart button to remove all items in the cart Customer YES
Admin &
View order history of a customer YES
Customer
Admin &
Pagination on list of orders YES
Customer
Latest order seen at the top of the list Admin & YES
Customer
Admin &
View details of an order YES
Customer
Admin &
Auto-compute order totals YES
Customer
SECURITY
Edit user profile hashed password update in the database Admin YES
Customer &
Login user with hashed password validation YES
Admin
1.0 Overview
2.0 Tutorial Output Preview
3.0 File Structure
ACCESS
FEATURE SOURCE CODE
LEVEL
USER MANAGEMENT
Admin &
Confirm password field YES
Customer
Admin &
Password validation as you type YES
Customer
Admin &
View customer order history YES
Customer
Admin &
User types: Admin and Customer YES
Customer
Admin &
Log out YES
Customer
Admin &
Edit profile of currently logged in user YES
Customer
Admin &
Show name with icon of currently logged in user YES
Customer
PRODUCT MANAGEMENT
Admin &
Search product YES
Customer
Admin &
Product lists with pagination YES
Customer
Admin &
View products under a category YES
Customer
Admin &
Product list under a category with pagination YES
Customer
Admin &
View product images with thumbnails YES
Customer
Upload product PDFs , you can select many PDF files at Admin YES
once
Admin &
Sorting by fields YES
Customer
VARIATION MANAGEMENT
Stock / inventory decreases when order has been placed Admin YES
CATEGORY MANAGEMENT
Admin &
View products under a product category YES
Customer
Admin &
Auto update categories in navigation bar YES
Customer
Admin &
Highlight selected category in navigation YES
Customer
ORDER MANAGEMENT
Update quantity button for each item in cart page Customer Yes
Remove from cart button for each item in the cart Customer YES
Empty cart button to remove all items in the cart Customer YES
Admin &
View order history of a customer YES
Customer
Admin &
Pagination on list of orders YES
Customer
Admin &
Latest order seen at the top of the list YES
Customer
Admin &
View details of an order YES
Customer
Admin &
Auto-compute order totals YES
Customer
SECURITY
Register user hashed password stored in the database Customer YES
Edit user profile hashed password update in the database Admin YES
Customer &
Login user with hashed password validation YES
Admin
CONTACT MANAGEMENT