Releases: globalera/Magento-Catalog-Import
Releases · globalera/Magento-Catalog-Import
Bug-fix and improvements (Tested on Magento 1.9.x)
- Covered a case of a pre-existing attribute set while creating a new one.
- Logging external attribute group id instead of magento attribute group id.
- Handled the case when attribute is missing in magento while trying to update the parent attribute group.
- Removed importing of weight for a configurable product.
Bug-fix and improvements (Tested on Magento 1.9.x)
- Fixed - Existing product-product relations (associations, related, cross-sell, up-sell) were being over-written when updates containing subset of relations were being imported.
- Updated XML schema to better enclose attributes, attributegroups and attributesets.
- Fixed import of text and textarea attributes for simple and configurable products and modified attribute value definitions accordingly.
- Implemented import of position value for attribute options values.
- Fixed import of non-configurable attributes for configurable products.
Major bug-fix and feature release (Tested on Magento 1.9.x)
Bug-fixes:
- The extension is now independent of any frontend theme changes. Earlier theme changes required porting of frontend section to the new theme.
- Added missing referential integrity for 'default' attributeset that needs to be associated with products having an empty attributesetid.
- Fixed attribute value import for text, textarea and boolean attributes.
New Features & Improvements:
- Default turning off search result visibility for simple products associated to configurable ones.
- Import of special price and related dates to enable scheduling of sale pricing.
- Inventory control - ATP quantity import and ability to control back-ordering of products.
- Several major logging improvements.
- Improved error-handling, data error tolerance and reporting for missing elements in the import file. Report the issue and continue with the next element instead of aborting the process.
- Performance improvements related to categories and attributes import.
- Automates the setup and display of "New Products" section for newly imported products. (configurable)
- Get notified via email when a batch of catalog import is completed with detailed logs.