davdebcom
Forum Replies Created
-
Forum: Plugins
In reply to: [Paytium: Mollie payment forms & donations] Get [paytium_content] workingSounds like you are using it in the correct way, but maybe the update to 3.0.0 beta failed? Can you check that 3.0.0 is active in Plugins > Installed plugins?
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Customer does not have a valid madate?I installed the new version and am still awayting payment but seeing your initiation data. I think I will wait for a couple of days before asking the support again (mine initiated Nov 30th).
A tip: if your renewal order contains an order note “SEPA-payment created” or something similar, then it’s working, otherwise it’s not. Looks like this:
http://take.ms/DvKTHForum: Plugins
In reply to: [Mollie Payments for WooCommerce] SEPA – auto renewal & first paymentHi @schneitzl
As far as I understand with this plugin we need to have a first payment with an 3rd party payment provider (like Sofort or iDeal), before we can use SEPA?
Yes.
Is this correct or is there a way how we can use directly SEPA payments for recurring payments?
You can also create mandate via the API if you already have IBAN details for the customer:
https://docs.mollie.com/reference/v2/mandates-api/create-mandateIn our case: The first payment does NOT go through WooCommerce.
So what do we need to send to the WooCommerce subscriptions API to actually automatically renew the subscription?If we create the customer + mandate + subscription on a different server, what do we need to provide so we can add a the recurring payment in WooCommerce of the existing user?
This would require custom coding. This script might help and give you a basic idea:
https://github.com/mollie/WooCommerce/wiki/Importing-subscriptionsYou will need to create the customer, mandate and subscription in WooCommerce and then it will be automated after that. This is not an easy task, it takes an experienced developer to set it up.
If you would like me to provide some more ideas or feedback, please explain a bit more about your situation.
Kind regards
DavidForum: Plugins
In reply to: [Mollie Payments for WooCommerce] Veld Omschrijving verdwenen in 5.0.6Hoi Luciano
Dit klopt, het is niet meer mogelijk deze aan te passen in de nieuwe Mollie API (Orders API). Ik zal het in de screenshots ook updaten binnenkort.
Met vriendelijke groet
DavidLet’s figure this out!
IF you go to the order, and look at the order notes, does the id start with tr_ or ord_?
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Customer does not have a valid madate?@patrickbcm That is the correct message, so I think it should go correctly now. SEPA payments can take a few working days before they are confirmed.
@goizz Thanks!
Looks like good news guys/galls, thanks for reaching out!
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Customer does not have a valid madate?Hi Gijs and Patrick,
Please re-try the payment with this version and let me know if that helps:
http://take.ms/yLoMKKind regards
DavidForum: Plugins
In reply to: [Mollie Payments for WooCommerce] Internal Server Error (500)Both these plugins use the Mollie PHP API. And because you are using an old version of Mollie Forms, it uses an old version of the Mollie PHP API. Therefor the WooCommerce gateway can’t find the correct functions as they are not included in that old version. Updating Mollie Forms should solve this.
WordPress doesn’t have a way to set dependencies for API clients or frameworks, so you need to keep them all on the same version or not use both plugins with different versions. WordPress doesn’t support Composer (for example) by default.
If you find this interesting, read more about ti herE:
https://deliciousbrains.com/dependency-management-wordpress-proposal/If you have more questions, feel free to send me a message!
Kind regards
DavidThis should be fixed in this beta:
http://take.ms/K7QYTCould you try with attached version? To install follow the below instructions.
De-activate current plugin, remove current plugin, install and activate new plugin.
Always create a website backup first!Also remove the browser cache to be sure that you are loading the new code:
http://www.wikihow.com/Clear-Your-Browser%27s-CacheI’m not sure what log messages you are referring too, but I did make changes so I think so.
By the way, it might be solved in a previous fix. If you care/dare to use a beta version > http://take.ms/abUuk
Hi Marc
Could you share the error logs for that day?
WooCommerce > System status > Logs > mollie-payments-for-woocommerceKind regards
DavidForum: Plugins
In reply to: [Mollie Payments for WooCommerce] Remove Checkout FieldsThank you, that information helps. Can you try this beta version and let me know if that helps?
http://take.ms/abUukForum: Plugins
In reply to: [Paytium: Mollie payment forms & donations] Feedback op betaalformulierHi Nienke
Bedacht mij dat je ook je logo wilde tonen. Omdat de Paytium code gewoon in een WordPress pagina of post staat, kun je met de “Add media” knop van WordPress je logo zo in de pagina invoegen. Daar hoef je verder niets speciaals voor te doen.
Vriendelijke groet
DavidOp een of andere manier gebruikt jouw formulier van die mooi aanhalingstekens (een beetje krom) in plaats van die rechte, en dat snappen shortcodes in WordPress niet.
Advies, zet je WordPress editor eerst op “Text”, plak dan deze aangepaste code op de plek van het formulier, dan moet het werken:
[paytium name="pieter-ROG-pad" description="pieter-ROG-pad" button_label="Inschrijven"] [paytium_field type="text" label="Voornaam*" required="true" /] [paytium_field type="text" label="Tussenvoegsel" required="false" /] [paytium_field type="text" label="Achternaam*" required="true" /] [paytium_field type="text" label="Adres*" required="true" /] [paytium_field type="text" label="Postcode*" required="true" /] [paytium_field type="text" label="Woonplaats*" required="true" /] [paytium_field type="text" label="Telefoonnummer" required="false" /] [paytium_field type="email" label="Email adres*" required="true" /] Kies hieronder uw afstand [paytium_radio type="dropdown" label="" options="Losse etappes/300.00 – Alle etappes" required="true" options_are_amounts="true" first_option="text" first_option_text="Kies afstand" /] [paytium_field type="checkbox" label="Kies één of meerdere dagen" options="30 voor 28 mei/30 voor 29 mei/30 voor 30 mei/30 voor 1 juni/30 voor 2 juni/30 voor 3 juni/30 voor 3 juni/30 voor 4 juni/30 voor 5 juni/30 voor 6 juni/25 voor herinnering" required="true" options_are_amounts="true" / ] [paytium_total label="Te betalen via iDeal:" /] [/paytium]Hoor graag van je of dat helpt!
Forum: Plugins
In reply to: [Paytium: Mollie payment forms & donations] Mollie paymentsHoi Magda
Leuk dat je vraagt om feedback!
Ik zie wel wat mogelijkheden.
Allereerst staat je formulier vrij laag op de pagina, met (op mijn scherm) daarnaast ook een ander formulier voor de nieuwsbrief. Voor de onervaren computer gebruikers kan dit onduidelijk overkomen, want het lijkt erop alsof die formulieren bij elkaar horen.
Voor mensen op een klein scherm is het formulier ook erg laag op het scherm, ze moeten er waarschijnlijk voor scrollen. Ik zou het formulier naar rechts verplaatsen als dat lukt in de pagina, direct onder de tekst “Dat betekent dat je bijvoorbeeld een flinke korting op een consult of gratis meditatie healingavond hebt. Dus een korting van maar liefst 10 %. Je kunt hem alvast bestellen en ophalen op locatie, dan ligt het voor je klaar!”
Ik snap dat je een afbeelding van de strippenkaart wilt tonen, maar die is wel erg druk, waardoor het formulier minder opvalt. Her-overweeg of je de afbeelding echt wilt tonen, of dat je de focus wilt laten zijn op het formulier.
Ik zou ook minimaal een naam veld toevoegen. Misschien heb jij die niet nodig, maar het geeft mensen meer vertrouwen in het betalen van 180 euro, als ze ook hun naam moeten invullen. Naast hun naam wellicht ook een telefoonnummer. Net even 2 tot 4 velden met gemakkelijke informatie (ze weten het uit hun hoofd). Zie voor het veld dat je kunt gebruiken:
https://www.paytium.nl/handleiding/extra-velden/De achtergrond van het formulier zou ik in lijn brengen met de oranje kleur van de website, dan valt die meer op. Dat kun je doen met deze code:
.pt-checkout-form { background-color: #ff912f; }Dat kun je plaatsen met custom CSS zoals bovenaan deze pagina uitgelegd staat:
https://www.paytium.nl/handleiding/formulier-uiterlijk-aanpassen/Mocht je nog vragen hebben dan hoor ik dat graag!
Groet
David- This reply was modified 7 years, 6 months ago by davdebcom.