AvS_FastSimpleImport
AvS_FastSimpleImport copied to clipboard
Wrapper for Magento ImportExport functionality, which imports products and customers from arrays
Hi, we have a problem using your module for customer import. We have a multistore setup with 4 websites. Importing customers via cron for 1 websites. Everything works fine untill...
Hi there, I have a problem with importing 10 pieces of image Importing is working well, all 10 images are added and I can see the images in a product...
I create a simple product with Images and in frondend an backend the images was saved and i can see it on frontpage as big image an thumbnail. But when...
If there is invalid data (e.g. NAN or INF) instead of failing to save the bunch to the database, an empty string is saved. This PR throws an Exception if...
Hi, I'm experiencing a problem similar to https://github.com/avstudnitz/AvS_FastSimpleImport/issues/402 , but this time is with **categories**. I'm trying to import a category array where: Index 0: the default scope Index 1:...
AVS: 0.7.0 Magento: 1.9.3.0 I try to delete a storespecific text value from a product. The problem is that I can only import a NULL value for the attribute. I've...
- imported downloaded files are now created via the standard uploader `Mage_ImportExport_Model_Import_Uploader` - this ensures that these files are created in sub-folders like `/media/downloadable/files/links/f/i/file.pdf` - this also ensures that these...
In `AvS_FastSimpleImport_Model_Import_Entity_Product::_getUploader` and `AvS_FastSimpleImport_Model_Import_Entity_Product::_getDownloadableUploader` respectively, the `@` is used to suppress errors. This should be avoided. A proper exception should be thrown if there is an issue. Additionally, if the...
From your [code](https://github.com/avstudnitz/AvS_FastSimpleImport/blob/master/src/app/code/community/AvS/FastSimpleImport/Model/Import/Entity/Category.php#L717): ``` * @todo Solve the problem with images that get imported multiple times. ``` Why not always use ``` $uploader->setAllowRenameFiles(false); ``` At least for category images customer...
Fix for issue #281. During initCategories, the position of the next child for every category is retrieved from the db and updated during the import. If the position is not...