kilbot
Forum Replies Created
-
That shouldn’t happen. I just tested on the demo.wcpos.com/pos and I couldn’t reproduce it. Could you email support@wcpos.com so I can investigate further?
Forum: Plugins
In reply to: [WCPOS - Point of Sale (POS) plugin for WooCommerce] Issue with couponsThanks for the bug report! I am looking into this now. You can follow the progress here: https://github.com/wcpos/woocommerce-pos/issues/506
Forum: Plugins
In reply to: [WCPOS - Point of Sale (POS) plugin for WooCommerce] print invoiceSupport for Thermal Printers in currently in development. You can follow this issue on Github for updates: https://github.com/wcpos/roadmap/issues/14
Forum: Plugins
In reply to: [WCPOS - Point of Sale (POS) plugin for WooCommerce] Language lostCould you try clearing your local data, this will reset the cached translations.

For more information see https://docs.wcpos.com/support/troubleshooting/clear-local-data
This is the analysis from Gemini AI:
It looks like you have “junk code” or Google Search metadata wrapping your text. This usually happens when content is copied and pasted directly from a Google Review, a Google search result, or a browser-translated page into the WordPress editor.
I’m honestly not sure what is causing that issue. Even the VIEW tab problem earlier shouldn’t have been a problem. This is the line of code I that I changed. There was a check for
'wcpos_template' === $post->post_type, I have no idea why it effected the Divi Blurb plugin.Unfortunately the Divi Blurb is not open source so I can’t review the code to see exactly what is happening.
This should be fixed in the latest version 1.8.5. Can you check and let me know?

To fix this error, please do a local data reset by clicking the
Clear All Local Databutton in the user menu.Forum: Plugins
In reply to: [WCPOS - Point of Sale (POS) plugin for WooCommerce] Delay to POSThe POS will automatically get products if their modified date has changed. If you change product data and it does not change the modified date, then the POS won’t know it has been updated. This sometimes happens if you import data directly into the database.
If your product data is out of sync with the POS for any reason, you can always ‘long press’ the sync button, this will give you an option to clear and refresh all the local product data.
WCPOS does not currently support bluetooth readers like the M2 reader from Stripe. Support will be coming after the iOS and Android applications are released.
Forum: Plugins
In reply to: [WooCommerce] Error Rendering the Email PreviewHi @smhcis & @saivutukuru, I am the developer of WooCommerce POS. Just a short note to say that my plugin doesn’t add any email templates. It’s possible they come from another POS plugin, or perhaps they were added by the user.
Yes, or you can use the Plugin File Editor in your WordPress Admin if it is available under your Plugins menu.
You could patch the Zipnova plugin like this: https://github.com/zipnova/woocommerce-zipnova/pull/2/files
Hopefully the plugin authors will release a new version with this fixed at some stage.
The errors stem from the same problem: the plugin author assume orders can only be created via the store front, that is, both are looking for information from the cart session:
$foo = WC()->session->get( 'some_key' );I suspect they would also throw an error for orders created via WP Admin?
Unfortunately I couldn’t find the repository for correoargentino on GitHub, I guess they have not open sourced the plugin.
Can you post the error message from the MiCorreo plugin? It won’t be exactly the same error.