Allen Snook
Forum Replies Created
-
Hmmm…. unfortunately that would complicate the maintenance of the plugin (seamless donations used to do _cart, but I fixed that in 2.1.3), so here’s my suggestion:
Try changing this line (near line 218 of dgx-donate.php)
$output .= “<input type=’hidden’ name=’cmd’ value=’_donations’ />”;
from _donations to _cart
and see if that works for you. If it does, let me know and I will add a filter on that so you can put a custom call in your theme’s functions.php to make that change “survive” upgrades to seamless donations.
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Trying to add a block for a like buttonHi! I don’t recommend changing the plugin (you’ll lose your changes on the next release of seamless donations, but what dgx_donate_get_donation_section does is concatenate to the $output variable each piece of the form
In PHP, that’s using .=
if you use $output .= to add things, it should work.
Alternatively, may I suggest just adding the facebook like button code to the page above the dgx-donate shortcode?
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Donations working, but not being recordedHi everyone! Please send a copy of your log files to allen at allendav dot com and I will take a look.
I will also look at the radio button alignment – please reply with your site’s URL (often this is related to theme issues.)
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Gift Aid in UKThanks! I can add this in an upcoming release – probably within a week or so.
Forum: Plugins
In reply to: [Seamless Donations is Sunset] CanadaHi cianpop!
Thank you!
I hadn’t thought of that…. I just found a list of what countries require postal codes, and I will update the plugin to handle that (and not ask for it) – this will be in the next release – probably in a week or so
In the meantime, you can safely remove the relevant code – I would basically just remove the code that requires the “zip” code in paypalstd-script.js for now – you’ll find it near line 267 (for the donor) and 223 (for the honoree, if any)
Cheers…
…Allen
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Default StateFixed! Sorry about that 🙂
Forum: Plugins
In reply to: [Seamless Donations is Sunset] How I can change the currency to €?Hi everyone!
Euros are now supported – see version 2.8.1
Cheers…
…Allen
Hi BreadRoses!
I broke this out as two options in settings now – please update your email address and “name” there.
Cheers!
…Allen
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Gift Aid in UKHi! GBP support is in with version 2.8.1
Can you tell me more about what you would need seamless donations to do for gift aid? A checkbox for UK donors to check that says they are a tax payer? Something else?
Cheers…
…Allen
Forum: Plugins
In reply to: [Seamless Donations is Sunset] CanadaGood news! I have finished coding and testing full non US currency support. No uncommenting of lines required.
Seamless Donations now supports Euros, Australian Dollars, Canadian Dollars, Pounds Sterling and Yen.
Please give version 2.8.1 a whirl and let me know what you think!
Cheers…
…Allen
Forum: Plugins
In reply to: [Seamless Donations is Sunset] CanadaHey cianpop – jusinsteu :
Adding in support for other currencies is a little trickier than i thought – adding the setting was easy (it’s in the latest release, but commented out for the moment), but I want to test it a little more before i take it live.
If you are interested in trying out Canadian Dollar support sooner, let me know and I can tell you which lines to uncomment to enable selecting the currency and try it out.
Cheers…
…Allen
Forum: Plugins
In reply to: [Seamless Donations is Sunset] CanadaInternational support will be available later this week, early next.
Probably in a few months – sorry! So many feature requests and so little time 🙂
Forum: Plugins
In reply to: [Seamless Donations is Sunset] extra button for disclosure submissionHi!
Custom fields are planned for a future release, but it is going to be a while yet. In the mean time, you can add any text you’d like above or below the shortcode on the page with the disclaimer.
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Add Last Donation and/or meterThat’s a great idea, but it’s going to be a while before I can add that.