I have solved it.
Actually is was very simple.
I added this function into WP All Export and make the field OrderID an value which is returned by an function.
global $woocommerce;
function get_order_id($id){
$order = new WC_Order($id);
return $order->get_order_number();
}
Thanks for your fast reply.
I have contacted the developers of WP All Export. Maybe they have an solution for this. If that isn’t gonna working, I will try to create a function by my own and ask the Slack Community to take a look into it (if that is permitted :))
You mean the WC version? That is 2.6.14, WordPress is 4.7.3
EDIT: I have the option to change the show setting per category, but it looks it make no sense.
Changed the category page to : subcategories only en tested for one category on the setting products and both, but still no products are shown up.
This reply was modified 7 years, 7 months ago by Niek.