Hi, I'm running a webshop selling spices. The attributes for my products is different weights with different prices.
Example rollist:
Spice 1kg ( 5$ )
Spice 2kg ( 8$ )
Spice 3kg ( 13$ )
My question:
How do I configure my shop so that different weights will draw different amounts from my stock.
Example: I set the quantity for "spice" to 300 (if I have 300kg in stock).
If someone chooses to buy 1kg spice, only 1 will be drawn from the stock (which goes 299)
If someone chooses to buy 5kg spice, 5 should be drawn (295).



