• Resolved gdavide72

    (@gdavide72)


    Hello,
    I need to load 3 csv products files from 3 different ftp accounts.
    The plugins I’ve seen work on a single ftp account.
    Can you tell me a plugin or an alternative solution?
    Thank you.
    Best Regard
    Davide

Viewing 4 replies - 1 through 4 (of 4 total)
  • Sean Cull

    (@seanreloaded)

    Automattic Happiness Engineer

    Hi Davide,

    I need to load 3 csv products files from 3 different ftp accounts.
    The plugins I’ve seen work on a single ftp account.
    Can you tell me a plugin or an alternative solution?

    Yes, the plugins typically only allow you to specify one import location at a time, not several.

    The only way that comes to mind would be to write a script to grab the three CSV files, merge them into one, then put that resulting file through the import process.

    If that’s something you wanted to investigate further, we recommend one of the services listed on this page:

    https://woocommerce.com/customizations/

    Another option is to team up with a developer on our WooCommerce Developers Slack Channel:

    https://woocommerceslack.herokuapp.com/

    Thread Starter gdavide72

    (@gdavide72)

    Thank you very much for your reply, I will also keep these solutions in mind.
    An alternative I thought about is installing 3 different plugins and making them work at different times….

    Sean Cull

    (@seanreloaded)

    Automattic Happiness Engineer

    Hi @gdavide72,

    An alternative I thought about is installing 3 different plugins and making them work at different times….

    That might also work. But how would you control when they run? Unless you used some sort of cron job to have them run automatically at a predefined interval, you’d need to run them each manually.

    Thread Starter gdavide72

    (@gdavide72)

    Hi @seanreloaded

    I was thinking about cron jobs

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘csv files from more ftp accounts’ is closed to new replies.