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