• Resolved junaidfloop

    (@junaidfloop)


    Hi,
    How can i include the item meta data in the exported file. I have a extra product option plugin. Which is saving the data as item meta data. when I export the orde, the item meta data is missing. where I can find the item meta data in the exported file.
    Is there any hook or filter where I can add this product field ?

    Thanks,
    Junaid

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

    (@algolplus)

    hi Junaid

    open Setup Fields
    open section “Products”( at right)
    click “Add field”
    select necessary meta key in 2nd dropdown
    fill column name
    click “Confirm”
    drag field to left column

    thanks, Alex

    Thread Starter junaidfloop

    (@junaidfloop)

    Thanks Alex, for the quick response.

    It works great and got the fields and value in the exported CSV file.

    Can I know, if I want to add a new fields to the exported file by custom coding. In which hook we need to add the fields and its value

    Thread Starter junaidfloop

    (@junaidfloop)

    Hi Alex,
    Great support.

    I got the clear idea of adding the additional fields in the export file.
    One last question, Can I add the PHP code in my functions.php file instead of adding PHP code in misc settings.

    Also for adding the additional fields in the export settings, can I add new fields using a hook (like woe_get_order_product_fields ) in the functions.php instead of adding fields in the backend settings area.

    Plugin Author algol.plus

    (@algolplus)

    Hi

    yes, you can add this code functions.php too.

    https://algolplus.com/plugins/code-samples/#add_fields
    Please, check section “Some samples for adding fields via code”.
    WARNING!
    if you use hook “woe_get_order_product_fields” – you can’t use section “Misc Settings”!

    thanks, Alex

    Thread Starter junaidfloop

    (@junaidfloop)

    Thank you, Alex,

    Great support and quick response.

    Plugin Author algol.plus

    (@algolplus)

    you’re welcome

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Item meta data not including in the export file’ is closed to new replies.