• Hi i inserted user account field but when i want to extract for certain customer the data the account number field appears empty.

Viewing 15 replies - 1 through 15 (of 26 total)
  • Thread Starter hurab

    (@hurab)

    i inserted this code and i added the field in user
    please guide
    add_filter(‘woe_get_user_value_{FIELD}’,function ($value, $user,$fieldname) {
    $value = unserialize($value);
    return $value[0];
    },10,3);

    Plugin Author algol.plus

    (@algolplus)

    Hello

    If you allow guest checkout- don’t use fields with prefix USER_.

    Scroll list of fields to same field but without this prefix.

    Thanks, Alex

    • This reply was modified 5 years, 6 months ago by algol.plus.
    Thread Starter hurab

    (@hurab)

    could you please explain bit further sorry i am new to it

    Thread Starter hurab

    (@hurab)

    is it that you are asking whether i have guest checkout or not? if this is your question then no i only have registered customers and they cannot get into the shop page until and unless they register themselves

    Plugin Author algol.plus

    (@algolplus)

    >Setup fields>button Add field.
    Scroll selector and ignore fields with prefix USER

    Thread Starter hurab

    (@hurab)

    also i wanted to ask can i set the option Filter by Account Number

    Thread Starter hurab

    (@hurab)

    i am sorry but i still cannot export the account number

    Plugin Author algol.plus

    (@algolplus)

    Hello

    how did you add account number field ?
    Do you use any plugin ? or custom code ?

    thanks, Alex

    Thread Starter hurab

    (@hurab)

    Hello in setup field>user>add field and added

    Plugin Author algol.plus

    (@algolplus)

    I’m sorry, I have to rephrase the question.

    When I edit any user in menu >Users – I don’t see field “account number”.

    How did you create account number field ? Did you use any plugin ? or custom code ?

    Thread Starter hurab

    (@hurab)

    hi nothing i havent use any plugin. from export order i clicked setup field>user>add field>account_number(the field which i added)>confirm

    Thread Starter hurab

    (@hurab)

    Not in the menu what i actually want is when i download the data of customer it should export the account number as well but only a blank column can be seen

    Plugin Author algol.plus

    (@algolplus)

    Hi

    I don’t see field “Account number” when I edit user. See my screenshot https://imgur.com/iOwJyz0

    Probably, you must visit >Setup fields>User and drag field “Customer User ID” to export.
    thanks, Alex

    Thread Starter hurab

    (@hurab)

    Plugin Author algol.plus

    (@algolplus)

    I don’t see field “Account number” when I edit user. See my screenshot https://imgur.com/iOwJyz0

    Do you see it here ??

    How did you CREATE account number field ? Did you use any plugin ? or custom code ?

Viewing 15 replies - 1 through 15 (of 26 total)
  • The topic ‘user account number field cannot be extracted’ is closed to new replies.