Donations by Siropu

Donations by Siropu [Paid] 1.2.0

No permission to buy (€19.99)
@Siropu after testing I wanted to report a bug.

- After I add donation to a user and edit it after to a different amount. The old amount still shows:
1679278176286.png


- Also can u kindly guide me through on how to change the donation button link to my custom url in widgets
 
The old amount still shows:
Donations are pulled from the database so it can't show any other value than the one that exists. Unless you triggered that overlay before making the change and did not refreshed the page, I don't see how it can show a different value.

how to change the donation button link to my custom url in widgets
Go to siropu_donations_widget_donate template and look for:
<xf:button href="{{ link('donations/donate') }}" class="button--cta button--fullWidth siropuDonations-donateButton" overlay="true" fa="fas fa-donate">{{ phrase('siropu_donations_donate') }}</xf:button>

Replace this part: {{ link('donations/donate') }} with your own link. Also, remove overlay="true"
 
Donations are pulled from the database so it can't show any other value than the one that exists. Unless you triggered that overlay before making the change and did not refreshed the page, I don't see how it can show a different value.


Go to siropu_donations_widget_donate template and look for:
<xf:button href="{{ link('donations/donate') }}" class="button--cta button--fullWidth siropuDonations-donateButton" overlay="true" fa="fas fa-donate">{{ phrase('siropu_donations_donate') }}</xf:button>

Replace this part: {{ link('donations/donate') }} with your own link. Also, remove overlay="true"
Awesome and worked!

Rated 5 stars cause of the awesome support and amazing addon!

Last question though. Is it possible to remove the decimals in the profile and postbit under the avatar.
Instead of $39.00 should show $39
 
Hello, since I use the add on, error messages also appear in the log of the default payment providers - although the add on does not use them, right?

I have two providers, PayPal and Stripe, and both methods are used for donations and for upgrades.

With Stripe there is about donations via the add on so far basically the message:

"Event data received from Stripe does not contain the expected values."

I could send you an error log if needed.

Kai
 
Last edited:
Is the stripe information required to set this up? That seems to be the case. It is taking a while to get the business owner information for our 501(c)3 educational charity. I have the PayPal information from our previous donation facility.

We also receive donations through other systems than the forums and I would like to be able to import donations on a daily basis from that system. Is there any chance of an API to do that? We would really like to recognize our donors wherever they are donating.
 
Back
Top Bottom