This is a simple PHP store project (static in file structure). At the root of the project are scripts for catalog, shopping cart, checkout, etc.
Files in the project (not an exhaustive list):
index.php— main pagecatalog.php— catalogproduct.php— product pagecart.php,cart_ajax.php,cart_table_content.php— basketcheckout.php,checkout_success.php,fake_payment.php— making an orderlogin.php,logout.php,register.php,profile.php— authorization/profiledb_connect.php— connecting to the DBstyles.css— stylesimages/products/— product images
This project depends on my other repository to work correctly.: csharp-db-app.
Please install or run csharp-db-app separately before using this project.
The Repository csharp-db-app: https://github.com/Ant1Van/csharp-db-app