Petra Blankwaard
Forum Replies Created
-
Forum: Plugins
In reply to: [GF Mollie by Indigo] Return URL succesful/failed paymentHi,
These shortcodes are meant to be used in the confirmation message tab not on the redirected page. I know this is not exactly what you asked for but you could use those shortcodes to display different messages depending on the payment status.
We currently don’t have a solution for a redirect to separate pages and we also don’t have any plans to add such a feature in the near future.
Ciao,
Petra
Forum: Plugins
In reply to: [GF Mollie by Indigo] How to use gform_mollie_payment_retreived ?Hi,
I think the best way to get support for custom solutions is to send an email to info[at]indigowebstudio.nl.
Ciao, Petra
Forum: Themes and Templates
In reply to: [iFeature] Update to v7.1 breaks siteSame here, we can’t update the theme because it breaks the site.
Ciao, Petra
Forum: Plugins
In reply to: [GF Mollie by Indigo] Other then product fieldsHi Dave,
Using product/pricing fields is dictated by Gravity Forms. That just the way payment gateways are set up by default.
But calculations are also possible in such fields. Just add a product field and use the “field type” drop down in the general settings tab of the product field to set the field type to “calculation”.
Once you have done that, you can use the Formula input in that field to do any type of calculation you desire. You can als use values from other fields. Those other fields do not need to be product fields.
Forum: Plugins
In reply to: [GF Mollie by Indigo] Other then product fieldsHi Dave,
That’s possible! Please have a look at this threat:
https://wordpress.org/support/topic/aanbetaling-deposit/Does that meet your preferred setup?
Ciao, Petra
Forum: Plugins
In reply to: [GF Mollie by Indigo] Paid status is not returnedHi Willem,
It seems highly unlikely that the last update causes this problem but there is an easy way to test this. You can download the previous version at https://wordpress.org/plugins/gf-mollie-by-indigo/advanced/ (dropdown at the bottom of the page).
Please let us know the result.
Petra
Forum: Plugins
In reply to: [GF Mollie by Indigo] Add option to get used payment methodHi Menno,
We released the update today.
Ciao,
PetraThanks! I can confirm that its solved now
Forum: Plugins
In reply to: [GF Mollie by Indigo] Termijn bancontactHoi Arthur,
Ik heb geen reactie meer gezien en gok dat je vraag met de vorige reactie is beantwoord. Ik sluit dit draadje af.
Gr. Petra
Forum: Plugins
In reply to: [GF Mollie by Indigo] Payment status “Processing” thread 2No follow up received & not related to our plugin -> thread closed.
Forum: Plugins
In reply to: [GF Mollie by Indigo] Factuurnummer –Hoi, ik heb geen reactie meer gezien en ga er vanuit dat je je gewenste aanpassing hebt kunnen realiseren met mijn eerdere uitleg. Ik zal dit draadje lsuiten.
Gr. Petra
Forum: Plugins
In reply to: [GF Mollie by Indigo] Aanbetaling / DepositHoi Coen, ik heb geen reactie meer ontvangen dus ik ga er vanuit dat je issue is verholpen. Ik sluit deze thread.
Gr. Petra
Forum: Plugins
In reply to: [GF Mollie by Indigo] Align € signHoi Daniel,
In de veelgestelde vragen sectie van deze plugin is een uitleg toegevoegd waarmee je de tekst in de bedanktpagina dynamisch kunt maken, afhankelijk van de betaalstatus. Je vindt de uitleg onderaan deze pagina:
https://www.indigowebstudio.nl/gf-mollie-by-indigo/gf-mollie-by-indigo-faq/Gr. Petra
Forum: Plugins
In reply to: [GF Mollie by Indigo] Add option to get used payment methodHi Menno,
We added a gform_mollie_payment_retreived action in version 1.11.1
Ciao,
PetraForum: Plugins
In reply to: [GF Mollie by Indigo] Bug: Conflict with other Mollie API pluginHi,
We released a new version with an option that allows you to disable loading of the Mollie API. You can use the following filter in your own plugin or functions.php of your childtheme
add_filter( ‘gf_mollie_load_api’, ‘__return_false’ );
Petra