So I've implemented the inventory kit builder for several of our "kit" products and it works fine for the most part.
What I'm curious about - is there a way to populate the in stock message on the parent item given that all the items in the kit are in stock?
It seems I currently have to regulate stock for the parent item by itself, even though it's composed of individual items already in our store and therefore have a stock level themselves, so theoretically, shouldn't the stocking quantity for the parent item be dependent on the stock of the items it contains? I know it's not as simple as an on/off because of inventory levels, low stock, out of stock, etc.
If there's not a way to do this, is there a way to check all the stock of the items the kit contains and then code an inventory message based on that for the parent item? I checked the variable list and I don't see that it's being pulled to the product page for the parent item, unless I am perhaps blind (which is entirely possible.)
Thanks!
What I'm curious about - is there a way to populate the in stock message on the parent item given that all the items in the kit are in stock?
It seems I currently have to regulate stock for the parent item by itself, even though it's composed of individual items already in our store and therefore have a stock level themselves, so theoretically, shouldn't the stocking quantity for the parent item be dependent on the stock of the items it contains? I know it's not as simple as an on/off because of inventory levels, low stock, out of stock, etc.
If there's not a way to do this, is there a way to check all the stock of the items the kit contains and then code an inventory message based on that for the parent item? I checked the variable list and I don't see that it's being pulled to the product page for the parent item, unless I am perhaps blind (which is entirely possible.)
Thanks!
Comment