• Resolved antoine69

    (@antoine69)


    Hi,

    I use the free version of the plugin to export Woocommerce Users/Customers.
    I see that the export provides the Woocommerce default field ‘_money_spent’ and ‘wps_wpr_no_of_orders’.
    But what about the AOV default field ?
    Is there a way to have this field exported ?
    Thanks

Viewing 15 replies - 1 through 15 (of 29 total)
  • Plugin Author Javier Carazo

    (@carazo)

    Are you exporting all the fields or a list of them?

    Thread Starter antoine69

    (@antoine69)

    Hi,

    I’ve tried both and in all cases I only have the 2 columns:

    _money_spent
    wps_wpr_no_of_orders

    Whare is AOV column please ?
    Thanks

    Plugin Author Javier Carazo

    (@carazo)

    Have you seen this data in usermeta table?

    Thread Starter antoine69

    (@antoine69)

    I”ve looked in the db USERMETA table but I didn’t see this field. I”ve found _money_spent and wps_wpr_no_of_orders .

    But what should be the name of AOV within your plugin ? I think it’s not there.

    Thread Starter antoine69

    (@antoine69)

    Hi again,

    I’ve found a record
    woocommerce_admin_customers_report_columns

    with:
    [“date_last_active”,”total_spend”,”avg_order_value”,”country”,”city”,”state”,”postcode”]

    Does it help ?

    Plugin Author Javier Carazo

    (@carazo)

    No. This and all plugins that manage used, only check in usermeta column for this kind of data.

    If the plugin saves this kind of data in other structures, we should create an addon to manage it.

    Thread Starter antoine69

    (@antoine69)

    Well, it’s hard to follow you.
    My only question is : why the AOC fiels is not available in .csv export ?




    Plugin Author Javier Carazo

    (@carazo)

    If this is not in the usermeta table -> NO

    It could be exported if you, me or anyone make an addon for it.

    Thread Starter antoine69

    (@antoine69)

    So it comes from Woocommerce ?

    Thread Starter antoine69

    (@antoine69)

    It seems the fields ‘avg_order_value’ is in the table = your first question).

    [“date_last_active”,”total_spend”,”avg_order_value”,”country”,”city”,”state”,”postcode”]

    Plugin Author Javier Carazo

    (@carazo)

    No, this is not there. This is a schema.

    Anyway WooCommerce is not a table. You should ask the plugin’s author or if you know how to code, you will see it easily in the source code of the other plugin and you can use the hooks we provide to create addons to solve your problem.

    Thread Starter antoine69

    (@antoine69)

    Ok so from you side, everything is OK. I see.

    Thread Starter antoine69

    (@antoine69)

    But I really don’t understand why you ask me this below, in your first question:

    Are you exporting all the fields or a list of them?

    Plugin Author Javier Carazo

    (@carazo)

    Because much people export a list of field and write it badly.

    When you export all this problem does not exists beucase the plugin looks for the fields for you.

    Thread Starter antoine69

    (@antoine69)

    I’ve tested the all fields (by default) and it’s the same, so it’s normal or not ?

Viewing 15 replies - 1 through 15 (of 29 total)
  • The topic ‘AOV field not exported’ is closed to new replies.