Okay
  Public Ticket #4495416
Single Order
Closed

Comments

  •  4
    Finlip started the conversation

    Hey Stefan,

    in order to integrate the outgoing billing information into another billing program (Electronic Invoicing Italy), is it possible to export the individual orders with all related data (including the fields from the registration process) into XML? Ideally, the export should include both the standard WooCommerce fields and the additional B2BKing fields. If that’s not possible, could you provide compatible solutions for achieving this?

  •  2,535
    WebWizards replied

    Hi there,

    Thanks for reaching out,

    WooCommerce and B2BKing don't have built-in order export functionality, so you'll likely need a dedicated order export plugin. I'd suggest checking out WP All Export or similar plugins that can export orders as XML. You can take a look at https://www.wpallimport.com/documentation/how-to-export-woocommerce-orders-to-csv-or-xml/

    B2BKing can save its registration fields directly to the order as order metadata (this happens by default in many cases depending on field config, but we can also provide a custom code snippet if required). So once you have an export plugin in place, it should be able to export both standard WooCommerce order fields and the additional B2BKing fields together.

    Kind regards,
    Stefan

  •  4
    Finlip replied

    THX Stefan, great support