$itemCollection = Mage::getModel('wishlist/item')->getCollection()->addCustomerIdFilter($customarId);
foreach($itemCollection as $product) {
$product_id = $product->getId(),
}
foreach($itemCollection as $product) {
$product_id = $product->getId(),
}
No comments:
Post a Comment