wrong inserted data into table woocommerce__order_itemmeta
-
Hello,
I just review my database and view wrong inserted data in table
woocommerce_order_itemmeta
there is meta_key(s) :
_woocs_order_rate _woocs_order_base_currency _woocs_order_currency_changed_mannualy
created by PHP code
classes/woocs_after_33.php
(example for one meta_key):update_post_meta($order_id, '_woocs_order_currency_changed_mannualy', time()); wc_add_order_item_meta($order_id, '_woocs_order_currency_changed_mannualy', time(), true);
but order_item_id != order_id ?!?!
and this data stucks/orphaned in this woocommerce_order_itemmeta table …..
thanks for fix it/remove it
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘wrong inserted data into table woocommerce__order_itemmeta’ is closed to new replies.