• Resolved hetwillem

    (@hetwillem)


    I’m using Give and its been great so far! I just cant find 1 option.

    Some background info:
    No real money is transfered everything goes using the “test payment gateway”. Accounts need to be logged in to donate, and they see an overview of their donations in their accounts profile page. this all works great!

    What I need:
    Now I just need them to be able to CANCEL their Donation if they want to. So all I need is an “cancel” option on the receipt page in the receipt table. Any Snippets or code for this? havent been able to find any on github or the documentation.

    Thank you in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Devin Walker

    (@dlocc)

    Hey @hetwillem – I’m glad you’re up and running nicely. Let’s see if I can help answer your question. But before I do, I have a few questions myself :).

    Are these recurring donations you’re talking about? Such giving the donor the ability to cancel the subscription. Or, are these one time donations? Thus, cancelling would be refunding.

    Thread Starter hetwillem

    (@hetwillem)

    Hi Devin thanks for your reply!

    These are one time “donations”. but note that: No real money is transfered everything goes using the “test payment gateway”.

    you could indeed call cancelling <–> refunding in this matter.

    There is no “real refund” needed tho because there is no real payment to begin with. just got to set the status of the donation to “Cancelled”.

    Plugin Author Devin Walker

    (@dlocc)

    I see what you’re saying. Nothing exists currently for the donor to be able to change their payment status from ‘complete’ to ‘cancelled’ but if you know a bit of code you can hook into the payment history table and add that functionality with a “Cancel” link.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Allow logged-in users to cancel donation’ is closed to new replies.