kilbot
Forum Replies Created
-
Hi Jeffery, could you please contact me via support@woopos.com.au with a temporary login so I can look at this problem?
Hi pearwcz, there are some known issues with the product attribute display which are being fixed in the next version.
Hi aidantwomey,
null before the price
For simple products (non variable), the POS uses the price_html attribute from the WooCommerce REST API. You can check the product data by going to http://YOURDOMAIN/wc-api/v2/products?pos=1&filter%5Blimit%5D=1 in your browser. This URL will display some JSON data, search through and find the price_html attribute. If this attribute equals null241.95, then it’s quite likely that another plugin is filtering the REST API output somehow.POS title
Please view the source of the page and check the title tag. The code for the title tag isPoint of Sale - <?php bloginfo('name') ?>. If you are seeing something different to this it is possible that another plugin is overriding the title tag somehow.I hope that helps. If you would like further assistance please send a message from the POS support page, this contains some more information which will help me diagnose the problem.
Forum: Plugins
In reply to: [WCPOS - Point of Sale (POS) plugin for WooCommerce] customer displayThis is a great idea! I will add it to the feature request list.
The method similar to that described pearwcz would be the easiest, what I could do is add a new menu tab for ‘customer display’ which has a customer friendly version of the cart, then you could display different screens rather than mirroring the display.
Showing the live cart on a separate device is a lot more difficult. This is because the cart is all stored locally, so there would need to be extra functionality that pushes the data to the customer display. It’s something I could look at in the future after the 1.0 release.
Forum: Plugins
In reply to: [WCPOS - Point of Sale (POS) plugin for WooCommerce] Order exportI haven’t had a chance to look into this yet, however, POS orders are just normal WooCommerce orders… there is no difference so I can’t see why they would not be exported just like any other order.
The next version of the Pro plugin will include extra reporting. I will post more information and screenshots to the docs as soon as the next version is ready.
A 500 internal error is a very general error and hard to diagnose on its own .. if possible can you access the PHP error_log? This will likely contain a more detailed error message which will help pinpoint the problem.
The ‘View POS’ link should be the correct URL .. it sounds like there might be a permission error. The POS is only accessible to admin and shop manager by default, perhaps check your user role?
Oh yes, quite right. The WC() global function was introduced in WooCommerce 2.1 so WooCommerce POS requires 2.1 or higher. Version 2.1 also introduced the WC REST API which is also required by WooCommerce POS.
WC() is the WooCommerce global function. This means you do not have WooCommerce installed. WooCommerce POS requires WooCommerce.
Forum: Plugins
In reply to: [WCPOS - Point of Sale (POS) plugin for WooCommerce] POS Category screenThe feature to customise the Product layout is schedule for version 0.5, keep an eye on the roadmap for more details on what is currently in development.
Forum: Reviews
In reply to: [WCPOS - Point of Sale (POS) plugin for WooCommerce] Demo looks impressiveHi Luke,
The next version of WooCommerce POS Pro (0.4) will introduce multiple stores. This will allow cashiers to log into different stores with different tax rates, different receipt templates etc. There will also be an option to show/hide products depending on the store.
Stay tuned to the roadmap for more details on what is currently in development and check the docs for screenshots as soon as 0.4 is released.
Thanks for the rating!!
That error means WooCommerce is not activated … WooCommerce POS requires WooCommerce to run!
Forum: Plugins
In reply to: [WCPOS - Point of Sale (POS) plugin for WooCommerce] Receipt CustomizationYes, you can copy this receipt template to your theme directory. The file should have the structure /wp-content/themes/YOURTHEME/woocommerce-pos/receipt.php
Forum: Plugins
In reply to: [WCPOS - Point of Sale (POS) plugin for WooCommerce] POS won't loadThe speed of download is largely dependant on the WooCommerce API, if it is taking a long time it is likely that another plugin is slowing down the API response. You can test the API response by going to <yourshop.com>/wc-api/v1/products/?pos=1 .. this will retrieve 10 products and should only take a couple of seconds at most. If this API response is taking a long time you should disable all plugins and reactivate them one-by-one to find the source of the problem.
Forum: Plugins
In reply to: [WooCommerce] how to filter based on product dimensions?Sorry! wrong forum. Please disregard my last message.