Web page design. I just want the codes
Web page design. I just want the codes
1. The student creates a one-page website to display the store's products, so that the student chooses medicinal herbs and healthy foods to sell in his store.
2. The images are arranged in a table in HTML format. CSS colors and page decorations.
3. The page visitor can move the mouse on the product image, so that it is enlarged when the mouse is over the image, and when it moves away, it returns to its original small size in the form of an icon. Of course the prices are calculated automatically when you click on the check box for each image. This is done through JavaScript programs.
4. The visitor cannot buy or add to the basket products without an account, as he records his data in a database in the users table on the server.
5. The shopper or visitor appears in the dedicated column on the right the products that they have selected and stored in the basket, the price of each product in addition to the total price at the bottom of the column.
6. When he adds a product, he is added to the database in the table against its name, and when he deletes it, it is also deleted from his table. Each client, upon registration, creates his own table in the database.
7. There is no need to enter a credit card number or confirm purchase. Just adding and deleting product items to the shopping cart (the table in the database) is the same as the users' registration table. This means that you only have one table in the MySQL database.
Step by step
Solved in 7 steps with 3 images