davdebcom
Forum Replies Created
-
Forum: Plugins
In reply to: [Paytium: Mollie payment forms & donations] Add post_type settingHi
Thanks for your suggestion, I’ll consider it! But I don’t want to have many options that people need to go threw, so it might just be better as a developer-only fix.
Kind regards
DavidForum: Plugins
In reply to: [Paytium: Mollie payment forms & donations] Price dropdown extra featureHi
thank you for all your suggestions!
I’m not sure I understand this one? Do you mean you want to show extra text in the dropdown? That’s possible already, example
options="€50 Text/€100 Text". Or isn’t that what you mean?Kind regards
DavidHi @veerawong
Please see my example, use that as basis and extend it with whatever you require for your script. The example already shows the usage of
new Mollie_API_Client
https://gist.github.com/davdebcom/8e5c39c30f87b2a77a18b2644d893365The API key is stored as a WordPress option. So you could also get it directly with ID mollie-payments-for-woocommerce_live_api_key or mollie-payments-for-woocommerce_test_api_key.
If you need more details, check out these files:
mollie-payments-for-woocommerce/includes/mollie/wc/gateway/abstract.php
mollie-payments-for-woocommerce/includes/mollie/wc/helper/settings.phpKind regards
DavidYes, sure, go ahead!
Hi @veerawong,
The IBAN details are stored in the payment in the Mollie API. They aren’t stored in WordPress itself, but you can use the payment ID (which is stored) to get other details.
So:
https://www.mollie.com/nl/docs/reference/payments/getScroll down to “Payment method specific details”.
A quick example:
https://gist.github.com/davdebcom/8e5c39c30f87b2a77a18b2644d893365Let me know if you need more assistente,
Kind regards
DavidHi
It works for me, does your snippet look like this:
https://monosnap.com/file/r820ufk5EM3F1PafYaSQFOwiRbK5mH.pngFor me the shortcode is then [image-url]. Doesn’t something similar work for you?
Sorry for the late reply by the way, I took over this plugin but don’t get support notifications yet 🙂 See http://www.postsnippets.com
Kind regards
DavidHi Joko
Feel free to email me on david@paytium.nl so I can help you investigate what’s going on! I might be able to find the cause a lot faster.
Kind regards
DavidDank je wel, Kees!
Hi Joko
Any further progress? Anything I can help you with?
Kind regards
DavidHi Joko
Not all of Paytium’s javascript files are loaded. Specifically
wp-content/plugins/paytium/public/js/public.jsPlugins that minimize javascript can cause this, are you using any of those? Or W3TOTALCACHE? Sometimes themes will lso do this, you can check the settings to be sure.
This FAQ describes the same issue at another plugin:
https://www.redsandmarketing.com/plugins/wp-spamshield/troubleshooting-guide/?step=09#step_09Let me know if this helps, I’m ready to help you fix it!
Kind regards
DavidHaha, that would be great 🙂
We discussed the various issues, most are intended behaviour, one seemed to be a bug which will be fixed in the next update.
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Menu not editable?The issue seems to be caused by “Conditional Payment Methods for WooCommerce”, which used a javascript function or library that causes the error “”uncaught reference error columns is not defined”. The Mollie plugin doesn’t use it, but because that other plugin handles payment plugins it looks like the Mollie plugin was causing the issue.
Thank you, replied just now!
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Menu not editable?You are referring to Appearance > Menus?
It works perfectly on my development site. So it seems to be specific to your site. Could you email me at mollie@paytium.nl so we can discuss further?