Firebear Improved Import & Export

Firebear Improved Import & Export 3.8.6

No permission to download

What's new in 3.8.6 release of September 2023​

This release adds a bunch of new features and bug fixes:

  • Log Files Management Automation.In 3.8.6, you can clear import/export log files automatically. Two options are available: “Clear import/export logs by cron” and “Days Saved in Log”.
  • Image Import. A new product import option called “Keep original image name” is available. When enabled, it keeps the original image name when importing images by URL. You can also import images by URL when the URL contains a port number or spaces.
  • Products not in Import List. The “Update Products that are not in the import list” feature now has the following new options: Set products to “Out of stock” status, set products qty to 0, or both.
  • Google Drive Import. 3.8.6 replaces the existing export file on Google Drive instead of creating a new file with a duplicated name.
  • Order ImportSupport for one-line addresses when importing orders.
Visit the changelog page for the full list of updates.
Features:
* Export all entities to Google Sheets. Previously only product export was possible.
* Support Magento Remote Storage. Import files & images from a remote storage. [More info on Adobe website](https://experienceleague.adobe.com/docs/commerce-operations/configuration-guide/storage/remote-storage/remote-storage.html?lang=en).
* `Remove Bundle Product Association`. Add the ability to remove bundle child associations during import.
* Remove third-party dependency `weew/helpers-array`.
* Improve Find & Replace. Extend the list of allowed attributes. Add the ability to apply multiple changes to the same attribute.
* Add ability to export order address street into separate columns.
* Export Returns (RMA) (Adobe Commerce only).
* Improve attributes import. Allow using same attribute code in multiple rows. This can be used when importing attribute to the multiple attribute sets.
* Add new fields to products export: `parent_url`. Add `parent_sku` and `parent_url` to the mapping section.
* Bugfixes:
* Replace deprecated `Magento\InventorySalesApi\Api\IsProductSalableInterface` usage with `Magento\InventorySalesApi\Api\AreProductsSalableInterface`.
* Fix error with export to OneDrive account due to API changes.
* Fix the problem with importing files when import directory is a symlink.
* Use `store_id` from simple product when using `Configurable creation` functionality.
* Fix product stock status on the frontend after the import by updating data in the table `cataloginventory_stock_status`.
* Prevent unexpected autofilling of fields on Import/Export job admin pages.
* Change the logic for order increment id reservation during orders import when option `Use auto-increment for order increment_id` is enabled. Consider table `sequence_order_*` by using core class `Magento\SalesSequence\Model\Manager`.
* Fix the problem with tier prices export when prices were exported only for the first bunch of products.
* Fix the problem with importing tier prices to `All` websites.
* Fix the problem with custom options translation. Now custom_options can be located in different rows in import file.
* Export data by pages to Google Sheets. Previously data was exported at once, sometimes causing memory limit errors.
* Fix the problem with attributes export when only attributes with associated attribute set were exported.
* Fix the problem with exporting translations of multiselect attributes.
* Fix the problem with exporting attributes when columns `options:*` were empty.
* Fix the problem with images import when whitespaces used in `additional_images` import attribute.
* Fix the problem with `Consecutive Export` when running manually from the admin interface.
* Fix the problem with products export when custom table prefix is used in magento.
* Fix the problem with importing files with filenames written in uppercase.
* Fix the problem with json import when multi-dimensional json structure is used.
* Fix error `The path contains a non-existent category` during categories import when import can't recognize current category id in the path.
* Fix php error `Nesting level too deep` when importing categories.
* Fix php error with `array_change_key_case` when importing data from Google Sheets.
* Fix the problem when text attribute values with leading zeroes `0` were imported as integer numbers without leading `0`
* Fix the problem with xml orders export when only orders entity was exported.
  • Like
Reactions: azigazicom
This release adds support for Magento 2.4.6 (including M2 Open Source, Commerce, Adobe Commerce and Mage OS) and PHP 8.2.

Bugfixes:

  • Zend_Validate_Regex is replaced with Laminas\Validator\Regex.
  • Zend_Mime is replaced with Magento\Framework\HTTP\Mime.
  • Zend_Validate is replaced with Firebear\ImportExport\Model\ValidatorChain.
Back
Top