Imported order values being recalculated when order notification sent or updated
-
Bit of a strange one this. I have a Woocomerce installation that I have been using a couple of the more well known order import plugins to bring in orders via CSV.
The data imports fine until the ‘resend new order notification’ or ‘update’ (without any changes) is pressed. It then deletes the stored values in wp_postmeta, both _order_total and _order_tax it seems.
The plugin authors are a bit stumped as they can;t repeat the behaviour. I’ve basically deactivated all plugins bar Woo and the import plugin and using the default theme. I’ve even imported an order, deactivated the import plugin, and repeated the process and Woo still messes with the stored variables.
I’m wondering why there is even a reclaculation done on these two actions as re-sending an email notification shouldn’t trigger any sort of recalc or integrity check…unless it somehow does? 🙂
The topic ‘Imported order values being recalculated when order notification sent or updated’ is closed to new replies.