Kayjey
Forum Replies Created
-
Sorry, pregnancy, birth, bosses and clients all came between me and this plugin.
You can download my version which I’ve localised for three locations here:
Any feedback / extra inserts are welcomed. I’m hoping to be able to program in localisation as well as some other stuff. Extra’s:
[wpdescription cid=15]
Description for the campaign[confirmdonation]
Prints a line with a confirmation of the donationThere is also an extra free text field with an optional motivational line, which is included in the wpdonatorlist shortcode.
Some coding errors of the original are fixed, like the Paypal country selection and the telephone number (which everybody says can’t be done, but hey…).
Good luck!
Nope, not yet. Will link when it’s finished. Currently working on a nephew’s project for which I have to translate everything and integrate it into another plugin.
I’ve fixed almost all of the issues. Have a very workable version now, but it’s in Dutch at the moment. Let me know if you want it.
There are a couple of bugs in the code. I’m not too far away from having an improved version. Must say I don’t remember if I ran into a problem like yours with that code, but if you want it fixed I can hop into your installation. Let me know.
As the WordPress tags are processed AFTER the PHP is executed, you will not be able to get the amount into your PHP script. I would suggest to go inside the PHP of the script and add that functinality you need directly into the plugin.
The donations are categorised in that you can create different ‘donation goals’. Then you can display a list of the donations that were made for each particular cause. You can also display in a graph how much you have collected and what the goal amount is.
You will also need to search for the string “$ (quote-dollar) in the code and replace the instances there into what you want, eg. “€.
I have just put an option to be able to change the currency on my todo list.
The PayPal Sandbox functionality is superficially present in the code, but although you will get through the simulation process, the payment will not be registered in the database.
I’ve personally tested the plugin during my development using payments of 0.01 euro.
I will do a full check of the Sandbox feature and might correct / add it.
I don’t think it would be difficult to add this functionality. I’ve fixed some of the problems as reported here and added some functionality. I’ll add this suggestion to my todo list and will let you know when I’m done.
The field is not showing because other than the option in the back-end, the functionality is not programmed into the plugin. I’ve modded the plugin to make it work. If you want it, let me know.