AvS_FastSimpleImport icon indicating copy to clipboard operation
AvS_FastSimpleImport copied to clipboard

Wrapper for Magento ImportExport functionality, which imports products and customers from arrays

Results 101 AvS_FastSimpleImport issues
Sort by recently updated
recently updated
newest added

when I click to import a .csv file that has been validated, the system starts to load but goes into a loop and doesn't end. how can i solve this?

Hello everyone, I have the problem, that importing products is really slow... I need to import 40k products, which take 8 hours. Every product has 3-5 images, but every image...

This is another place where we need to replace the default `strtolower` method with our special one, which uses `mb_strtolower` if available. This is a follow-up of PR #395.

Hallo, ich lade eine XML Datei mit Artikeldaten und dort sind insgesamt 4 Bilder enthalten. Das Hauptbild und 3 Gallerie-Bilder. Leider werden 1) nicht alle Bilder im Artikel gespeichert und...

Hi, i have custom attributes on products that i'm trying to import. Some of the attribute values have been created, but some others are breaking my import with message: Invalid...

Good morning, how do I delete more categories? Thanks in advance.

We use this handy extension to add custom attributes to customers - https://www.magentocommerce.com/magento-connect/manage-customer-attributes.html However when I try to run imports and include fields that we have created using this extension...

integrate refactoring done by @sprankhub in #393

Using `AvS_FastSimpleImport_Model_Import->processProductImport([..])` I receiving this error: ``` PHP Fatal error: Uncaught Error: Call to a member function prepareAttributesForSave() on null in /var/www/html/app/code/community/AvS/FastSimpleImport/Model/Import/Entity/Product.php:1417 Stack trace: #0 /var/www/html/app/code/core/Mage/ImportExport/Model/Import/Entity/Product.php(481): AvS_FastSimpleImport_Model_Import_Entity_Product->_saveProducts() #1 /var/www/html/app/code/core/Mage/ImportExport/Model/Import/Entity/Abstract.php(522): Mage_ImportExport_Model_Import_Entity_Product->_importData()...