TechZ is an electronics e-commerce website developed by me and a friend. The project is entirely built using PHP following the MVC model. We have completed the admin panel, which allows for managing user-related data. Users can access the website and place orders for displayed products in the shop. When an order is successfully placed, they will receive a confirmation email from us.
To access the extended features of the website, we need to register a user account. After that, log in to the account.
After creating an account, users can search for products by category, search by name, and filter by price. Once they have selected their desired product, they can add it to the cart.
After adding items to the cart, you will need to fill in your personal information and shipping address. You can also enter promo codes to receive a discount. Currently, the website only supports COD (Cash on Delivery) as the payment method. When you complete your order, a successful order status will be displayed along with a confirmation email from TechZ. You can check the status of your recent order by going to the Account section → Order Management.
In the admin panel, we manage user information, order details, banners, comments, and more. On the dashboard, there are statistics on the number of orders, sales revenue, and a revenue chart displaying daily statistics.