How to find out master product of simple product?
- by Thomas
How can I find out, if a simple product is part of a configurable product and then get the master product? I need this for the product listing.
Just found out:
$_product-loadParentProductIds();
$parentIds = $_product-getParentProductIds();