cancel
Showing results for 
Search instead for 
Did you mean: 

Magento create simple product from configurable for multiple stores not working

Magento create simple product from configurable for multiple stores not working

I have a problem on my Magento (1.9) store. I have multiple stores (for different languages, let's say English and German). I also have configurable products, which work ok. My problem is that when I create new simple product from within configurable product (on associated products tab) the simple product is only created for default store (0), and the appropriate name, description, eg. is not copied to it from configurable product.

So if I create a product like this, go to check in german store, the title, desc. etc. is still in default language (eng).

I went to investigate how these products are created and discovered that it is done by these function:

 

public function quickCreateAction() Which is located in app\code\core\Mage\Adminhtml\controllers\Catalog\ProductController.php, around line 984.

So my question, how to rewrite these function, so that it would save product for all stores?