kilbot
Forum Replies Created
-
In the red error modal, click on the ‘i’ info icon, scroll to the bottom and you should see a PHP Notice or PHP Error. The error message will indicate the line of code causing the problem.
If it was working previously and this is a new error message, it is likely that a plugin you have activated recently is causing the problem.
WooCommerce POS does not currently create or print any barcodes for products. You will have to search for a solution which fits your workflow, for example,
Barcodes for WooCommerce. (Please note: I have not used this plugin, I am not recommending it. You should do your own research and testing to find something that works for you.)Forum: Plugins
In reply to: [WCPOS - Point of Sale (POS) plugin for WooCommerce] Wholesale pricesHi,
re: Wholesale prices
It would be possible to ‘filter’ the WC REST API response so that only wholesale prices are used. Prior to WooCommerce 2.6 this can be done using the ‘woocommerce_api_product_response’ filter. (Note: this will change to ‘woocommerce_rest_prepare_product’ in WC 2.6).re: VAT
By default, the POS uses the tax settings of the WooCommerce base location for the POS. Using WooCommerce POS Pro you can create a Store and tell the POS to use the Store location rather than the base location. Theoretically you could create a Store and make sure the country code is outside your tax rate settings, this should give you a zero tax rate in the POS.Forum: Plugins
In reply to: [WCPOS - Point of Sale (POS) plugin for WooCommerce] Problem with TranslationHi,
This means that the translation string in WooCommerce has changed for those words, ie: Cart Subtotal and Order Number. (Note: the sizes label should come from your attributes settings in WooCommerce).
To fix this problem you can follow instructions on the Receipts Doc to customise the receipt template.
Hi, I suspect this might have something to do with DOMDocument which should be available by default in PHP but may not be included in your hosting plan.
My first suggestion would be to look for a better host. GoDaddy is not known as quality web host and Windows is not the preferred OS for WordPress. Given that you are running an eCommerce site which is perhaps critical to your business, I would recommend you invest in a high quality web host. Someone like WPEngine or Synthesis is going to give you a much better service and experience.
That being said, if you’re committed to GoDaddy, you can contact me via support@woopos.com.au with a temporary admin account and I’ll take a look at the issue.
Forum: Plugins
In reply to: [WCPOS - Point of Sale (POS) plugin for WooCommerce] about variable productThe variations should show in the free version of the POS. Contact me via support@woopos.com.au if you still have questions about this.
I don’t have any experience with Helcim. I can queue it for testing but I am currently working through a long todo list so I won’t be able to test it immediately.
In the meantime, did you update any plugins last week?
Which payment gateway are you using?
Yes, if you go to the order in WP Admin > WooCommerce > Orders, then click on the Edit Billing Details icon: http://wp.me/a4JA0H-HB
Forum: Plugins
In reply to: Plugin: WooCommerce POSNot currently. You have to checkout using a WooCommerce gateway to print/email a receipt.
Support for purchase orders will likely come at some point in the future.
Forum: Plugins
In reply to: [WCPOS - Point of Sale (POS) plugin for WooCommerce] Support to translateWooCommerce POS supports translations and has translations for many languages, for example, http://es.woopos.com.au/pos
If you would like to contribute to the translations please go to: https://www.transifex.com/kilbot/woocommerce-pos/
Not currently.
Using the Pro plugin you can keep multiple orders open for as long as you want, they will be stored locally but there is no way to save them to the server without processing via a gateway.
Two things need to happen for third party integrations:
1. The plugin must be compatible with the WC REST API, you could ask the plugin author when/if they plan to make it compatible with the REST API.
2. I need to complete the core features of WooCommerce POS. In general I won’t be looking at specific third party integrations until version 1.0 of WooCommerce POS is complete.
A visibility setting for variations is not currently on the roadmap, but I will certainly keep it in mind for future versions.
re: printing past receipts
This can be done with the Pro version by going to the Orders page (see demo).I’ve not done any testing with Measurement Price Calculator but it sounds like it is incompatible with the WC REST API and WooCommerce POS.