A shopping site like Amazon made with PHP
Find a file
2024-07-09 17:02:44 -04:00
.github Uploaded the files. 2024-05-17 16:57:41 -04:00
admin Updated the website. 2024-07-09 17:02:44 -04:00
css Updated the search bar. 2024-06-09 23:24:17 -04:00
database Updated the website. 2024-07-09 17:02:44 -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 website. 2024-07-09 17:02:44 -04:00
body.php Updated the website. 2024-07-09 17:02:44 -04:00
cart.php Uploaded the files. 2024-05-17 16:57:41 -04:00
checkout.php Updated the code. 2024-06-09 22:48:23 -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 Updated the search bar. 2024-06-09 23:24:17 -04:00
homeaction.php Updated the website. 2024-07-09 17:02:44 -04:00
homeheader.php Fixed another error. 2024-06-09 23:04:48 -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 Added a fix. 2024-06-09 22:54:51 -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 Updated the website. 2024-07-09 17:02:44 -04:00
products.php Updated the website. 2024-07-09 17:02:44 -04:00
README.md Updated the website. 2024-07-09 17:02:44 -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 Updated the website. 2024-07-09 17:02:44 -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 SQL.

Note: Payment provider doesn't work. Also the code has security vulnerability against SQL injection.

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