01 Source Code Only
One-time Payment
- Complete project source code
- Database / data resources
- Dependencies & configuration
- README / setup guide
- Instant download access
Complete final-year project source code with frontend, backend, database and setup documentation. Instant download after secure payment.
Hover to zoom · Click to expand
Simple pricing. Instant access. Secure checkout.
01 Source Code Only
One-time Payment
02 Code + Setup Support
One-time Payment
SoleCraft is a final year project developed using Core PHP and MySQL for managing online footwear sales and e-commerce operations. This final year project includes a customer storefront, user account portal, and admin management panel. Customers can browse footwear products, search and filter products, manage cart and wishlist, place orders using Cash on Delivery or manual payment methods, track orders, manage addresses, submit reviews, and view invoices. Admins can manage categories, brands, products, inventory, customers, orders, payments, reviews, feedback, notifications, and reports. With stock management, discount pricing, wishlist tracking, order lifecycle management, and sales analytics, this project is suitable for a final year major project in PHP, MySQL, and e-commerce management systems.
Admin Login
Email: [email protected]
Password: Admin@123
Demo User Login
Email: [email protected]
Password: User@123
Copy the final year project folder into:
C:\xampp\htdocs\Online-Footwear-Shopping-Project\
Create database:
CREATE DATABASE footwear_shop CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
Import files:
sql/schema.sql
sql/seed.sql
Configure database:
config/config.php
Update database settings:
DB_HOST=localhost
DB_NAME=footwear_shop
DB_USER=root
DB_PASS=
Ensure uploads directory is writable:
uploads/
uploads/products/
Open:
http://localhost/Online-Footwear-Shopping-Project/
Admin Login
Email: [email protected]
Password: Admin@123
Demo User Login
Email: [email protected]
Password: User@123