Hello everyone, I am looking for some guidance on how to create a Products/ Category app with options to display :
1. Discounted Price for Employees
2.Add/remove/update products with-in basket
3. search for product based on product code/name
4. can checkout to create an order
So far I have a master dump of Product.Xls, I Have created 2 sub tables with Product category and Sub-category.
I'm unable to move ahead and not sure how should I navigate for next steps.