This project is a simple E-commerce Order Management System developed using C# as a console application. It simulates the process of managing products, categories, customers, and orders.
Key Features:
Designed multiple classes to represent real-world entities:
Category (ID, Name)
Product (ID, Name, Price, Quantity, Category)
Customer (ID, Name)
Order (Customer name, date, products, quantities)
Implemented product management داخل الطلب:
Add products to an order with quantity validation
Automatically update product stock after purchase
Developed order calculation system:
Calculate total price based on selected products and quantities
Created order summary display:
Show customer name, date, products, quantities, and total price
Used arrays to manage multiple products داخل الطلب
Applied basic OOP concepts:
Classes and objects
Methods for logic handling
Data organization بطريقة structured
Technologies Used:
C#
Object-Oriented Programming (OOP)
Arrays & Loops
Console Application
This project demonstrates the ability to build a mini e-commerce system with structured logic and real-world simulation of ordering and inventory handling.