kilbot
Forum Replies Created
-
Please contact me via support@woopos.com.au so I can take a closer look.
Forum: Plugins
In reply to: [WCPOS - Point of Sale (POS) plugin for WooCommerce] php version and wpml1. Is free plugin version compatible with php 5.6 version?
Yes.2. Is Woocommerce pos compatible with WPML plugin?
It may work depending on your setup (I believe the subdirectory structure will not work, eg: domain.com/en or domain.com/fr). I am in communication with WPML to make the two compatible.3. And question about pro version: is it possible in pro version to set shop managers access only to orders made by him, not to all orders in wp admin page?
Not currently.WooCommerce POS is not currently compatible with WooCommerce Subscriptions at the moment, however, I will test it for the next version. Please keep an eye on the changlelog for an update.
Thanks for the bug report, I will do some testing and let you know when there is a fix.
This means JSON output from the REST API is not well formed, ie: it is being interrupted by an error message from the server.
If possible you should check your PHP error_log to see whats causing the error. If you post the error_log here I will be able to assist.
Hi, sorry for the error. This means you are running an old version of PHP. You will need to update PHP to version 5.4 or higher if you wish to use WooCommerce POS.
Forum: Reviews
In reply to: [WCPOS - Point of Sale (POS) plugin for WooCommerce] POS viewing errorHi Waruna,
A 404 error usually means something has gone wrong with the rewrite rules. Can you go to WP Admin > Settings > Permalinks and then save. This will flush your rewrite rules and hopefully set things right again.
See http://woopos.com.au/faq/getting-404-error-page-found/ for more info.
Forum: Plugins
In reply to: [WCPOS - Point of Sale (POS) plugin for WooCommerce] Barcode GenerationThere is also WooCommerce Products Barcodes released very recently, although this does not seem to work with product variations.
Please note: barcode generation will be coming to the next version of WooCommerce POS Pro, but this will not be ready before the 9th.
Hi, I have a fix for this coming in the next version of WooCommerce POS. If you would like to use it immediately you can apply a hotfix to this file.
Hi!
If you have a look at the Receipts doc there is some information on what order attributes are output by the WC REST API.
In the
line_itemsthere is an attribute forprice. Depending on your tax settings, this will be the price per product including or excluding tax.You could include this in your template using
{{{money price}}}.I hope that helps.
Forum: Plugins
In reply to: [WCPOS - Point of Sale (POS) plugin for WooCommerce] New Installation Issuere: error
A bug was introduced in the last version which affects PHP less than 5.3. You will need to upgrade to at least PHP 5.4 if you wish to use WooCommerce POS.re: demo
The recommended browser for WooCommerce POS is Google Chrome Canary, however, the current version of Canary Chrome has a bug which prevents the POS from displaying correctly. In the meantime please use Google Chrome.You can use the POS Only functionality to hide products from your online store.
The ability to quickly add products in the POS will be developed at some stage but it would be a Pro feature.
WooCommerce POS should work fine in Firefox 31+. Please go to the demo site to confirm the POS works in Firefox.
If you are having problems with your site you may need to clear Offline Website Data to reset IndexedDB.
Hi, the attributes have changed slightly in version 0.4.x. Please see the updated Gists on the Receipts Doc for more details.
The demo also shows the updated receipts for a reference.
Which browser are you using?
Perhaps try a different browser (eg: chrome) to see if you still get that error.