Small PHP Webshop -- 2
Budget: $30 – $250 USD
I have to do a project with the deadline 12.03.2022, but I have no time to do it, because of my job.
The project should be implemented with PHP (Ver. 7.0 or higher) and MySQL or MariaDB as DB server. The database connection is established with PDO (PHP Data Objects) and only PDO functions or PDO methods are used.
The requirements are:
Visitors are allowed to register themselves and are given a customer ID (a random four-digit number).
Customers can order one or more types of honey with the desired quantity themselves.
Ordering is only possible after registration.
The ordered goods are first placed in the shopping cart, where it is still possible to change the quantity or delete the types of honey.
When the order IS submitted, the customer WILL be presented with a confirmation containing an order number, a list of honeys ordered and the total price.
Orders that have been placed can only be canceled by an employee with a customer ID and order number.
The customer and order data should be stored persistently in a database.
Important NOTE:
The project does NOT require a CSS file ONLY an HTML and PHP file. I do the CSS part myself
It must be done in HTML and PHP without a framework!
The project should be implemented with PHP (Ver. 7.0 or higher) and MySQL or MariaDB as DB server. The database connection is established with PDO (PHP Data Objects) and only PDO functions or PDO methods are used.
The requirements are:
Visitors are allowed to register themselves and are given a customer ID (a random four-digit number).
Customers can order one or more types of honey with the desired quantity themselves.
Ordering is only possible after registration.
The ordered goods are first placed in the shopping cart, where it is still possible to change the quantity or delete the types of honey.
When the order IS submitted, the customer WILL be presented with a confirmation containing an order number, a list of honeys ordered and the total price.
Orders that have been placed can only be canceled by an employee with a customer ID and order number.
The customer and order data should be stored persistently in a database.
Important NOTE:
The project does NOT require a CSS file ONLY an HTML and PHP file. I do the CSS part myself
It must be done in HTML and PHP without a framework!