Hi ,
please, follow to https://docs.algolplus.com/algol_order_export/fields/
add key “wcot_order_tags”
use this code
add_filter('woe_get_order_value_wcot_order_tags',function ($value, $order,$fieldname) {
$order_tags = wcot_order_tags_get_order_tags( $order->get_id() );
$value= join(",", wp_list_pluck($order_tags,"name"));
return $value;
},10,3);
-
This reply was modified 2 years, 10 months ago by
algol.plus.
Thanks, this worked to show the order tag in exported document.
How to filter the export including only orders with specific order tag?
https://woocommerce.com/products/order-tags/ is not free
please, submit this plugin(zip file) as new ticket https://algolplus.freshdesk.com/
but I can’t promise quick results