AvS_FastSimpleImport
AvS_FastSimpleImport copied to clipboard
Wrapper for Magento ImportExport functionality, which imports products and customers from arrays
Can this module be used to migrate new content from a development database into our live production database? For example, as we add new product lines we will add/design those...
in some case we don't need to reindex all indexes, for example product "catalog_catgeory_product" / "catalog_url"
I need to use configurable products with different prices for each "size" attribute. The problem is that, apart from "size", I have another configurable attribute ("color") which has no influence...
Hello, I am trying to import categories in multiple languages but I am getting an error "Can not find required columns: _root, _category" but the variables output in the error...
Hi! I have activated the creation of new attribute options. The import will fail with error messages: `:::: Invalid value for 'kabelfarbe_lichterketten'. Possible options are: braun, grün, schwarz, transparent, weiß....
Hello I have the privilege of working with your awesome module again, and I just want to start off by saying Thank You!! If you are ever in Cape Town,...
Hi, I tried to use the extension on our Magento CE 1.6.2. It fails for several reasons: - It uses Mage_ImportExport_Helper_Data::getBunchSize which is not included in 1.6.2. - It uses...
Import CSV with empty weight of a bundle product Getting Notice: Undefined offset: 1102 in /app/code/community/AvS/FastSimpleImport/Model/Import/Entity/Product.php on line 1124 I have put a breakpoing in `public/app/code/community/AvS/FastSimpleImport/Model/Import/Entity/Product.php` ``` $sku = false;...
I have ``` 'fastsimpleimport/product/select_attributes' = 'build_variant,color,frame_height,manufacturer,standing_height,tool_group,working_area,'fastsimpleimport/product/select_attributes','build_variant,color,frame_height,manufacturer,standing_height,tool_group,working_area,' ``` in the config. But when I try to import via the backend I get in the check: ``` Invalid value for 'frame_height'. Possible...
It is possible to delete product gallery images when we delete Magento product using AvS_FastSimpleImport?