The e-commerce system is designed to facilitate online shopping for customers. It allows users to browse available items, register their personal information, login to view detailed item descriptions, place orders, and logout securely.
Can browse more about
Customers can register by providing their personal information such as name, email, address, and contact number. Upon registration, a unique account is created for each customer.
The system maintains a catalog of available items for purchase. Each item in the catalog includes details such as name, description, price, and availability. Moreover, if the item is in discount, both original prize and the discount prize are also shown.
Users can browse through the list of available items without the need to login. However, detailed information about the items (such as description ) is only accessible after login.
Authenticated users can add items to their shopping cart and proceed to checkout. During checkout, users can review their order, provide shipping information. Once the order is confirmed, it is processed for delivery.
Users can securely logout from their accounts to prevent unauthorized access to their information. Logging out terminates the session and clears any active user sessions.