RahulPatkiWork / SmartAgro

ML, Django and backend python modules of SmartAgro
GNU General Public License v3.0
5 stars 1 forks source link

Quantity of products #7

Closed rcj9719 closed 5 years ago

rcj9719 commented 5 years ago

Can the quantity of products be made more continuous. For instance, if user wants 5 kg of Brinjal instead of 10kg.

RahulPatkiWork commented 5 years ago

Can the quantity of products be made more continuous. For instance, if user wants 5 kg of Brinjal instead of 10kg.

Yes. The quantity is a 'seller dependant' (and consequently customizable ) attribute,so the particular seller will determine how much minimum quantity of particular product he wishes to sell in one go.

However I'll update most of them to 1kg so that you can select integral quantities by simply updating the no.of items in cart! :)