Petra Blankwaard
Forum Replies Created
-
Forum: Plugins
In reply to: [GF Mollie by Indigo] Price not same with form totalHi Manun1213 & DapaminSX,
We have reviewed your form and we can also observe something odd in your form. But when we try to reproduce this by using our own formulas everything is fine.
I am almost sure that it is related to the way you are doing your equations in the form. Please look at https://docs.gravityforms.com/using-calculations/ and make sure that you follow all guidelines there. You can even check that there is something wrong in your calculations if you observe the entries for your form. For example, the entry with ID 18 had an order total of 3.819.541,76 and a totalpriceplusBTW of 620,88.
I would strongly recommend that you rebuild your calculation logic. Don’t use products and quantities if you are only using them as input for your calculation. In those cases, number fields are the way to go.
It would make a lot more sense to use the product fields only for tax and total amount. Then use the gravityforms total field for the amount to be send to Mollie.
Best Regards, Petra
Forum: Plugins
In reply to: [GF Mollie by Indigo] Price not same with form totalHoi,
Ik had gevraagd om WP + (s)FTP toegang maar die heb ik nog niet ontvangen.
Gr. Petra
Forum: Plugins
In reply to: [GF Mollie by Indigo] Price not same with form totalI have no clue. Please provide WP + FTP credentials via email: info[at]indigowebstudio.nl
Thx, Petra
Forum: Plugins
In reply to: [GF Mollie by Indigo] Price not same with form totalHi mamun1213,
I checked your form and noticed you use formulas & VAT. Please check your formulas for the calculation and also the currency setup.
Best Regards, Petra
Forum: Plugins
In reply to: [GF Mollie by Indigo] Identification DescriptionHi Madhuka, Florian,
I explained the workflow here:
https://wordpress.org/support/topic/very-nice-1237/Let me know if you have any questions!
Petra
Forum: Reviews
In reply to: [GF Mollie by Indigo] Very niceHi Madhuka,
You can already achieve this right now. All you have to do is to create multiple payment feeds for your form and use the conditions under Other Settings. You can find Other Settings on the feed settings page. Enable Conditional logic

Now use your custom field and the condition that should trigger usage of this feed
Cheers, Petra
- This reply was modified 7 years, 4 months ago by Petra Blankwaard.
- This reply was modified 7 years, 4 months ago by Petra Blankwaard.
- This reply was modified 7 years, 4 months ago by Petra Blankwaard.
Forum: Plugins
In reply to: [GF Mollie by Indigo] Mails meldingen/notificaties komen niet binnenHoi Arjanne, dat is aannemelijk dat er dan geen mail binnenkomt. Beter om te testen als er wel een domein is gekoppeld.
Gr. Petra
Forum: Plugins
In reply to: [GF Mollie by Indigo] Mails meldingen/notificaties komen niet binnenHoi,
Kan het zijn dat er een afzender e-mailadres is ingesteld dat afwijkt van de domeinnaam? Dus dat de afzender niet geautoriseerd is om vanaf dat domein of die server mail te versturen? Zoiets komt voor als op een eigen domein als afzender een Hotmail of Gmail adres wordt ingesteld. Kun je als afzender eens een ander adres gebruiken?
Gr. Petra
Forum: Plugins
In reply to: [GF Mollie by Indigo] Betaling mislukt/geannuleerdHoi bondjack,
Is het een optie om de link naar de PDF in de bevestiging te zetten van een succesvolle betaling? Kiosk / greenfees ken ik niet dus weet niet precies hoe dat werkt. De GF Mollie plugin wordt op zich van uitbreidingen voorzien maar alleen als daar genoeg vraag naar is.
Gr. Petra
Forum: Plugins
In reply to: [GF Mollie by Indigo] Webhook error 500Hi,
I think it’s best that you send FTP & WP credentials to info[at]indigowebstudio.nl so that we are able to have a look?
Ciao, Petra
Forum: Plugins
In reply to: [GF Mollie by Indigo] Return URL customizationThat’s good news Stephen! Thanks for the update 🙂
Ciao, Petra
Forum: Plugins
In reply to: [GF Mollie by Indigo] Return URL customizationHi Stephen,
We think that it is already possible to override redirect url to fit your needs by using the gf_mollie_return_url filter. When you add a filter to your theme’s functions.php like the one below it should be possible to do any modification you desire with the url.
add_filter( ‘gform_mollie_return_url’, ‘custom_gf_mollie_return_url’, 10, 4 );
function custom_gf_mollie_return_url( $url, $form_id, $lead_id, $query ) {
$pageURL = GFCommon::is_ssl() ? ‘https://’ : ‘http://’;
$pageURL .= $_SERVER[‘HTTP_HOST’] . $_SERVER[‘REQUEST_URI’];$ids_query = “ids={$form_id}|{$lead_id}”;
$ids_query .= ‘&hash=’ . wp_hash( $ids_query );$url = add_query_arg( ‘gf_mollie_return’, base64_encode( $ids_query ), $pageURL );
return $url;
}Please let us know if this solution works for you.
Forum: Plugins
In reply to: [GF Mollie by Indigo] updatesHoi,
Er is een optie ingevoegd op 1 standaard feed te gebruiken voor alle formulieren en alleen een afwijkende feed te koppelen aan een formulier als er een afwijkende is. Dat is makkelijk als je (zeg) 20 formulieren hebt zodat je niet 20 keer de feed hoeft in te voeren.
Gr. Petra
Forum: Plugins
In reply to: [GF Mollie by Indigo] Return URL customizationHi Stephen,
We will have a look (this week) and let you know the solution. Looks like an easy adjustment so I expect a small update soon 🙂
Ciao, Petra
Forum: Plugins
In reply to: [GF Mollie by Indigo] Betaling mislukt/geannuleerdTopic gesloten
