davdebcom
Forum Replies Created
-
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Update breaks cart pageClosing, as I didn’t get any more information.
Please let me know if I can assist!Forum: Plugins
In reply to: [Paytium: Mollie payment forms & donations] PlaceholderIf you know a bit of JavaScript, you could do it with a custom JS, Just populating the fields yourself.
I’m happy to hear that this seems to be the solution. Have a good day too!
Forum: Plugins
In reply to: [Paytium: Mollie payment forms & donations] PlaceholderHi Martin
good question! At the moment a form builder is being built (a user interface, no more shortcodes) and placeholders will be added as part of the form builder. I think the first beta for the form builder will be ready at the end of the year.
But software development is hard to estimate.
Kind regards
DavidForum: Plugins
In reply to: [Paytium: Mollie payment forms & donations] Translation fileHi Martin
This is probably because your browser is set to English. It will be in Dutch is your browser is set to Dutch.
Ido plan to make this a setting in the future.
Kind regards
DavidForum: Plugins
In reply to: [Mollie Payments for WooCommerce] Update breaks cart pageHi Wendie
any news?
Kind regards
DavidIt’s not a good idea to change all orders to completed, because plugins (this one too) use the status to know if they should do any processing. It’s also required so multiple payment plugins don’t conflict with each other. I think it should stay pending until a payment plugin has done it’s thing. So setting all “Processing” orders to auto-complete seems more logical to me.
That’s why the log says
2018-09-26T16:18:44+00:00 DEBUG Mollie_WC_Gateway_Abstract::handlePaidOrderWebhook - mollie_wc_gateway_ideal: Order 1423 does not need a payment by Mollie (payment tr_b2yEmwjdqm).I also see error:
2018-09-26T17:37:16+00:00 DEBUG getPayment: Could not load payment tr_2Fe7NnnUFE (test): Error executing API call (404: Not Found): Payment tr_2Fe7NnnUFE exists, but the wrong mode is used. Try switching live / test API keys.. Documentation: https://docs.mollie.com/guides/handling-errors (Mollie\Api\Exceptions\ApiException)This happened because you switched between test and production mode while a test payment was still being processed.
Does my reply help you solve this issue?
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Update breaks cart pageHi Wendie
You could also check
https://github.com/mollie/WooCommerce/wiki/Composer-Guzzle-conflictsMaybe that’s the issue?
Kind regards
DavidForum: Plugins
In reply to: [Mollie Payments for WooCommerce] Update breaks cart pageThere is probably a fatal error somewhere. Can you check your logs? Mollie – Status – Logs – fatal-errors.
See anything?
And if you enable WP DEBUG?
Hi!
Thank you for your kind review!
What options are you missing exactly? Many have been added the last months and any additional feedback is very welcome.
Also if you understand Dutch, this manual might be helpful:
https://www.paytium.nl/handleiding/Looking forward to your reply!
Kind regards
DavidYes, I can!
What are your setting for the autocomplete plugin?
Do you see any order notes in Orders > Order edit? What do they say?
Can you check the logs?
WooCommerce > System status > Logs > mollie-payments-for-woocommerceI understand what you mean and it’s on my list, will definitely get added!
Hi @caged
At the moment there are two: Duplicate Snippets en Expand/Collapse Snippets. Not much yet, I hope to expand this in future versions.
Kind regards
DavidFor more information see:
https://github.com/mollie/WooCommerce/issues/232Hi Marjons
I did some tests today that might help you, please review this FAQ:
https://github.com/mollie/WooCommerce/wiki/Helpful-snippets#add-payment-fee-to-payment-methodsKind regards
David