AvS_FastSimpleImport
AvS_FastSimpleImport copied to clipboard
Wrapper for Magento ImportExport functionality, which imports products and customers from arrays
Hi ist es möglich, über den Produktimport mitzugeben welche Attribute der Artikel hat ? Also zb. die Attribute [id] und Attribute[options]array $data = array( array( 'sku' => '1234567', '_type' =>...
As seen in this commit https://github.com/avstudnitz/AvS_FastSimpleImport/commit/cec4b1bee76fb78fe07f8c6814af3e01629c1fe3 (issue https://github.com/avstudnitz/AvS_FastSimpleImport/issues/157) we had to mock the variable $_indexValueAttributes to have "our value" (country_of_manufacture ) allowed to be imported by country_code (eg "AT" for...
Disclaimer: Might not be a real issue here, but I had to write this behaviour down somewhere in case someone else encounters this problem. My import script currently works like...
**The situation**: We have one required product per option. Each bundle is a complete set of unchangeable items and once an item is out of stock, the whole bundle is...
When I try to set the product type of an existing product, of which the product type is currently empty, it throws the `ERROR_TYPE_UNSUPPORTED` error. Why can't the product type...
Hello I have added two extra stock item attributes representing warehouse inventory (not to be confused with qty) and warehouse qty assigned to orders. They are wh_qty and wh_qty_assigned. When...
Hello When I import configurable products if the config has more than one simple associated product the config won't get added to a category. I have tracked it down to...
Working with the latest develop & Magento 1.9.1.0 I'm getting an issue when importing categories. The problem originates in AvS/FastSimpleImport/Model/Import/Entity/Category in the newly implemented function _reindexUpdatedCategories (0.6.4 release doesn't have...
I have import files with a lot of product attributes being deleted and the issue was that deleting them is not optimized so the import took forever and killed the...
The max length of varchar type is 255, but the error message will say it is 256. https://github.com/avstudnitz/AvS_FastSimpleImport/blob/master/src/app/code/community/AvS/FastSimpleImport/Model/Import/Entity/Product.php#L769