One Stock for group of variations
-
I want to implement a Balloon Store and according to our products’ attributes, i have to define three attributes (Size,Pack,Fill) with different reduce quantity steps and price, for example we have a balloon that name is Red Balloon with
5,9,11,16 inch SIZE variations.
Single,100ct,50ct PACK variations.
Flat,WithAir,WithHelium FILL variations.our system is based on single unit balloon, So we need to define 1000 quantity for 5″, 1000 quantity for 9 inch, …
when a customer buy (single 9″ WithHelium) and (50ct 9″ WithAir) system should reduce quantity of 9″ balloon in total and it should be 949 in stock.
so we need to define stock quantity for group of variations.This is my product variation structure table:
https://i.stack.imgur.com/1cWng.pngHow can i define stock quantity for group of variation?
Many Thanks.
- The topic ‘One Stock for group of variations’ is closed to new replies.