"cron"

FireBear Improved Import & Export for Magento 2 – Extension Change Log

- Magento 2, Our extensions
improved import and export - Magento 2 extension

The following blog post will help you retrace the evolution of the Improved Import & Export Magento 2 module. The article gathers updates associated with the extension’s each new version from the very beginning. At the time of 1.0.0, it was a basic import solution with an existing import jobs architecture and import cron automation. With the next few versions, the module got such enhancements as product attribute import on the fly, transfers from FTP, SFTP, URL, and Dropbox, custom mapping, etc. Each new release made the Improved Import stronger and stronger. However, it was still an import-only tool until 1.5.0 was released. With this version, our extension became capable of both import and export processes. You can peruse the detailed evolution of the module and see its latest features below. 

Extension Manual | FAQ | Demo | Sample Files

3.8.6 (released 20.09.2023)

Features:

  • Log Files Management Automation. The latest version provides the ability to clear import/export log files automatically. Two options are available: “Clear import/export logs by cron” and “Days Saved in Log”. 
  • Developer Improvement. The “categoriesMapping” method is now public. 
  • Product Online Import. The extension does not disable products when the “product_online” field is empty in the import file.
  • Image Import. The following improvements to the image import process were introduced in 3.8.6:
    • 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. 
    • Import images by URL when the URL contains a port number.
    • Import images by URL when the URL contains 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
    • Set products to “Out of stock” status and set products qty to 0
  • Google Drive Import. The extension now replaces the existing export file on Google Drive instead of creating a new file with a duplicated name.
  • Order Import. Support for one-line addresses when importing orders.

Continue Reading

How to import CSV files from /var/import/ folder to Magento 2 automatically

- Magento 2, Our extensions

Magento 2 Development; Magento 2 tutorial

Today, we explain how to import CSV files from the /var/import/ folder to Magento 2 automatically. As usual, you will need Improved Import & Export to overcome the default platform’s limitations, such as the inability to create update schedules. Configure the extension as we describe below, and it will do all the daily data transfer tasks for you. For more tips like this one, follow our Magento 2 Developer’s Cookbook Continue Reading

How To Create Scheduled Tasks In Shopware 6

- E-Commerce, Shopware

Below, we explain how to optimize your daily workflow, reduce system load, and gain extra productivity with your daily duties in Shopware 6. We dive deep into Shopware scheduling, explaining how to configure scheduled tasks for periodic execution. The system lets you schedule various processes, redistributing load more efficiently between your administrators and over time. You will also discover the role of messenger queue server-controlled processing. After that, we will proceed to scheduling import and export processes in Shopware 6. You can find more Shopware tutorials here. Continue Reading

How to Automate Magento 2 Import & Export

- E-Commerce, Magento 2

improved import and export - Magento 2 extension

We have very good news for you: it’s no longer necessary to import/export files to/from Magento 2 manually. And below we explain how to automate Magento 2 import and export processes. Check this post and you will find out how to save tons of time and effort making your daily routine fully automated.

Of course, you need a third-party extension to achieve your goal. And we recommend you to use the Improved Import & Export Magento 2 extension, since the Magento 2 Open Source platform doesn’t add any automation to import/export processes. As a result, you have to perform each run manually, but before diving deep into the nature of our solution, let’s tell a few words about the automation itself. Continue Reading

Magento 2 Cron Configuration

- Magento 2

How to configure Cron in Magento 2

In the following article, we shed light on proper Magento 2 cron configuration. Below, you will find general advices about configuring and running cron, section related to component manager and system upgrade with cron, and a short troubleshooting guide. Continue Reading

How to setup cron in Magento 2

- Magento 2

Magento 2 Development

To execute the Magento 2 cron job, use the following code:

If you want to automate the process, add it to /etc/crontab. For instance:

More tips from Magento 2 Developer’s Cookbook

Continue Reading