You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this extension with magento 1.9 and everything works fine. If I add array of categories with their ids, the product is created correctly, but if I add an array of names, the product is created without any category associated to it. The code I'm using is:
Hi,
I'm using this extension with magento 1.9 and everything works fine. If I add array of categories with their ids, the product is created correctly, but if I add an array of names, the product is created without any category associated to it. The code I'm using is:
$simple_data = array(
'categories' => array('Default Category', 'first subcategory'),
...
);
The text was updated successfully, but these errors were encountered: