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

    (@algolplus)

    Hello

    yes, _ic_sales_agent_user_id is correct key.

    please, open section “Misc Settings” and put this code

    add_filter('woe_get_order_value__ic_sales_agent_user_id',function ($value, $order,$fieldname) {	
    if ($user = get_userdata($value))
        $value = $user->display_name;
    return $value;
    }, 10, 3);
    • This reply was modified 3 years, 5 months ago by algol.plus.
    Thread Starter roberto22

    (@roberto22)

    Hi,

    Thanks for the awesome support. It worked!

    Plugin Author algol.plus

    (@algolplus)

    You’re welcome

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Export sales agent name’ is closed to new replies.