kilbot
Forum Replies Created
-
Hi Moneytones,
I am trying to reproduce this error but cannot on any of my demo sites. It’s possible that there is something particular to your setup that is cause the problem.
There are two references to pos_params which may lead you to the problem:
https://github.com/kilbot/WooCommerce-POS/blob/master/admin/class-pos-admin.php#L533
https://github.com/kilbot/WooCommerce-POS/blob/master/admin/class-pos-admin.php#L415I suspect something is interfering with the function referenced in the first link.
Kind Regards,
PaulHi Julien,
I have had several requests for integration with the Bookings plugin, so that will definitely be happening at some stage.
Also, keyboard shortcuts has been added to the roadmap for version 0.3.4. Stay tuned! http://woopos.com.au/roadmap/version-0-3-4/
Kind Regards,
PaulHi guys,
There is no direct support for card readers yet, unless you have a card reader that can popular a web form.
Communicating with USB or Bluetooth is not possible directly via the browser at the moment, that sort of interaction requires a native app installed with permissions. This is something I am working towards but it requires another layer of development so I won’t be able to start until the base web app is up to a decent level.
Thanks for the request though. Keep an eye on the roadmap for any announcements on card readers. http://woopos.com.au/roadmap/
Kind Regards,
PaulForum: Plugins
In reply to: [WCPOS - Point of Sale (POS) plugin for WooCommerce] How do I access my POS?Hi hansmoolman,
I have recently updated the plugin which now has a direct link from the admin menu. Let me know if you are still struggling to find the POS.
Kind Regards,
PaulHi Minoltian,
The Dynamic Pricing is not supported at the moment, the functionality is outside the normal WooCommerce checkout flow so it will require some custom work to get it to work. This may happen in the future but I can’t put a date on it yet.
Regarding the double discount: I believe you are referring to the Item Price and the Order Discount? If so, perhaps read this post on the difference between the two: http://woopos.com.au/docs/discounts/
Kind Regards,
PaulHi Minoltian,
I understand your concern. In the very near future I plan to add user settings which will allow users to hide out-of-stock items.
At the moment the POS sync’s stock levels after each sale and you can do a manual sync anytime. I have left the display of negative products on purpose because I don’t want to get in the way of a cashier making the sale. For example, the cashier might have a delivery of new stock which has not been entered into WooCommerce yet. In this case the cashier would have the stock in their hand but not be able to make the sale because to product is ‘out of stock’ online.
Stay tuned for future releases. Over time I will fill in settings giving users control over how the POS is displayed.
Kind Regards,
PaulForum: Plugins
In reply to: [WCPOS - Point of Sale (POS) plugin for WooCommerce] Products do not appearHi summoner,
I have received some similar reports from people who have upgraded. It seem the common thread is the act of saving the variation. I believe this clears something that is causing problems with the POS. It’s hard to put my finger on because I can’t reproduce it on my development machine. However, once people save and refresh the product list the problem does not seem to return.
Kind Regards,
PaulForum: Plugins
In reply to: [PayPal for WooCommerce] Undefined indexScratch that. I just realised that Paypal Pro is probably not available outside of GB, US or CA ..
Forum: Plugins
In reply to: [WCPOS - Point of Sale (POS) plugin for WooCommerce] How do I access my POS?All WordPress plugins install to the wp-content/plugins folder. WooCommerce POS uses rewrite rules to process requests to http://<yourdomain>/pos. There is no ‘pos’ folder just as there is no ‘sample-post’ folder in your example above.
A 404 error usually a sign that something is wrong with the rewrite rules (ie: the permalinks). Other than the steps I’ve already mentioned there is not much else I can suggest. This is not an error that is being reported by any other users.
Let me know if you find a the source of the problem.
Forum: Plugins
In reply to: [WCPOS - Point of Sale (POS) plugin for WooCommerce] How do I access my POS?Try the following:
1. Save your permalinks. This will flush & reset the permalinks in case something is wrong there.
2. Go to your plugin page and click the View POS link next to WooCommerce POS. This will take you to the right page. It may be that you have a subfolder install in which case the url will be http://<yourdomain>/<subfolder>/pos
Forum: Plugins
In reply to: [WCPOS - Point of Sale (POS) plugin for WooCommerce] How do I access my POS?It’s likely that you do not have ‘pretty’ permalinks: http://codex.wordpress.org/Introduction_to_Blogging#Pretty_Permalinks
‘Pretty’ permalinks are a requirement of the WooCommerce REST API and therefore are a requirement for WooCommerce POS also.
Forum: Plugins
In reply to: [WCPOS - Point of Sale (POS) plugin for WooCommerce] How do I access my POS?To view the POS you need to go to http://<yourdomain>/pos
Alternatively, there is a small button on the plugin page which says ‘View POS’, you could also click that.
A dedicated menu button for the POS will be included in the next version.
This would require rewriting the action of the checkout button, click here to view unminified source code.
It’s possible if you have the stomach for it, but I would strongly recommend against investing too much time on it. Version 0.3.1 is coming very soon which will wipe any changes you make, plus I am currently refactoring the javascript to make it more modular and extensible.
In the future this kind of thing will be possible using hooks just as you would in WordPress or WooCommerce, but for the moment my focus is getting features into the base plugin.
If you would like to request hooks and discuss development please create an issue over at GitHub.
Nice work to find the right bit of code 🙂
User preferences for product display is planned for version 0.3.3, this will add the functionality to set products per page. http://woopos.com.au/roadmap/version-0-3-3/
“Call to undefined function WC()” means that it cannot find WooCommerce. Either WooCommerce is not installed or the version is too old.
Please note: WooCommerce POS requires WordPress > 3.8 and WooCommerce > 2.1