python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Magento 1.9 using wrong flat table when getting productcollection from multiple stores
I have a Magento 1.9 installation with 4 stores (2 websites with 2 stores each). For an export I need to get all products by store.
So this is what I tried:
/** @var Mage_Core_Model_Store[] */
$stores...
kato
Votes: 0
Answers: 1
Configurable product created programmatically doesn't show in search - Magento 1.9
I have a script that creates a configurable product and the simple products associated to it. After the creation, in the backend, all of them seems fine (stock, website, status, visibility and associa...

Matheus Delazeri
Votes: 0
Answers: 2
Fatal Error after upgrading Magento 1.9.3.1 to PHP7
After upgrading PHP to 7.0 Magento show the following error message:
Fatal error: Uncaught TypeError: Argument 2 passed to Mage::dispatchEvent() must be of the type array, object given, called in /var...
Boštjan Podvratnik
Votes: 0
Answers: 0