The screenshots and content you are viewing may correspond to an older version. We are in the process of updating the documentation to reflect the current version. Until then, you may refer to the latest set up guide for an insight.
Products can be imported into WooCommerce very easily by using a WebToffee’s product import export plugin. Three different methods are available in the plugin for importing products.
One among them is to select a CSV file from your FTP server. You need to provide your FTP information as listed below for importing products using this method.
- Enable FTP import/export: Check this option to enable FTP import/export.
- FTP Server Host/IP: Enter your FTP server hostname.
- FTP User Name: Enter your FTP username.
- FTP Password: Enter your FTP password
- FTP Server Path: Enter the FTP server path.
- Use FTPS: Check this option to use FTPS. FTPS (File Transfer Protocol Secure) is a secure extension of FTP (File Transfer Protocol).
Email alert on successful cron import
On setting up the cron job, the importing will occur as per the configuration. In order to receive an alert on successful auto import or export, simply insert the below-given code snippet into the function.php of the active child theme.
In the above snippet, the email subject is ‘Product Auto Import Export’ and the body of the mail is the ‘Product scheduled import completed’. You can replace your personalized email content in the snippet as per your preference.
Email alert with import log
After a successful cron import, you can receive an email containing the import log with the below mentioned snippet:
- Was this article helpful?
- Yes, thanks!Not really
Comments (4)
daniele
August 3, 2021
I have the same question on june 21 2021 (howard) :
Is it possible to have the full import report (with the successes/failures) emailed on completion of a CRON import?
Mark
August 4, 2021
Hi,
We have developed a code snippet for this requirement. Please insert this code to the functions.php of active theme file.
Howard Austin
June 21, 2021
Is it possible to have the full import report (with the successes/failures) emailed on completion of a CRON import?
Alan
June 22, 2021
Hi,
We can provide you with a custom snippet to send the import log file to an email address once the import is complete. Please reach us via support.