Hooks/Filters

Each column can be modified by filter before output.
Hook names depend on type of field  and field name

  • for order  – woe_get_order_value_{field}
  • for product  – woe_get_order_product_value_{field}
  • for coupon  – woe_get_order_coupon_value_{field}

Use section “Setup fields” to find {field} –  hover the field(see tooltip on the screenshot)  OR switch to “JSON” format

EACH type has own parameters

It’s possible to skip order using filter woe_order_export_started

There are extra filters to format final text before output woe_xls_output_filter, woe_csv_output_filter, woe_xml_output_filter, woe_json_output_filter