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

Dear Sir, Any idea why I am getting app/code/core/Mage/ImportExport/Model/Import.php(228): Mage::throwException('Entity is unkno...') Magento 1.9.2, php code: --- $entities = array( array( 'sku' => 7777777777, '_type' => 'simple', '_attribute_set' => 'Default',...

Ever since i've added this to my magento 1.9 i keep getting the following when trying to import (clicked on check data button): POST -> http://host/index.php/admin/import/validate/key/56e1533e649df7b500ae5dca417b0968/?form_key=rpZtoMphrZ3JvKak 500 (Internal Server Error)...

While testing the import via gui im getting the following error: SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`dbName`.`catalog_product_entity`, CONSTRAINT...

hi, if I run the first script to get the products from an XML it imports correctly the simple products and it creates the configurable product. let's say that the...

Hi, I have a problem importing custom options(Individualisierungsoptionen). I fill in some fields in data table: ``` $data[$key]['_custom_option_store'] = array( 'all' ); $data[$key]['_custom_option_type'] = array('drop_down'); $data[$key]['_custom_option_title'] = array( 'Size' );...

Hi I import image data on the AvS interface . I've taken the following array . ``` $data = array( array( 'sku' => $artikelnummer, '_media_attribute_id' => $GalleryID, '_media_image' => $BildPfad,...

Hi, Importing the simple and config product with the same images lead to image lost after reindex. From 3 images sometimes remain 2 in the simple product and 1 in...

Indexer : update on save Partial Indexing: Yes Updating qty/price existing products sometimes causing crash. Method: ``` $product_list = $this->getListProductToUpdateQty(); //custom collection contains path to update xml foreach ($product_list as...

Hi i have custom product attributs in the shop. If I will import a article with custum attributes the attributes not saved. I dont now why in the category import...

We are trying to import 1 Lac products on one request and it takes around 10 hours to import products. Kindly suggest me how to achieve performance. Do we need...