kilbot
Forum Replies Created
-
For some users this problem is due to a conflict with the WP Clef plugin. I have raised the issue with the Clef developers and hopefully they will release a fix soon. You can follow the progress here: https://github.com/clef/clef-wordpress/issues/210
In the meantime, if you have WP Clef plugin activated you will not be able to save the POS settings.
@pearwcz, @chrisorah, @jeasysehgal please contact me via support@woopos.com.au if you haven’t already. If you can create a temp login for me I will take a look and let you know.
I’ve had a few similar issues that are just plugin conflicts so I won’t know for sure until I see the error message.
@ jeasysehgal, you may have the REST API enabled but if your server does not support the HTTP Methods then WooCommerce POS version 0.4 and higher will not work.
Version 0.3.x did not make use of the full REST APi methods, eg: PUT, DELETE. The PUT method allows updating of POS settings but also the editing of products, customers and orders. It is an important part of how the POS works going forward.
I can include a compatibility test to check if your server is compatible but WooCommerce POS relies on the REST API and therefore depends on RESTful HTTP Methods going forward.
If you are experiencing these problems you could either:
- update your server settings to allow RESTful HTTP Methods
- rollback to 0.3.x: https://wordpress.org/plugins/woocommerce-pos/developers/
It’s possible that your server does not support HTTP methods for RESTful services (such as the WooCommerce REST API). To check you could go to https://www.hurl.it/ and try a PUT request with your WC REST API endpoint, ie: yourdomain.com/wc-api/v2/
If that returns an Internal Server Error you will have to speak to your host about turning on HTTP methods.
This is only a guess at this stage. I will be able to help you more if you can track down an error message as described above.
Can you open the browser console and look for an error from your server? You need to find something like this: http://woopos.com.au/wp-content/uploads/2015/06/console.png
More than likely it is a server error, which outputs an error to the ajax rather than the expected success message.
I’m cleaning up the support forum and marking this resolved. If you want more information on cash drawers and printing receipts please see: http://woopos.com.au/faq/compatible-receipt-printers/
I’m cleaning up the support forum and marking this resolved. Please feel free to leave a comment if you are still having problems and I will reopen.
Forum: Plugins
In reply to: [WCPOS - Point of Sale (POS) plugin for WooCommerce] Great PluginIt just got better! Check out version 0.4 released today 🙂
I am cleaning up the support forum and marking this resolved. If you are still having a problem please feel free to leave a comment and I will reopen.
Forum: Plugins
In reply to: [WCPOS - Point of Sale (POS) plugin for WooCommerce] Receipt CustomizationFor more information on customising receipts please see http://woopos.com.au/docs/receipts/
I am cleaning up the support forum so I’m marking this resolved, please feel free to leave a comment if you would like it reopened.
Forum: Plugins
In reply to: [WCPOS - Point of Sale (POS) plugin for WooCommerce] Turn off IndexedDBHi, it is not possible to turn off IndexedDB as it is an important part of how the plugin works. However, I have just released a new version which improves the way products are downloaded. You should now be able to handle 10k items with no wait time.
I’d be interested to hear how it goes with such a large store. If you do get a chance to try the new version please let me know how it goes.
I have just released version 0.4 today which allows you to locale the date string on the receipt template, for more information please see: http://woopos.com.au/docs/receipts/
Forum: Plugins
In reply to: [WCPOS - Point of Sale (POS) plugin for WooCommerce] E-mailing the receiptThank you for the feedback. I included a fix for this in version 0.4, which now shows the selected customer email by default 🙂