Paul Kilmurray
Paul Kilmurray
You could try moving the action from `woocommerce_checkout_order_processed` to `woocommerce_payment_complete` (ie: [copy this change](https://github.com/kilbot/woocommerce_variable_stock_management/commit/ff0ae1f7180a6a7312d9523946ac465c8a5b5129)). I don't know if that will have any unintended consequences, but it should fire on a...
Looks like the `intval` on [these lines](https://github.com/kilbot/woocommerce_variable_stock_management/blob/master/includes/class-variable-product-stock-reduction.php#L296-L297) is going to round everything ... you should be able to safely remove those.
Hi @elbsurfer, thanks for the bug report! This should be fixed in the latest version (0.4.19).
The WC Bookings plugin is the most requested for integration, which means it will almost certainly be the first plugin I look at when integrating third party plugins ... however,...
[I am currently working on WooCommerce POS full-time](https://github.com/kilbot/WooCommerce-POS/commits/master). I understand that Bookings is very important for small number of users, but please keep in mind that other users are similarly...
 Total miscalculation in example above.
 Total miscalculation on example above.
 Use of 'Any ...' option for variations is not handled correctly by the POS.
 Rounding error above.
