如何获取洋红色的父产品ID?
2022-08-30 18:55:27
我知道在Magento 1.4.2.0中,一个人得到父母ID是这样的
list( $parentId ) = Mage::getModel('catalog/product_type_configurable')
->getParentIdsByChild( $product->getId() );
我的问题是:如果我不知道父级是什么,我怎么知道使用“catalog/product_type_configurable”与“catalog/product_type_grouped”模型来获取id?