davdebcom
Forum Replies Created
-
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Set all orders to “on-hold”Hi Raphael
I’m not sure, you’ll have to test it. But our plugin doesn’t select the final status, we just call $order->payment_complete(); in WooCommerce, and that code has multiple actions and filters that can be hooked into.
Kind regards
DavidForum: Plugins
In reply to: [Mollie Payments for WooCommerce] Set all orders to “on-hold”Hi Raphael
Normally our plugin should set an order to processing only when the payment is completed, isn’t that the case in your situation?
Changing the default status for WooCommerce can be done with PHP code (snippet) or a plugin.
https://woocommerce.com/products/woocommerce-order-status-manager/
http://www.remicorson.com/change-the-orders-default-status-by-gateway-in-woocommerce/
http://rcorreia.com/woocommerce/woocommerce-automatically-set-order-status-payment-received/Be careful with these changes and test them extensively, not all (other) plugins work in the same way if you change he default order status or the order of the statuses.
Kind regards
DavidForum: Plugins
In reply to: [Mollie Payments for WooCommerce] Order receiving even payment failedFinished all the changes, see the issue for details. Preparing the update for release now.
https://github.com/mollie/WooCommerce/issues/206Thank you so much!
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Order receiving even payment failedExpecting to push an update today or tomorrow.
I’m considering a solution where the plugin always updates the title of that page and adds a message that is easier to find for customers (example in orange):
https://monosnap.com/file/Gq5VLdCDI7wGNiYPRJy3ZiL7O2ijaY.pngFeedback is always welcome 🙂
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Communicating with mollie failedThank you @webstijlen.
@frank-van-leeuwen please let me know if that helps, otherwise please review this FAQ and let me know if that helps.
https://github.com/mollie/WooCommerce/wiki/Common-issues#no-status-updates-and-extended-testing-manual
https://github.com/mollie/WooCommerce/wiki/Common-issues#no-status-updates—wp-spamshield
https://github.com/mollie/WooCommerce/wiki/Common-issues#status-not-updated-on-godaddy-serversForum: Plugins
In reply to: [Mollie Payments for WooCommerce] Failed payment creates no failed orderHi fawadinho,
In WooCommerce Subscriptions it’s possible for a shop-customer to manually renew a failed subscription, but that’s only possible when the status is On-Hold, not Failed. That’s why that status is used, I believe this is default behaviour for WooSubs.
https://docs.woocommerce.com/document/subscriptions/failed-payment-retry/
https://docs.woocommerce.com/document/subscriptions/renewal-process/It should be possible to change the status via a code snippet, if you want to change the flow.
Kind regards
DavidForum: Plugins
In reply to: [Mollie Payments for WooCommerce] Order receiving even payment failedIt’s a known issue, not really a bug but something that should be implemented more clearly. Please follow this tread:
https://github.com/mollie/WooCommerce/issues/206Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Security deposits?Hi Edo
Thank you!
This isn’t possible by default. I would suggest using WooCommerce Subscriptions, and their Sign-up fee feature, something like this:
https://monosnap.com/file/MJQjuVSNDfvEPQoDPT8LRTC3bjrXKL.pngIt might be a bit easier with Paytium to do, but this is without WooCommerce and you’ll need to email me for the latest version (current version has a conflict with the WooCommerce Mollie plugin):
https://www.paytium.nl/handleiding/recurring-payments/#afwijkende-eerste-betaling-vanaf-paytium-21Kind regards
DavidI tried creating a similar situation as you described but can’t get it to fail. Could you perhaps add a screenshot of your exact snippet?
Have you tried not using ” in the variables, that works for me. WAs there a special reason you added the qoutes?
Hi Max
Thank for reaching out!
How many snippets did you have on that site? It might be related to another issue. I’m not sure what is causing this issue, it might be the known max_input_vars issue which we will fix in one of the next versions.
What is the max_input_vars in your php.ini, and can you double it (from 1000 to 2000 for example)? If you don’t know how to find this, you can ask your hoster.
Kind regards
DavidOrders aren’t failing because of this, they are failed and the error is shown because the failed webhook is called.
To fix the error, around line 712 in that file:
wp-content/plugins/mollie-payments-for-woocommerce/includes/mollie/wc/gateway/abstractsubscription.phpChange that to:
https://gist.github.com/davdebcom/cdf8015a9b956620e05d01dcca4ca0e6It will also be in the update planned for next week.
Do you have WooCommerce Subscriptions installed? No, right?
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Refund details in WooCommerce EmailHi Harish
I assume you are referring to the “18” under “Payment method”. I just tested and in the default template’s it’s converting to “Refund” for me as expected. Can you check the (custom) templates of your WooCommerce install to make sure it’s not happening because of a custom change?
Kind regards
DavidDank je wel voor de mooie review!