Closed bragento closed 10 years ago
Thanks for this, looks pretty straightforward.
You're very welcome! Thank you for the module! Since our highly flexible and extensively used "Magento communication framework" bracomm uses the dapi extension to push and pull our customers data in and out of Magento we are looking forward to keep contributing to your module wherever useful :)
Awesome. Speaking of speeding up stock imports, I'm pretty sure I currently just run all indexers (though still partial) even when we're only updating stock.
I might update that.
@bragento I'm not sure if you are even using BEHAVIOR_STOCK
, but if you have some time you could also try out this branch:
https://github.com/danslo/ApiImport/tree/stock-import
It prevents other indexers from being triggered when only doing stock imports.
If you're doing full imports, you can ignore me :-P
We'll gladly look into it! Thx again ;)
Create Temporary Table('catalog_category_entity_tmp') if not Exists, after receiving "Error: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'catalog_category_entity_tmp' already exists", during Category Import.