A shopping site like Amazon made with PHP
Find a file
2024-06-09 21:30:51 -04:00
.github Uploaded the files. 2024-05-17 16:57:41 -04:00
admin Uploaded the files. 2024-05-17 16:57:41 -04:00
css Fixed the search bar. 2024-06-08 14:59:34 -04:00
database Fixed the cart and wishlist. 2024-06-09 20:59:57 -04:00
fonts Uploaded the files. 2024-05-17 16:57:41 -04:00
img Uploaded the files. 2024-05-17 16:57:41 -04:00
js Updated the code. 2024-06-09 21:30:51 -04:00
product_images Uploaded the files. 2024-05-17 16:57:41 -04:00
.gitattributes Fixed the registration. 2024-06-08 16:35:17 -04:00
_config.yml Uploaded the files. 2024-05-17 16:57:41 -04:00
action.php Updated the code. 2024-06-09 21:30:51 -04:00
body.php Uploaded the files. 2024-05-17 16:57:41 -04:00
cart.php Uploaded the files. 2024-05-17 16:57:41 -04:00
checkout.php Fixed the newsletter. 2024-06-08 17:34:04 -04:00
checkout_process.php Uploaded the files. 2024-05-17 16:57:41 -04:00
config.php Uploaded the files. 2024-05-17 16:57:41 -04:00
db.php Uploaded the files. 2024-05-17 16:57:41 -04:00
error.php Uploaded the files. 2024-05-17 16:57:41 -04:00
footer.php Uploaded the files. 2024-05-17 16:57:41 -04:00
header.php Fixed the registration. 2024-06-08 16:35:17 -04:00
homeaction.php Fixed some errors. 2024-05-17 18:44:31 -04:00
homeheader.php Fixed the search bar. 2024-06-08 14:59:34 -04:00
index.php Fixed some errors. 2024-05-17 18:44:31 -04:00
LICENSE.md Uploaded the files. 2024-05-17 16:57:41 -04:00
login.php Uploaded the files. 2024-05-17 16:57:41 -04:00
logout.php Uploaded the files. 2024-05-17 16:57:41 -04:00
myorders.php Uploaded the files. 2024-05-17 16:57:41 -04:00
newslettter.php Fixed the newsletter. 2024-06-08 17:34:04 -04:00
offersmail.php Fixed the newsletter. 2024-06-08 17:34:04 -04:00
order_successful.php Uploaded the files. 2024-05-17 16:57:41 -04:00
package-lock.json Uploaded the files. 2024-05-17 16:57:41 -04:00
payment_success.php Uploaded the files. 2024-05-17 16:57:41 -04:00
product.php Uploaded the files. 2024-05-17 16:57:41 -04:00
products.php Uploaded the files. 2024-05-17 16:57:41 -04:00
README.md Updated the code. 2024-06-09 21:30:51 -04:00
register.php Fixed the registration. 2024-06-08 16:35:17 -04:00
review.php Uploaded the files. 2024-05-17 16:57:41 -04:00
review_action.php Uploaded the files. 2024-05-17 16:57:41 -04:00
signin_form.php Fixed the cart and wishlist. 2024-06-09 20:59:57 -04:00
signup_form.php Fixed Terms of Agreement. 2024-06-08 17:02:03 -04:00
store.php Uploaded the files. 2024-05-17 16:57:41 -04:00
topheader Uploaded the files. 2024-05-17 16:57:41 -04:00
wishlist.php Fixed Terms of Agreement. 2024-06-08 17:02:03 -04:00

Cool Shopping Site

A cool shopping site made using PHP, CSS, Javascript and MySQL.

Note: Pricing Slider doesn't work. Also the code has security vulnerability against SQL injection so the SQL code needs to be improved.

Installation

  1. Install XAMPP or WAMPP.

  2. Start XAMPP or WAMPP.

  3. git clone https://github.com/batuhan-basoglu/Cool-Shopping-Site.git

  4. extract files htdocs in your XAMPP or WAMPP installation folder.

  5. open https://localhost/phpmyadmin

  6. click "new".

  7. create a database named storedatabase.

  8. click import.

  9. open [Cool-Shopping-Site/database/storedatabase.sql].

  10. open any browser and type https://localhost/Cool-Shopping-Site.

Accounts

Here are some existing users for login

Mirrors

GitHub GitLab Codeberg Forgejo

Author

Made by Batuhan Başoğlu