Importing products in WooCommerce has been made very easy by the help of WebToffee’s Product Import Export plugin. The plugin offers three different methods for importing:
- import locally using a CSV file from the system
- via FTP and
- using a URL
In the URL method, by default, the plugin allows you to import products from a single URL only. However, if you want to import products from several CSVs residing in different locations, then specify multiple URLs separated by commas within the code snippet as shown below and insert it in the function.php of the active child theme. However, ensure that you are importing your products via scheduled/cron to import CSV’s from multiple URLs.
On using the code snippet, the products will be imported from multiple CSVs one after the other consecutively in the order of occurrence of the URL.
Comments (2)
peter
July 18, 2020
it doesnt work
Alan
July 20, 2020
Hi,
Please reach us via support and brief us on the issue you are having with the multiple imports so that we can help you with it. Please note that importing multiple CSV files from multiple URLs is supported only in the scheduled/cron import.