Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author WPCharitable

    (@wpcharitable)

    There isn’t any way to do that out of the box, but I’m going to put together a little example of how to do that with a code snippet. I’ll post back here with that soon.

    Cheers,
    Eric

    Plugin Author WPCharitable

    (@wpcharitable)

    OK, as promised… I put together a very simple example with code of how to do this. See https://github.com/Charitable/library/blob/master/donation-receipt/add-campaign-raised-summary.php.

    You can copy and paste that into your theme’s functions.php file or use the Code Snippets plugin.

    Cheers,
    Eric

    Thread Starter bcox72

    (@bcox72)

    Hey Eric,

    Thanks for the code. I put it in and it works great. Couple more questions…

    1) is there a way to manually add a donation. We had a couple of cash donations that we want to add to the campaign so the totals will be accurate.

    2) is there a way to totally delete cancelled donations? There are several tests in our database and I would like to remove them.

    Thanks,

    B

    Plugin Author WPCharitable

    (@wpcharitable)

    Hi Bobby,

    1) is there a way to manually add a donation. We had a couple of cash donations that we want to add to the campaign so the totals will be accurate.

    You can do this in a roundabout way by enabling the Offline payment gateway. Then you can go through the donation process for each of the cash donations you received.

    We are also working on an extension that will allow you to add donations manually via the admin area.

    2) is there a way to totally delete cancelled donations? There are several tests in our database and I would like to remove them.

    Not at this stage. Good idea though. Slated this for the next release of Charitable: https://github.com/Charitable/Charitable/issues/15

    Cheers,
    Eric

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Receipt Page’ is closed to new replies.