WebBaker
Forum Replies Created
-
Hi,
No worries at all. We’ll definitely keep it on our radar and hope to have something for you in the future.
Feel free to reach out if you have any other questions.
Best regards,
MartinHello! Thank you for reaching out. As mentioned in the plugin description, the plugin currently supports the following countries: Slovakia (SK) and Czech Republic (CZ). This is because each country has different IBAN formatting rules, and the plugin is built around these two markets for now.
Looking at the screenshot you provided, it seems you’re trying to use a German IBAN (DE**), which unfortunately isn’t supported at this time — so the plugin won’t be able to process it.
That said, we are actively thinking about introducing a premium version of the plugin that would support a wider range of European countries, along with multilingual support. This has been requested by multiple users, so it’s definitely on our radar!
Forum: Plugins
In reply to: [QR payment for WooCommerce] TranslationsHello,
I’ve added translations for the remaining strings — they should all be available in version 1.0.15.
However, as mentioned in the plugin description, the currently supported countries are Slovakia (SK) and Czech Republic (CZ) only. I don’t know your exact use case for Slovenian website, but be aware that there could be issues with reading QR code from foreign banking applications.
Each country typically has its own QR payment format defined by its national bank. While there is an EPC standard used in several countries, many others — including Slovenia — use their own specifications.
I found that Slovenia has this format (UPN) and there is also PHP library available for implementing it easily. However, support for this format is not currently planned for our plugin.
Hope this helps. 🙂
Forum: Plugins
In reply to: [QR payment for WooCommerce] Sequential Order Numbers ProHello,
thank you for your feedback!
I’ve added support for sequential order number plugins by switching to use
get_order_number()instead of the order ID.Please update to the latest version (1.0.14) and let me know if everything works as expected.
Thanks! 🙂
Forum: Plugins
In reply to: [QR payment for WooCommerce] QR code not showing up in the e-mailAhoj,
This is often caused by the email client blocking external images. Could you check if your email client allows external images to load? Did you try to open email in different email clients?
Also, is the QR code section present in the email and just the image is missing, or is the entire section missing from the email?
A screenshot of the received email would be helpful.
Regarding your shop being in CZ but selling to the EU—there shouldn’t be any issue with that. The QR code feature is designed primarily for CZ/SK banks, so as long as your IBAN is CZ-based, it should work fine regardless of where your customers are located.
Hope we fix this soon!
Forum: Plugins
In reply to: [QR payment for WooCommerce] Problem with php versionsHi,
Thanks for your kind feedback about the plugin!
Sorry for the confusion with PHP versions – the plugin needs PHP 8.1 or higher to run due to some dependencies that handle QR code generation. I’ll make sure to update this requirement in the documentation with the next release.
Since you’re currently on PHP 7.4, you’ll need to upgrade PHP to use the plugin. This would also be a good security move anyway, as PHP 7.4 is no longer getting security updates.
Let me know if you need any help! And feel free to suggest any features you’d like to see in future versions.