Home > Docs > How to import CSVs from multiple URLs

How to import CSVs from multiple URLs

Last updated on May 28, 2021

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.