Vanhout.art
Conceptual Project: Webshop
Learning PHP and MySQL in more and more detail during my Educom traineeship program (since Jan 2023), gave me the opportunity to understand how webshops function.
What’s the project about?
This project is a simple version of an online store where different kinds of handmade wooden products can be purchased. My hobby is pyrography art and it was very exciting to use my own product photos in this programming project.
Step by step I managed to build a fully functional webshop.
It contains:
- Registration/Login form
- Dynamically loaded from the database product assortment
- Product pages – based on the MVC principle
- Shopping cart – customers can add products to the cart as guests or after they have been logged in. Previous customer choice is saved in the database and is shown again next time after logging in. The quantity of the selected product can be adjusted in the cart before placing an order.
- Simple admin webpage – this module is currently in development mode. This page will make it possible to check information about the placed orders – store revenue for a specific day, list of all orders made by a specific client, etc.
