I have a product made up of attributes. The customer can select which attributes they want in the product. They can select one or as many attributes as they want. I saw the following comment in includes/classes/observers/class.products_with_attributes_stock.php on line 1588 of the June 10, 2021 distribution on github:
Code:
// @TODO: at some point to be able to handle combinations of PWAS table items such that there are combinations of records or variants making up a single product.
so I assume the code can not handle this case at this time. Am I correct? Thanks.