Open-Source-Chandigarh / Cafe-Management

https://open-source-chandigarh.github.io/Cafe-Management/
3 stars 25 forks source link

"Your Order" should display the total of everything. #42

Open BowlPulp opened 10 months ago

BowlPulp commented 10 months ago

It is essential for the user/customer to know how much he/she owes to the cafe for ordering everything. The list only shows the prices individually and not collectively. Therefore there should be an option to show the full price altogether.

Example - image

Kindly Allow me to work on this issue.

Kavyam172 commented 10 months ago

@BowlPulp Nice suggestion. I would also like you to make some more changes along with this:

  1. Improve the CSS of the area where cart items are listed
  2. Add the option to change quantity of cart items in the list.(plus minus buttons in quantity section)
  3. Remove the item form the cart if the quantity reaches 0. You can refer to JS of menu page for this.
  4. Correct the alignment of the elements on the page
Nitinshukla88 commented 10 months ago

@Kavyam172 I already opened an issue regarding the styling of form of this page.Please look into it and assign me that issue.