godwill / django-farmconnecta

A farmer marketplace
0 stars 0 forks source link

A way to specify the price for a specific quantity #14

Open godwill opened 8 years ago

godwill commented 8 years ago

For example, P50 per 100g pack, or 200g pack etc for products. The quantity can be mass, or number, or something. The fields need to be flexible.

tawanike commented 8 years ago

This may require creating a product variation table that will have the product id of the main product and the variation (100g pack / 200g pack) plus the price.