Designgeneers
Forum Replies Created
-
I’m going to mark this thread as resolved and dig into each problem in a unique thread – like for example Matt’s thread
Otherwise this thread is going to get confusing – there might be a couple different reasons at play here, including:
– Make sure the PayPal account you are trying to donate is Confirmed/Verified
– Is “Payment Review” activated on the PayPal account you are trying to donate to? (This will make every donation sit in Pending until you manually approve it)
– Is “Block Payments in a Currency I do not accept” active on the PayPal account you are trying to donate to? (Seamless Donations only does USD right now)
Thanks…
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Thank you page missingHi!
It should display the text you specify. In your Dashboard, go to Seamless Donations and then Thank You Page – set the text you want there for the thank you page.
Try a test donation again – and this time make note of the URL for the “Return to ….” link on PayPal. It should look something like this
http://www.yourdomainname.com/donate-online/?thanks=1
Let me know if it doesn’t
Cheers…
…Allen
Hi Matt!
Sorry – this got lost in my inbox. The “Payment status = Pending” in the log you sent me is why it isn’t showing up as a donation – it won’t until that Payment status goes to Completed
What payment method did you use on PayPal?
Is the PayPal account you are trying to donate to Confirmed?
Is “Payment Review” activated on the PayPal account you are trying to donate to? (This will make every donation sit in Pending until you manually approve it)
Is “Block Payments in a Currency I do not accept” active on the PayPal account you are trying to donate to? (Seamless Donations only does USD right now)…Allen
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Flat file DBHi!
Pending donations are kept in transients, and then when PayPal IPN completes, they are added as a non-public custom post type to the WordPress database
Cheers…
…Allen
Forum: Plugins
In reply to: [Seamless Donations is Sunset] ColorsCan you send me a link? I will take a look.
It should not come up white instead of black.
…Allen
Forum: Plugins
In reply to: [Seamless Donations is Sunset] default States listThere is a bit of work needed to change the list and to change the country reported to PayPal.
A future version will have this.
For now, look in dgx-donate.php for dgx_donate_get_state_selector
and look in dgx_donate_paypalstd_get_hidden_form for country (currently commented out)
if you would like to try making the changes yourself.
Cheers…
…Allen
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Email list checkboxIf you go to your Dashboard, then Seamless Donations, then Donations, you can click on the date and time of a donation to open its record.
Inside there you will see if they wanted to be added to the list.
I don’t accumulate that list anywhere, nor do I send it to MailChimp yet, but those are great ideas and I’ve added it to the future list.
Cheers…
…Allen
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Tribute/Honoree InformationGlad you are all set – I will make this easier to find in a future version
Cheers…
…Allen
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Need different giving levelsThere is no easy way (yet) to add additional levels or text, but if you are comfortable writing code, add this to your theme’s functions.php (e.g. to add a 75 dollar option)
function custom_add_donation_values( $values ) { $values[] = 75; rsort( $values ); return $values; } add_filter( 'dgx_donate_giving_levels', 'custom_add_donation_values' );Forum: Plugins
In reply to: [Seamless Donations is Sunset] Bug: Memorial gift checkbox still ignoredSo, you’d like to have the ability to donate in memory of someone, but have a third option basically – i.e. no acknowledgement needs to be sent to anyone – that makes sense.
This wasn’t planned yet – sorry if I misunderstood – but I have added it to the list for a future version
Cheers…
…Allen
Hi everyone!
I have just uploaded a new version (2.1.4) that adds logging – please update and attempt a donation (test or production) and then send me the logs (allen at designgeneers dot com)
You can find the logs under a new dashboard menu item (under Seamless Donations) called logs – just cut and paste
This should help me get to the bottom of the issues that a few of you are having.
Cheers…
…Allen
Forum: Reviews
In reply to: [Seamless Donations is Sunset] works enough, could be better.Hi!
Did you try setting the from address in
Dashboard >> Seamless Donations >> Thank You Emails
Look for From / Reply-to Address and enter the correct address there.
Let me know…
…Allen
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Donations vs. SalesDone! Version 2.1.3 now uses the PayPal donation cmd.
Sorry, I just realized I said confirm, but what I meant to say was “verified”
If this is a new account, you need to verify your account with PayPal, and then things should work.
Hi Laura!
Have you received money via this PayPal account before, or is it a new account? If it is new, you need to be sure to confirm the account with PayPal before donations will start to flow.
Otherwise, shoot me a link to the page and I will take a look and see.
Cheers…
…Allen