• Hello,

    I’ve got a site that adds a custom meta on an order’s line item (when customers add one) called ‘_Gift Message’. This value was always appended to the export automatically in the field called: “Product Variation”. When I updated to version 3.5.5 of your plugin it stopped working. I also just tested version 3.5.6 and that one doesn’t work either.

    Any insight is appreciated.

    Thank you!

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

    (@algolplus)

    Hello
    The plugin ignores meta which starts with “_” , since 3.5.5.
    We added it after requests from some customers.

    Please, open section “Misc Settings”, mark last checkbox and add this line
    add_filter("woe_hide_itemmeta_starting_with_underscore", "__return_false");

    thanks, Alex

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.