order shipping tax not converted
-
post meta “_order_shipping_tax” in my database is not converted
lines:
$_order_shipping_tax = get_post_meta($order_id, ‘_order_shipping_tax’, true);
update_post_meta($order_id, ‘_order_shipping_tax’, $this->back_convert($_order_shipping_tax, $_woocs_order_rate));not working :/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘order shipping tax not converted’ is closed to new replies.