What if my materials are in my Inventory?
Like I have a package deal on my site for 10 items.
A person buys this offer (10 products). Therefore the BOM deducts that automatically from my inventory.
So product (A)
1 Widget = 1 Widget
name= 'storable product'
stock = -1 widget
Product (B)
10 Widgets Blowout sale = 10 widgets
name= Deal (what type of product is this? There is nothing in here for deals)
stock = -10 widgets
So if I have 10 widgets in my Stock and somebody orders the product "10 widgets deal". It will deduct 10 widgets from my stock/inventory. Make sense?