-
Notifications
You must be signed in to change notification settings - Fork 54
[FEATURE] Redefine product quantity selection #84
Description
Is your feature request related to a problem? Please describe.
As of now to order a product in Freshbey you can select a quantity in a sequence. For example, If you're going to order a Tomato you can select 1 kg, 2kg, and so on. But in reality, 90% of the customers won't buy more than 2kg. There's an unexpected behaviour here. If an admin updates the count in stock as 100 kg. The quantity input select component renders from 1kg to 100kg. This is shown in the below screenshot.
Describe the solution you'd like
Also, product selection is to be redefined. Currently, the products in Freshbey are vegetables so they're defined as Kg in the quantity input select dropdown. What if the product is a Refined oil? The denotation here is liters. Similarly, if the product is an egg of 6 pieces or 12 (eggs won't be sold as 1 or 2 in Freshbey as it affects the business) appropriate denotation should be rendered.
Take a look at his screenshot. This is taken from Big Basket.
Here for every product, you can find a dropdown with their respective weight. For example, the product carrot will only be sold for 250 g, 500 g, and 1kg. There is another field called Qty (quantity) where you can select how many you need. For example, if you need 3 packs of 250g then you can select 250 gm in the dropdown and you can enter 3 in the Qty input.
Similarly, for Onion, you can find 5 options in the dropdown.
Similarly, for Eggs, we have 2 options.
The conclusion is same functionality should be added in Freshbey. User should have an option to select only the defined grams or kilograms or items of a product. Also there should be a Qty field which is an integer to denote the quantity of the same product.
Here's an video to explain the functionality.
Online.Grocery.Shopping.and.Online.Supermarket.in.India.-.bigbasket.mp4
So, come up a with a solution for the problem statement mentioned.
Describe alternatives you've considered
No response
Additional context
No response




