Addon to export WC orders in custom format
-
There are a bunch of plugins for Woocommerce that helps to export orders. Unfortunately I cannot find any plugin that does what I need.
In order to import WC orders into our business system I need to export orders into a file in this format (just dummy example):01 (tells our business system that this is an order) #12205;760404 (#12205 is code for customer id, 760404 is the value) #12215;Erik Test (#12215 is the buyers reference, Erik Test is the value) #12331;FOR105623 (#12331 is a custom info label for the parcel) 11 (11 tells the business system that this a new order row) #12401;7604704 (#12401 tells the business system that the SKU follows) #12443;4 (#12443 tells the business system that the number of ordered products follows) #12451;386.00 ( and so on.... #12451 tells the systemet that the price follows.So as you see I need to export orders like this:
a system code followed by the value on each row
also some static values like 01 and 11.So before I try to build my own plugin or find a developer that can help me, are there any WC plugins that are flexible enough to achieve the above?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Addon to export WC orders in custom format’ is closed to new replies.