• Would it be possible to add support for multi-site order export?

    Doesn’t need to be fancy or fast or anything, could just be running the same query repeatedly over multiple sites, include a site name as a column, and then generate the results in one big report.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author algol.plus

    (@algolplus)

    hello

    I’m sorry, but I don’t see any quick solutions.

    Have you checked this plugin?
    https://woomultistore.com/documentation/#plugin_order_export

    thanks, Alex

    Thread Starter mxldevs

    (@mxldevs)

    I’ve tried that plugin but it is severely limited. For example it doesn’t support custom meta data in order export, which your plugin handles.

    I’ve found the function “build_file_full” is the one that populates the results to be written to the file. If all queries use wpdb to get the correct table then I can just modify it to iterate over each site on the network and append the additional records into the result.

    Plugin Author algol.plus

    (@algolplus)

    yes, you can add extra loop by sites, like
    foreach( get_sites() as …

    if you get good results — please share final code 😉

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Support for pulling orders from multi-site network’ is closed to new replies.