We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
catalogProductList
1 parent 165f8ce commit 3188830Copy full SHA for 3188830
app/code/core/Mage/Catalog/Model/Product/Api.php
@@ -90,7 +90,7 @@ public function __construct()
90
public function items($filters = null, $store = null)
91
{
92
$collection = Mage::getModel('catalog/product')->getCollection()
93
- ->addStoreFilter($this->_getStoreId($store))
+ ->setStoreId($this->_getStoreId($store))
94
->addAttributeToSelect('name');
95
96
$apiHelper = Mage::helper('api');
0 commit comments