davdebcom
Forum Replies Created
-
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Bank Transfer email in wrong languageWhat are the slugs/id’s for the languages you have in WPML?
nl
nl_NL
Or?A screenshot would be helpful.
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Bank Transfer email in wrong languageHi Sem
The language should be automatically taken from the settings.
Is your webshop in Dutch?
What setting do you have at WooCommerce > Settings > Payments > Payment screen language?Kind egards
DavidHi Walter
There might be other plugins with the same function, and there are code snippers:
https://wordpress.org/plugins/autocomplete-woocommerce-orders/
https://www.alleswp.nl/woocommerce-autocomplete-orders/
https://docs.woocommerce.com/document/automatically-complete-orders/Kind regards
DavidSeems fixed in 5.1 beta.
Hi
Wanted to update you that I added this to 5.1:
https://github.com/mollie/WooCommerce/wiki/Helpful-snippets#add-custom-information-to-mollie-payment-object-metadataBeta version:
http://take.ms/dBmI2Stable will be launched end of the month.
I did notice that the meta data is no longer viewable in the Mollie dashboard, this must have changed when the new dashboard launched. You might want to mail info@mollie.com and ask them to re-add the metadata (as a feature request) because you depend on it?
Kind regards
DavidDidn’t realise you are using Plus, just send me an email at — david at paytium dot nl — and I’ll send you the Plus 3.0 with the improved search.
It’s not possible in the interface, but I could add a hook/filer so you can add some basic information programatically?
Hi Tristan
We are temporarily running the site on a insecure staging place. Could this have any effect on this problem?
Could be, but then are there redirects on the URL or is the site blocked from access unless you log in?
In the logs I see no mention of webhooks, can you check again, and search for “webhook” or “Webhook”, do you see any. If you don’t Mollie can’t call the webhook. Something might be blocking it.
Please check these FAQ’s:
https://github.com/mollie/WooCommerce/wiki/Common-issues#no-status-updates—wp-spamshieldAlso check:
– Please check the Mollie log file located in /wp-content/uploads/wc-logs/ or /wp-content/plugin/woocommerce/logs for debug info. Please search for the correct order number and check if Mollie has called the shop Webhook to report the payment status.– Do you have maintenance mode enabled? Please make sure to whitelist the ‘wc-api’ endpoint otherwise Mollie can’t report the payment status to your website.
– Please check your Mollie dashboard to check if there are failed webhook reports. Mollie tried to report the payment status to your website but something went wrong.
Kind regards
DavidHi @vvict
The bas news is that this is a known issue:
https://github.com/mollie/WooCommerce/wiki/Composer-Guzzle-conflictsIt’s basically because WordPress doesn’t support Composer by itself, and when plugins use Composer to load the same libraries, you get these issues. We’ve tried some solutions which didn’t really work, but we will continue trying.
Kind regards
DavidIt not possible to change the order description “Order 12345” via the API.
You could add some basic data to the metadata in the order/payment, but that’s limited to a certain size:
https://docs.mollie.com/reference/v2/orders-api/create-orderHow much information are you talking about? Just a few keys or?
I think the best thing would be to contact Mollie directly on info@mollie.com and request this as a feature in the API (after that I can implement it in the plugin).
Kind regards
DavidForum: Plugins
In reply to: [Paytium: Mollie payment forms & donations] No login only api keysHi Wilbert
In that case, skip the entire Setup Wizard and just go to Paytium > Settings and enter the API keys there.
Kind regards
DavidHi @ibsonic
I have received your various messages about this. I’ll close this one so we can use the GitHub issue. I’ll review and respond as soon as I’m back.
Kind regards
DavidForum: Plugins
In reply to: [Mollie Payments for WooCommerce] Error after switching tot PHP 7.3Hi,
Just wanted to let you know, we’ll have an update that fully supports PHP 7.3 in January. For now, it would be best to stay on PHP 7.2.Kind regards
DavidJust found that this seems to happend when you have multiple blocks on the same category page:
http://take.ms/8vKnVForum: Plugins
In reply to: [Mollie Payments for WooCommerce] Error after switching tot PHP 7.3Thanks, I’ll check this out and get back to you.