Код: Выделить всё
list( $parentId ) = Mage::getModel('catalog/product_type_configurable')
->getParentIdsByChild( $product->getId() );
Подробнее здесь: https://stackoverflow.com/questions/701 ... in-magento
Код: Выделить всё
list( $parentId ) = Mage::getModel('catalog/product_type_configurable')
->getParentIdsByChild( $product->getId() );