Skip to main content

How do I get the configurable/grouped/bundled product a simple product belongs to?


$simpleProduct->loadParentProductIds();
$parentProductIds = $simpleProduct->getParentProductIds();

Comments