Add donors manually - PayPal Donation Extension
Add donors manually
-
- Registered User
- Posts: 53
- Joined: Mon Oct 24, 2016 9:17 pm
- Contact:
Re: Add donors manually
this will add donor to list with amount, user name and date donated:
Code: Select all
INSERT INTO phpbb_ppde_txn_log (receiver_email, payer_email, residence_country, first_name, last_name, user_id, mc_currency, mc_fee, mc_gross, net_amount, settle_currency, exchange_rate, settle_amount, payment_date, payment_status, payment_type, payer_status, confirmed, txn_id, txn_type, txn_errors) VALUES (
'receiver-mail@address.com', /* email of your own PayPal account */
'donor-mail@address.com', /* PayPal email of donor */
'', /* donor country code */
'', /* donor first name */
'', /* donor last name */
2583, /* donor user id, use 1 for guest donation */
'GBP', /* donor currency */
'0.00', /* fee, probably unknown so leave it at 0 */
'10.00', /* donation amount before fee in donor currency */
'0.00', /* donation amount after fee in donor currency */
'', /* your currency, leave empty if no conversion */
'', /* exchange rate */
'0.00', /* donation amount after exchange rate in your currency */
UNIX_TIMESTAMP(STR_TO_DATE("2018-11-27 22:40:00", "%Y-%m-%d %H:%i:%s")), /* donation time */
'Completed',
'instant',
'unverified',
1,
'Unknown',
'web_accept',
''
);
-
- Registered User
- Posts: 9
- Joined: Sun Dec 24, 2017 2:37 pm
- Contact:
Re: Add donors manually
-
- Registered User
- Posts: 53
- Joined: Mon Oct 24, 2016 9:17 pm
- Contact:
Re: Add donors manually
This feature is available on PPDE 2.1.0.

-
- Code Contributor
- Posts: 917
- Joined: Mon Mar 10, 2008 5:30 pm
- Location: France
- Contact:
Re: Add donors manually
I can not see the option, I'm lost.


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
- Raul [ThE KuKa]
- Style Customisations
- Posts: 8984
- Joined: Mon Dec 08, 2003 9:24 pm
- Location: Spain
- Name: Raul Arroyo
- Contact:
Re: Add donors manually
Take a look in the Transaction log. You will find a button.

-
- Code Contributor
- Posts: 917
- Joined: Mon Mar 10, 2008 5:30 pm
- Location: France
- Contact:
Re: Add donors manually

Permissions problems maybe?
If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
- Raul [ThE KuKa]
- Style Customisations
- Posts: 8984
- Joined: Mon Dec 08, 2003 9:24 pm
- Location: Spain
- Name: Raul Arroyo
- Contact:
Re: Add donors manually
-
- Code Contributor
- Posts: 917
- Joined: Mon Mar 10, 2008 5:30 pm
- Location: France
- Contact:
Re: Add donors manually

Sorry for LOL.
Really nice extension Skouat.
And sorry for this report.

If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
- Raul [ThE KuKa]
- Style Customisations
- Posts: 8984
- Joined: Mon Dec 08, 2003 9:24 pm
- Location: Spain
- Name: Raul Arroyo
- Contact:
Re: Add donors manually



issue fixed... I'll send a new release.
Thanks for this bug report
-
- Code Contributor
- Posts: 917
- Joined: Mon Mar 10, 2008 5:30 pm
- Location: France
- Contact:
Re: Add donors manually
If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
- Raul [ThE KuKa]
- Style Customisations
- Posts: 8984
- Joined: Mon Dec 08, 2003 9:24 pm
- Location: Spain
- Name: Raul Arroyo
- Contact:
Re: Add donors manually

-
- Code Contributor
- Posts: 917
- Joined: Mon Mar 10, 2008 5:30 pm
- Location: France
- Contact:
Re: Add donors manually
If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
- Raul [ThE KuKa]
- Style Customisations
- Posts: 8984
- Joined: Mon Dec 08, 2003 9:24 pm
- Location: Spain
- Name: Raul Arroyo
- Contact: