FireGento_FastSimpleImport2
FireGento_FastSimpleImport2 copied to clipboard
AvS_FastSimpleImport for Magento 2
When we run the import to update qty of products, the position of that product will be reset to zero in the category. We use `$this->setBehavior(Import::BEHAVIOR_ADD_UPDATE);` ``` $productStock[] = [...
Hello, how to set special price field to empty? thanks
When updating url_key of a product it does not create the permanent 301 redirect ``` $data[] = array( 'sku' => $record["sku"], 'product_type' => $record['is_simple'], 'url_key' => $record["url_key"], 'attribute_set_code' => $record["attribute_set_code"],...
How hard would it be to allow to import attributes? Would that fit in that module or in an additional module to supply an additional import entity type for attributes?
I am trying to create configurable products using below code and products array which is given in the demo module. ```
Related to issue #13 When importing product category with pipe "|", create wrong category name. My fields **categories** is **"CATALOGO/Felpe/Basic|MARCHI/GILDAN/Felpe/Basic"**, and create this categories: - CATALOGO - Felpe - Basic|MARCHI...
when i try to import some categories i get this error/message: Please enter a correct entity. entity code is set as: $importerModel->setEntityCode('catalog_category'); i don't get this error... maybe someone an...
The column updated_in in the table catalog_category_entity of the root node (ID 1) is not updated correctly. Never touch the root node, but when you have an active B2B module-staging...
Product data validation fails when trying to import the products to update existing products data.
When i use this module to import the products, it imports the products correctly, but when i use the same data again, instead of updating the product data, it generates...
### As described at: http://firegento-fastsimpleimport2.readthedocs.io/en/latest/Category.html ### This data is well done during importing a category regarding the default store: $categoryArray = [ [ '_root' => 'Default Category', '_category' => 'FireGento...