After the last update, the interval options are suddenly showing ‘- €’ at the frontend:
Maandelijks – €
Jaarlijks – €
This is the code:
[paytium_subscription interval=”1 months” times=” optional=”true” optional_label=”1. Periodieke gift (incasso)? Bij ‘nee’ is je gift eenmalig.” interval_label=”2. Kies je periode (alleen bij incasso)” interval_options=”1 months, 12 months” /]
This looks very strange, because there will never be a value behind the Euro sign, because we are not using interval_options.
]]>Hello,
I am currently using the Paytium plugin to set up subscription payments on my WordPress site. I have connected my account with Mollie and implemented the following shortcode:
[paytium name=”Website Maintenance Subscription” description=”Website maintenance service” amount=”50.00″ recurrence=”3 months” button_label=”Order website maintenance” button_style=”background-color: #e65616; color: #ffffff; border: none; padding: 10px 20px; border-radius: 5px; font-size: 16px;”][paytium_field type=”text” label=”Full Name” placeholder=”Enter your full name” required=”true” /][paytium_field type=”text” label=”Website Address” placeholder=”Enter your website address” required=”true” /][paytium_field type=”email” label=”Email Address” placeholder=”Enter your email address” required=”true” /][/paytium]
I would like to confirm whether this setup is correct for processing recurring payments of €50 every three months. Additionally, I want to ensure that customers are not required to create a Mollie account to complete the subscription process.
Could you please advise if this configuration is appropriate and if there are any additional steps I need to take to ensure the subscription payments function correctly?
Thank you for your assistance!
]]>After installing the update 4.4.8. I got a critical error:
Een fout van het type E_ERROR werd veroorzaakt op regelnummer 66 van het bestand /home/deb127079/domains/[mysite]/wp-content/plugins/paytium/libraries/Mollie/vendor/composer/autoload_real.php
I do hope this can be solved soon.
]]>Het lijkt er op alsof mijn paytium/mollie installatie niet is afgerond, terwijl ik wel de test en live api keys heb ingevuld. Ook Mollie is volledig afgerond. Echter krijg ik (in test) geen email van de bestelling.
Bij installatiehulp blijft de vraag komen of ik een mollie account heb. Ik klik dan “ik heb al een account”, mijn api keys zijn al ingevuld en ik klik door.
Dan gaat hij automatisch naar stap 3 (stap 2 “site profiel”) slaat hij over.
STap 3 (testbetaling) geeft een groen scherm “er is een testbetaling gevonden”
STap 4 betaalformulier; dit heb ik gemaakt, zie :
]]>I think since version 4.4.2 (maybe before), if you add checkboxes such as these ones (source from doc here https://www.paytium.nl/handleiding/flexibele-bedragen/), when ticking a checkbox, the total amount is not recalculated:
[paytium name="Formulier naam" description="Product naam" button_label="Bestelling plaatsen"]
[paytium_field type="checkbox" label="Bedragen checkbox" options="70/80/90" options_are_amounts="true" tax="21" /]
[paytium_total /]
[/paytium]
Thanks!
]]>Als ik de betalingen vanuit de backend van mijn website wil exporteren krijg ik de volgende foutmelding:
‘Er heeft zich een kritieke fout voorgedaan op deze site. Controleer je site beheerder e-mail inbox voor instructies.’
De foutdetails zoals ik die per mail krijg zien er als volgt uit:
Foutdetails
===========
Een fout van het type E_ERROR werd veroorzaakt op regelnummer 339 van het bestand /home/u799214241/domains/buurgondisch.nl/public_html/wp-content/plugins/paytium-plus/features/export-payments.php. Foutmelding: Uncaught Error: Call to undefined function pt_get_parameters_meta() in /home/u799214241/domains/buurgondisch.nl/public_html/wp-content/plugins/paytium-plus/features/export-payments.php:339
Stack trace:
#0 /home/u799214241/domains/buurgondisch.nl/public_html/wp-content/plugins/paytium-plus/features/export-payments.php(71): PT_Exporter->get_data()
#1 /home/u799214241/domains/buurgondisch.nl/public_html/wp-content/plugins/paytium-plus/features/export-payments.php(533): PT_Exporter->export()
#2 /home/u799214241/domains/buurgondisch.nl/public_html/wp-includes/class-wp-hook.php(324): Paytium_Export_settings->check_actions()
#3 /home/u799214241/domains/buurgondisch.nl/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#4 /home/u799214241/domains/buurgondisch.nl/public_html/wp-includes/plugin.php(517): WP_Hook->do_action()
#5 /home/u799214241/domains/buurgondisch.nl/public_html/wp-admin/admin.php(175): do_action()
#6 {main}
? thrown
Hoe los ik dit op?
Good morning,
Today we’ve a cancellation to a subscription to our website. Previously there was Metabox showing up in the back-en where we could take care of this. Somehow this metabox isn’t there anymore. Can you please help me out?
Ps. name website is in Dutch, we have a website in English with the same theme and plugins running, at that website everything seems to work just fine.
]]>How do you change the currency from EUR to GBP?
]]>Hallo,
Enig nieuws wanneer de plugin wordt vrijgegeven? Ik heb gezien dat er een veiligheidsupdate zou zijn (4.3.7), maar die kan niet ge?nstalleerd worden.
Een aantal dagen geleden heb ik per e-mail een pre sales vraag gestuurd naar het support e-mailadres van Paytium. Omdat ik nog geen antwoord heb gekregen maak ik me zorgen over in hoeverre er nog support is. En ook of Paytium dan wel de juiste weg is voor mijn klant. Ik hoor graag van het supportteam van Paytium.
]]>I have three ways to give a donation on my site. Users are giving consent for a renewal after one year.
This all works, but the e-mails that I have put in my form are not sending.
Other e-mails from other forms on the same website do send. The e-mail ID’s I used are available and active.
[paytium name="Vriend van Fronik Zilver" description="Zilveren donatie"]
[paytium_subscription interval="12 months" times="" /]
[paytium_field type="label" label="Ik word Vriend van Fronik ZILVER en doneer jaarlijks:" amount="25" /][paytium_total label="" /]
[paytium_field type="firstname" label="Voornaam" required="true"/]
[paytium_field type="lastname" label="Achternaam" required="true"/]
[paytium_field type="email" label="E-mail" required="true" newsletter="mailchimp" newsletter_label="Ik meld me aan voor de nieuwsbrief" /]
[paytium_field type="text" label="Straatnaam" required="true" /]
[paytium_field type="text" label="Huisnummer" required="true" /]
[paytium_field type="text" label="Postcode" required="true" /]
[paytium_field type="text" label="Plaatsnaam" required="true" /]
[paytium_field type="terms" label="Ik geef toestemming voor een jaarlijkse automatische incasso en ik accepteer de algemene voorwaarden" link="https://www.fronikboerderij.nl/wp-content/uploads/2018/10/2018-10-01_Vriend-van-Fronik-Algemene-Voorwaarden.pdf" required="true" /]
[paytium_button label="DONEER €25/per jaar" /][paytium_emails id="2075, 2074, 2318, 4505" /]
[paytium_redirect status="failed" page_id="2147"]
[paytium_redirect status="expired" page_id="2158"]
[paytium_redirect status="paid" page_id="1094"]
[/paytium]
]]>
Hi,
Amount is not showing decimal numbers.
Wp version: 6.0
[paytium name="Formulier naam" description="Betaling" button_label="Betalen" amount="9,50"]
Goedemiddag,
We gebruiken nu 2 jaar mollie form om donaties op te halen.
We hebben sinds kort ook SEPA-incasso (dit is inmiddels goedgekeurd door mollie).
Echter kan ik de betaalmethode niet toevoegen op de site.
Ik heb 5 andere betaal methode toegevoegd en deze zijn ook zichtbaar maar de SEPA-incasso zie ik er niet tussen staan.
Kan ik zonder een nieuwe plugging te moeten gebruiken ook de SEPA-incasso toevoegen op onze site. Het is een non profit stichting en het is van belang dat we het niet te ingewikkeld maken voor onze donateurs.
Bedankt.
Mvg
Ouss
Goedendag,
Binnen hoeveel dagen mag je een reactie van [email protected] verwachten? Ik heb geen haast, maar vind het altijd wel fijn om te weten waar ik aan toe ben.
Gr,
Jeroen
Na betaling in de testmodus, is mijn formulier verdwenen en krijg ik alleen de melding te zien”Bedankt voor de betaling; de status is: betaald.”. Weet iemand wat ik mogelijk fout gedaan zou kunnen hebben.
]]>Ik heb Paytium Plus en probeer om na een betaling de ingevulde velden door te sturen naar Mailchimp.
In Mailchimp ontvang ik wel telkens de naam, voornaam en het emailadres. De “custom” velden komen nooit aan in Mailchimp wat ik ook probeer. Heb nu al de code uit de voorbeelden van de Paytium website gehaald, deze aangepast en ben er zeker van dat de “custom” velden bestaan in Mailchimp, ook de koppeling naar mailchimp werkt want de standaard velden worden wel ingevuld.
Iemand enig idee wat hier fout loopt; zie code hieornder:
`[paytium name=”Formulier naam” description=”Product naam” amount=”10,00″]
[paytium_field type=”firstname” label=”Voornaam” default=”David” /]
[paytium_field type=”lastname” label=”Achternaam” default=”de Boer” /]
[paytium_field type=”email” label=”Email” required=”true” newsletter=”mailchimp” newsletter_hide_checkbox=”true”
newsletter_after=”true” /]
[paytium_field type=”text” label=”Custom Field” **mc_custom_field**=”MMERGE5″ /]
[/paytium]
Alvast bedankt,
Karim
Hi,
I just saw today that David was passed last year, what a very unfortunate news was that.
Around that time previous year I had asked him, not knowing he had such an illness, to stop the subscription. Today I saw the subscription is again collected.
I have send an email to [email protected] about it and also attached a copy of my mail from previous year.
But my question is, is someone still handling these emails?
Many thanks!
]]>Hello
I have read the statement this plugin will continue to be maintained after the author’s unfortunate passing. But this forum appears quite unresponsive.
Im considering a paid version, but is the email support as unresponsive as the forum?
Thank you
]]>Hi!
Is it possible to adda small handling fee to calculate on top of the amount to be payed?
Thanks
]]>Hallo, ik gebruik Ultimate Member om leden te registreren. Na registratie kan men dan een abonnement afsluiten of eenmalig een aankoop doen. Nu wil ik voor betalende leden een pagina maken waarin zij inzicht en dus overzicht hebben op de door hen uitgevoerde betalingen.
In de handleiding van Paytium wordt vermeld dat dit kan met de plugin User Meta.
(On)handige gebruikers/website bouwer die ik ben, lukt het mij toch niet om hiermee de betaalgegevens op de gewenste pagina te krijgen.
Heeft iemand voor mij een gedetailleerd voorbeeld van de codes die ik kan gebruiken om mijn doel te bereiken. Liefst in kolomvorm waarin op regelniveau dan staat: naam, betaaldatum, bedrag, betaal ID, start verhaalbetaling. einddatum abonnement etc.
Zou geweldig zijn als iemand mij dus een mooie oplossing kan aandragen, alvast bedankt!
]]>Hello,
The payment and order status of an iDeal payment is reflected in the Paytium emails by means of the tags {payment status} and {order status}. The processed payment is displayed in Dutch as “paid”. However, the statuses Processing and Completed are in English: Processing and Completed. How can I ensure that all statuses are displayed in Dutch?
Thank you in advance for your help
Hello, who can help me?
I have built a contact form via Paytium (not a payment form), because this contact form fits better within the entirety of the other Paytium payment forms.
Now I would also like to include Recaptcha in the contact form.
How do I do that ? Does anyone have experience with this or any script that I can use in the form…?
Thank you in advance for thinking along or offering a solution.
Has anyone tested Paytium with WordPress 5.6. already, does it still work?
]]>Hoe kan je de diverse opties bij een subscription een apart label geven (per maand, per kwartaal, per jaar)
[paytium name="Formulier naam" description="De Focus Club Membership - Basis" button_label="Aanmelden"]
[paytium_field type="name" label="Volledige naam" /]
[paytium_field type="text" label="Straat + huisnummer" required="true" /]
[paytium_field type="postcode" label="Postcode" required="true" /]
[paytium_field type="text" label="Woonplaats" required="true" /]
[paytium_field type="email" label="E-mail" required="true" /]
[paytium_field type="text" label="Bedrijfsnaam (indien van toepassing)" required="false" /]
[paytium_field type="text" label="KVK Nummer (indien van toepassing)" required="false" /]
[paytium_field type="text" label="BTW ID (indien van toepassing)" required="false" /]
[paytium_field type="terms" label="Ik ga akkoord met de algemene voorwaarden en privacyverklaring" link="https://ontdekjebestemming.nl/voorwaarden/" required="true" /]
[paytium_subscription interval="3 months" interval_label="Selecteer de gewenste betaaloptie" interval_options="1 months, 3 months" interval_amounts="39,93/119,79" interval_options_label="per maand, per kwartaal" times="" tax="21" /]
[paytium_total label="Betaling (incl. BTW)" tax="21" /]
[/paytium]
]]>
We put several (different) Paytium forms on one page but when we fill in one form we get the message that all forms have been fulfilled.
How can we avoid this?
]]>Hi, who can help me with the following problem? I use the plugin Paytium (for iDeal payments) and Supsystic Table (for searchable tables). Activating Paytium causes 2 orange bars in the Supsyistic tables. Check out the preview or my website: [redundant URL removed]
I want the orange color to disappear and before that the normal color of the table returns. How and where can I solve this myself? Thanks in advance! Fred Fleury.
Paytium veroorzaakt oranje storende balk op pagina met tabel vanuit andere plugin. Heb al in de coderingen van Paytium gezocht of ik dit zelf kon oplossen. Niet dus. Herkend iemand dit probleem en heb je hier de oplossing voor mij (anders dan Paytium deactiveren vanwege slechte support?).
]]>Paytium is the solution for iDeal Payments on WordPress and for Mollie donations. David de Boer was the developer of this plugin. He continuously strived to improve the product with the customer’s convenience in mind.
David passed away on July 22, 2020, shortly after he was diagnosed with a brain tumor.
The business of Chill Creations & the Paytium plugin will be continued by his family, supported by WordPress specialists. We are dedicated to build-on and preserve the legacy of David and count on your continued support. You may rest assured that we will continue to provide the high support standard that our customers are accustomed to.
For all your questions and observations please do not hesitate to e-mail our Paytium team at [email protected]
– Femke
]]>Beste,
Paytium Pro lijkt een conflict te hebben met Elementor.
Hierdoor werken bepaalde functionaliteiten zoals bv de statistieken niet.
Ik heb (tijdelijk) geen andere plugins draaien. Het thema dat ik gebruik is Astra.
Kunnen jullie mij helpen?
Vannacht heeft Paytium vanuit WordPress aan alle klenten die ooit iets betseld hebben een lege e-mail gestuurd. Heeft iemand een idee hoe dit kan en hoe ik dit kan voorkomen?
Alles is verder up-to-date, maar ik vind dit wel een beetje raar.
Hopelijk kan iemand me helpen?
]]>