Paul Kilmurray

Results 76 comments of Paul Kilmurray

It will be possible to _split_ line items in the next version of WooCommerce POS. See the [beta](http://beta.wcpos.com/pos/) for an example.

Hi guys, the above hook looks correct, ie: `woocommerce_product_get_regular_price `. One thing to remember is that the POS will store the product data locally in the browser, so you would...

WooCommerce removed the order discount functionality in version 2.3.7. The _WooCommerce way_ to do discounts is through coupons. I am currently working on coupon support ... you can certainly help...

The POS allows negative stock. I know this is a point of confusion for some users but it is not a bug - there are cases where the cashier may...

Hi Frank. If you have a test site you could help test [download 0.5.0-beta](http://wcpos.com/2017/01/woocommerce-pos-0-5-beta/). This contains some experimental print settings that may help you. 1. Try the browser/html combination, there...

Hi Frank, I had another look at this on the weekend. It seems [there is a bug in Android](https://bugs.chromium.org/p/chromium/issues/detail?id=561438) which prevents printing from an iFrame. The good news is there...

Thomas is correct, in version 0.5 [the following fields are searched](https://github.com/kilbot/WooCommerce-POS/blob/master/assets/js/src/entities/customers/collection.js#L16-L21). Note that customers are stored locally, so search actually happens in javascript, adding custom PHP won't change how the...

Hi @georgearnall! Thanks for your contributions on this. I have just checked 0.5-beta and the CSS has been improved* for use on small devices. The numpad will pin itself to...

Hi @bmen, please [check out the documentation](https://docs.wcpos.com/en/products/pos-only-products.html#pos--online-visibility) for the correct settings. I understand that this is a little confusing. The problem is WooCommerce already has logic to hide products from...

This could be achieved by combining a library such as [`node-diacritic`](https://github.com/andrewrk/node-diacritics) to the [`JSON-query library`](https://github.com/kilbot/JSON-Query/blob/master/match.js#L16). It's not something I can look at right now for 0.5.0, but I will do...