This is a PHP-based multi-vendor marketplace that allows multiple sellers to register, manage their products, and sell online. Buyers can browse products from different sellers, add them to their cart, and complete the purchase.
- Seller Management: Vendors can register, log in, and manage their products.
- Product Management: Sellers can add, edit, and delete their products.
- Order Processing: Customers can place orders, and sellers get notified.
- Cart System: Users can add multiple products from different sellers.
- Admin Dashboard: Manage users, products, and site settings.
- Secure Authentication: Secure login and registration system.
- Responsive Design: Fully responsive layout for mobile and desktop.
- Clone the repository or download the source files.
- Import the database folder file into your MySQL database.
- Configure the database in config folder:
- Start the local server using XAMPP or any PHP environment.
- PHP 7.4 or later
- MySQL Database
- Apache Server or Nginx
- XAMPP/WAMP (for local development)
/ multi-vendor
|-- /admin # Admin panel
|-- /client # client dashboard
|-- /config # config folder
|-- /css # css code here
|-- /database # sql database file
|-- /images # images assets
|-- /inc # include headers footers ....
|-- /js # js code here
|-- /vendor # vendor panel
|-- /uploads # uploads here
- Admin: Can manage users, products, and settings.
- Sellers: Can upload and manage their products.
- Customers: Can browse products, add to cart, and place orders.
This project is licensed under the MIT License - see the LICENSE file for details.
Developed by Chiheb Abiza
For any inquiries, feel free to reach out:
- Email: chihababiza9@gmail.com
Contributions are welcome! Feel free to submit a pull request or report issues.