$products = Mage::getResourceModel(‘catalog/product_collection‘)
->setStoreId($storeId)
->addStoreFilter($storeId)
->addAttributeToSelect(‘*‘)
->addAttributeToFilter(‘entity_id‘, $productId);
magento中取不同store中的产品数据
时间: 2024-12-10 19:13:37