kilbot / WooCommerce-POS

:bangbang: All development now at https://github.com/wcpos.
http://wcpos.com
GNU General Public License v3.0
353 stars 125 forks source link

Create order in POS admin #119

Open Paul-VZ opened 8 years ago

Paul-VZ commented 8 years ago

Creating a order in POS does not reflect the order in the Woocommerce reports. Only when going back into the order and resaving it the order shows up in Woocommerce reports.

Paul-VZ commented 8 years ago

Did some digging, The woocommerce reporting looks for the following fields, _order_total, _order_shipping, _order_tax, _order_shipping_tax

Only these fields are created (_order_total, _order_shipping)

Manually adding in (_order_tax, _order_shipping_tax) makes the orders appear in the Woocomerce reports