Woo trigger conditional fields fail with meta data fields
-
Hi. I am using the free version with a woo trigger. I have a custom checkout field defined and it is stored in the order meta data.
When using the Woo trigger “Order-Status-Change-Specific-Status”, this custom field is shown as a form field in the Conditional Logic field.
However, when I try to set a condition using this field, it always fails. Turning on logging shows this error in the WP log:
PHP Warning: Undefined array key "additional_list_optin" in .../wp-content/plugins/bit-integrations/includes/Core/Util/Helper.php on line 336This is because that line is attempting to get the field from order fields, not order meta fields.
Please can you fix this bug so that the code looks for fields in the order data and the order meta data.
WP : 6.9
Woo: 10.4.3
Bit Int: 2.7.4
You must be logged in to reply to this topic.