The Online Clothing Store is a PHP-based web application featuring both user and admin functionalities. Administrators can easily manage sales reports, customer information, products, orders, and reviews from a dedicated admin panel. Users can browse through products, add them to their cart or wishlist, leave reviews, and proceed to checkout.
To run the project, you'll need a virtual server like XAMPP installed on your PC. After starting Apache and MySQL in XAMPP, follow these steps:
- Extract the project files.
- Copy the main project folder.
- Paste it into the xampp/htdocs directory.
Next, set up the database.
- Open a browser and go to "http://localhost/phpmyadmin/.".
- Click on the databases tab.
- Create a database named "swiss_collection.".
- Click on the import tab, browse for the "swiss_collection.sql" file inside the "db" folder, and click go.
Once the database is set up,
- Open a browser and go to "http://localhost/swiss_collection/".
Admin login details: Email: admin@gmail.com Password: admin
Purchase contact
to https://checkout.stripe.com/c/pay/cs_live_a1E62S2WNymKGlx0zHbwgwHeLtETB66hk91OCKRQ8PUXrAGFwMKl4SvW4I#fidkdWxOYHwnPyd1blppbHNgWjA0T3dfcjBWQnE3ak1HdFNBNHJpUkR1QWZddWMxVDdPTU1vM2hvalR0Y09TdEdNS3w3bmBoYkhqaHNJT3dHc1FCM31qSzFcTW9hZkZ3Z1VzdXc2YXFsYWtcNTVGNDY0ajMxSCcpJ2hsYXYnP34nYnBsYSc%2FJ0tEJyknaHBsYSc%2FJ2A1MDwxZj1jKGExYGAoMWA3NChkZjQzKDFgMGczZGcwNWcyNmE1PTVhYScpJ3ZsYSc%2FJzA2MDw2Y2NkKDMyZjAoMWZjYSg8MDdhKGdgMWY1YWZgPD00MDY8MjxmNSd4KSdnYHFkdic%2FXlgpJ2lkfGpwcVF8dWAnPyd2bGtiaWBabHFgaCcpJ3dgY2B3d2B3SndsYmxrJz8nbXFxdXY%2FKiphanJraWpkYStmamFgKHV3am9gZnF2K2p3Yid4JSUl
Remember, this project is free to download and intended for educational purposes only. If you encounter any issues or need customization help, you can refer to the PHP tutorial or leave a comment for assistance.