これが私のコードです。
$storeId = Mage::app()->getStore()->getId();
$session = Mage::getSingleton('checkout/session');
foreach($session->getQuote()->getAllItems() as $item)
{//how to find parent id here}
上記のコメントで、その特定の製品の親 ID にアクセスしたいと考えています。助けてください ..