kilbot
Forum Replies Created
-
Forum: Plugins
In reply to: [WCPOS - Point of Sale (POS) plugin for WooCommerce] Product BundlesBundled Products will work the same in the free version or Pro version.
I have added support for Bundled Products to the roadmap for version 0.5.
Hi, thanks for the update… I noticed this just recently, I’m not sure if it’s a problem with Canary or with WooCommerce POS. For the moment please use normal Chrome and I’ll take a closer look.
Forum: Plugins
In reply to: [WCPOS - Point of Sale (POS) plugin for WooCommerce] Product Vendor POSI have not tested with WooCommerce Product Vendor. I assume it should work because an order through the POS is just like an order through the Online store. The best thing to do is to install WooCommerce Product Vendor and WooCommerce POS (free) and test to confirm it works as you expect.
Forum: Plugins
In reply to: [WCPOS - Point of Sale (POS) plugin for WooCommerce] Product Vendor POSduplicate
Forum: Plugins
In reply to: [WCPOS - Point of Sale (POS) plugin for WooCommerce] Product Vendor POSAre you sure you have the right plugin? WooCommerce POS does not have registers.
If there is no internet connection the POS will return an error when you try to process an order. The order data will not be lost but you will have to wait until a connection is established before you can successfully checkout.
Please note that full offline support is on the roadmap for a future version.
Forum: Plugins
In reply to: [WCPOS - Point of Sale (POS) plugin for WooCommerce] SYNTAX ERRORHi Yeasir,
I answered this question via email but I will repost the answer here to assist others.
WC_Order::get_formatted_billing_full_name()was introduced in WooCommerce 2.4. It looks like the theme you are using, ‘globe’, requires WC 2.4+.You should check you have the latest version of WooCommerce.
There was a change in WC 2.4 which affects SSL authenticaton to the WCREST API. I’ve committed a fix for the authentication issue to GitHub. The important lines are here.
To apply a hotfix you can add those lines of code to /wp-content/plugins/woocommerce-pos/includes/class-wc-pos-api.php
This fix will be released in the next version of WooCommerce POS … coming asap.
Forum: Plugins
In reply to: [Autoptimize] Autoptimize and WooCommerce POSHi Frank and Serge,
WooCommerce POS ships with a concatenated and minified js file, so I suspect the file is being minified again by Autoptimize which is causing the problem.
The plugin uses the DONOTMINIFY and DONOTCACHEPAGE constants to prevent this problem with other caching plugins. Does Autoptimize check for these constants?
WooCommerce POS is not currently compatible with Dynamic Pricing. You can select Guest or any user you wish, but the prices from the WC REST API will be the same.
Integration with Dynamic Pricing is not currently on the roadmap but it is something I will look at after the release of version 1.0.
This is a Pro issue so in future please use the POS Support Form rather than post questions here in the community forums (WordPress.org rules).
There are two problems with trying to the use the Pro reports as a daily reconciliation:
- WooCommerce caches the report data for 24 hours
- The Sales by Payment Method report combines POS and Online sales
I am working on a fix for no. 2 which will be released in the next version of Pro. However, no. 1 makes WooCommerce reports unsuitable for daily reconciliation (unless you very carefully access the reports once a day).
Proper POS reports are on the roadmap for a future version of the plugin.
Forum: Plugins
In reply to: [WCPOS - Point of Sale (POS) plugin for WooCommerce] Woo Commerce bookingsWooCommerce POS is not currently compatible with WooCommerce Bookings.
I have had a lot of requests for integration with this plugin so it will be one of the first to be looked at after the release of WooPOS version 1.0.
Google CloudPrint would not work on a private network.
WooCommerce POS is a useful plugin for shop owners that have an existing WooCommerce store online and wish to have an interface for physical sales. If you are setting up a local server I would imagine there are much better options available for a POS system than WordPress + WooCommerce + WooCommerce POS.
There is no special restaurant module at the moment, although this is certainly something I would like to look at after version 1.0 is complete.
You may be able to get most the way there using a plugin like WooCommerce Automatic Order Printing. I have no experience with this plugin, but it looks like it can print WooCommerce orders to any internet connected printer. This means your printer in the kitchen and counter would need to be cloud print ready or connected to a computer which is connected to the internet.
Forum: Plugins
In reply to: [WCPOS - Point of Sale (POS) plugin for WooCommerce] Cannot view POSThis issue was resolved via email. For the benefit of others: the problem was due to a mismatch between the WordPress URL and the Site URL.