While trying to import i get this Notice: Undefined index: config_attributes in /home/aaaa/public_html/magento/app/code/core/Mage/Catalog/Model/Convert/Adapter/Productwithconfigurablesandcategories.php on line 109. It appears after each record is imported.
Hi,
I’m having some problems, i added the needed attributes and as far as i can tell the entries look fine in the DB (magento_catalog_product_super_link,magento_catalog_product_super_attribute) after the import. But still in the Admin Panel the Simple Products are not associated with the Configurable products, i cant even associated them with the admin because in the Associated Products tab the search wont find them (tried filter yes,no,any). Is there another place in the database?
What i find even stranger is, that if i add an one with the Quick product creation, that one is shown in the search. I looked at the entry in the magento_catalog_product_super_link and it looks like the one’s generated with the import function.
So my question is, how do configurable and simple products get linked on database level.
i added the import csv, maybe there is a problem with it.
While trying to import i get this Notice: Undefined index: config_attributes in /home/aaaa/public_html/magento/app/code/core/Mage/Catalog/Model/Convert/Adapter/Productwithconfigurablesandcategories.php on line 109. It appears after each record is imported.
Your .CSV appears to be invalid.
In addition, please go to Catalog -> Attributes -> Manage Attributes and mark “Required” to “No” in all fields you are not including in your .CSV (example: I assign as “No” required “color”, “short_description” and some more, because they aren’t important to me)
I think I almost have it.....now getting this error???
Recoverable Error: Argument 1 passed to Mage_Catalog_Model_Product_Type_Configurable::canUseAttribute() must be an instance of Mage_Eav_Model_Entity_Attribute, boolean given, called in /home/XXXXXX/public_html/magento/app/code/core/Mage/Catalog/Model/Convert/Adapter/Productwithconfigurablesandcategories.php on line 113 and defined in /home/kath5284/public_html/magento/app/code/core/Mage/Catalog/Model/Product/Type/Configurable.php on line 120
The Simple items imported, the Configurable items returned the above error for every instance
If you want to make the imported articles “active” ("in stock") then “purchable” by automatic way yo need to add a “status” row, with “Enabled” or “Disabled” (to appear as in_stock or out_of_stock)
Thanks for this importer, amartinez. I like the way it creates categories for each product and can import attributes, etc. I uploaded a large catalog yesterday and noticed, however, that the image importer has some funny behavior. For many of the products, the real image was imported, but the image was set to a blank spacer image. I looked through the code and you seem to be dumping all of the exceptions that come back from the image import.
Is there something I’m missing? Is there a specific switch or a file structure for the images that makes more sense? Have you run into this problem before?
Thanks again for this great importer, though. It has really made uploading our 2700 product catalog easier.