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

    (@webdevmattcrom)

    The goal should increase once you manually set the Offline Donation Transaction to Complete — no need to change the database.

    Unless I misunderstand you. If so, please clarify. Thanks!

    Thread Starter MulderDSM

    (@mulderdsm)

    I understand but it got posted onto a different form and there is no way to edit the form number the donation is tied to.

    Plugin Author Matt Cromwell

    (@webdevmattcrom)

    You would have to change A LOT about that transaction to fully move it to the new form. Instead, you should just update the goal amount and leave the old transaction alone. Here’s how:

    1) Find the Form number by hovering over the “Edit” link and look at the url. You’ll see the form_id= in there
    2) Go into your DB and do a search for “earnings” and limit the search to only the wp_postmeta table
    3) You should see a list of transactions all with the key _give_form_earnings Find the one that matches your Form ID (from step 1)
    4) Update the meta_value value to the new amount.

    I’ve also created an issue in our issue tracker to implement a feature of moving transactions to different forms. You can see it here:
    https://github.com/WordImpress/Give/issues/429

    Thanks!

    Thread Starter MulderDSM

    (@mulderdsm)

    Thank you! I was able to get that form totals updated as well as the count (figured that one out).

    I’m ok for now, but if easy would love to know how to move the actual record from Form ID 44 to Form Id 73. I see the meta ID = 482, with Log ID of 117 and Payment ID of 88. If I could get that record added to the same back-end table that displays all the other donations specific to that form, that would be a plus for my client. ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to change the Form # that the donation is tied to’ is closed to new replies.