Paul Kilmurray

Results 76 comments of 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...

![screen shot 2016-01-17 at 2 09 26 pm](https://cloud.githubusercontent.com/assets/639807/12617831/5358ba3c-c54c-11e5-8ae3-336436cda0cb.png) Total miscalculation in example above.

![screen shot 2016-01-27 at 11 20 35 pm](https://cloud.githubusercontent.com/assets/639807/12617910/9e876152-c54c-11e5-8dd2-1d8835593241.png) Total miscalculation on example above.

![screen shot 2016-02-03 at 11 59 40 pm](https://cloud.githubusercontent.com/assets/639807/12788370/2b724190-cad4-11e5-9240-87730d3577a2.png) Use of 'Any ...' option for variations is not handled correctly by the POS.

![img_20160205_135420](https://cloud.githubusercontent.com/assets/639807/12863986/648b8058-ccba-11e5-8703-1726b4b8f0fa.jpg) Rounding error above.

![screen shot 2016-05-08 at 4 19 15 pm](https://cloud.githubusercontent.com/assets/639807/15096727/b7ec62fa-1538-11e6-9517-5bda079fa812.png)