davdebcom
Forum Replies Created
-
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Redirect to websiteHi Ilonashu
Happy to hear you managed to create a workaround!
Kind regards
DavidHi ilonshu,
Mollie doesn’t have an option to only register the payment method (IBAN details or creditcard details), so to automatically process the payment after the trial you will need a payment upfront. What you could do is set the first payment to €1 (sign-up fee), that would verify the payment method, and set the free trial to whatever you want with the renewal payment being the full amount to be charged after that.
Does that make sense?
Kind regards
DavidGreat! This fix will be in the next update!
These updates and fixes have now been released in Paytium 1.5.1.
Forum: Plugins
In reply to: [Paytium: Mollie payment forms & donations] TargetPay + PaytiumHi Andries
No, at the moment Paytium only supports Mollie.com, which I can highly recommend.
Regards
DavidI might have found the culprit. Are you familiar with FTP and basic PHP?
In your site go to:
wp-content/plugins/mollie-payments-for-woocommerce/includes/mollie/wc/gateway/abstractsubscription.phpAround line 32 in function initSubscriptionSupport, add
'subscription_amount_changes',so the entire block becomes something like$supportSubscriptions = array( 'subscriptions', 'subscription_cancellation', 'subscription_suspension', 'subscription_reactivation', 'subscription_amount_changes', 'subscription_date_changes', 'multiple_subscriptions', );Can you do that? Does that resolve your issue?
Hi dgtlpk,
working on this now.
Have you enabled “Allow Switching” and with what option in WooCommerce > Subscriptions > Switching? A screenshot of that page would be helpful (see monosnap.com if you need a tool).
Are you using grouped products?
Are you using WooCommerce Subscriptions 2.2.6?Kind regards
DavidHi Helmi
I noticed I sent you the incorrect beta which did not include the new functionality for Paytium Links! My bad, please use this latest version:
https://monosnap.com/file/wbQxF8YyY9Qqhy1W3muO2cEiZmOEbW
If you just want to fill the form use
[paytium_links /], if you want to automatically redirect after filling the form use[paytium_links auto_redirect /].If you have any questions, feel free to ask!
Kind regards
DavidForum: Plugins
In reply to: [Paytium: Mollie payment forms & donations] 403 error?Ha, just noticed the 403 comes when the webhook URL is called, I’ll research this and get back to you!
First, it looks like your editor adds pretty ” but you need the straight ones. Use this code:
[paytium name="test" description="Bestellung" button_label="jetzt bezahlen"] [paytium_links /] [paytium_amount label="Bestellbetrag" default="" /] [paytium_field type="text" label="Name" required="true" /] [paytium_field type="email" label="Email" required="true" /] [paytium_total label="Gesamt " /] [/paytium]The code [paytium_links /] should be shown indeed, are you using the latest beta which I sent you per email?
https://monosnap.com/file/LfxM9SLY1oAyv8fNXgUZggKXL2UtGtCan you use “amount” instead of Bestellbetrag? I’ll update that in the manual.
domain.com/?Amount=499&Name=test&Email=test@test.deThat works for me:
http://188.166.21.31/helmi/?Amount=499&Name=test&Email=test@test.deLook forward to hearing from you,
Kind regards
DavidForum: Plugins
In reply to: [Mollie Payments for WooCommerce] Redirect to websiteHi ilonashu,
Did you eventually email? What’s the status of your request?
Kind regards
DavidHi everyone,
Did you manage to fix this issue? What happened?
Kind regards
DavidHi dgtlpk
Let me check this out and get back to you!
Kind regards
DavidHi ilonashu
I am pretty sure that using SEPA Direct Debit payments is no longer possible directly via the payments screen. You should have received an email from Mollie about this around March 30th and April 25th. If you didn’t receive that, email me on david@paytium.nl and I’ll forward the one I received to you.
Kind regards
DavidForum: Plugins
In reply to: [Mollie Payments for WooCommerce] Support for recurring paymentsFor future reference and Google-visitors: yes, the current version of the plugin supports recurring payments!