-
Notifications
You must be signed in to change notification settings - Fork 0
/
week2.txt
41 lines (25 loc) · 1011 Bytes
/
week2.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
User side :
User profile(Show user details, show address, show orders, edit profile, cancel orders, forgot password).
Add address management in user profile( Multiple Address, Add, Edit, Delete).
Cart management (Add to cart, list products in cart, remove products from cart)
Qty (add to cart) should be controlled based on stocks left
Handle maximum qty per person to add to cart for a product
Out of stock product need to shown or hidden based on filter
Advanced search with sort based on
Popularity
Price: low to high
Price : high to low
Average ratings
Featured
New arrivals
aA - zZ
zZ - aA
Checkout page(Multiple address,edit and saved address)
Place order with Cash on Delivery(Address selection)
Stocks left - should be shown in product listing and product details page
Purchase with COD.
Order Management-Order cancellation option, Order history and status.
Admin side :
Order Management
Admin Side: List orders, change order status, cancel orders
Inventory/Stock management.