• Resolved sstilerman

    (@sstilerman)


    David,

    Great plugin! Love your tutorials. You’re an excellent teacher.

    We are launching a monthly membership campaign today. I would like the “Repeating Gift” box to be automatically selected when certain donation levels are selected.

    I created the Custom Seamless plugin like you suggested. Can you please tell me the code I should insert on the file to make this happen?

    Thanks so much for a really neat plugin and for teaching me the basics of coding.

    Shlomo

    https://www.ads-software.com/plugins/seamless-donations/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter sstilerman

    (@sstilerman)

    Here’s a link to the page:

    https://yehudi.today/membership-campaign/

    I would like the “Monthly Gift” box to be auto checked when the donor chooses the $10, $25 or $50 option.

    Can you please send me the code i need for the “Custom Seamless Plugin” to accomplish this?

    THANK YOU!!!!

    Plugin Author David Gewirtz

    (@dgewirtz)

    That’s not something I’m going to be able to provide you. To respond to a selection requires on-browser processing, which runs in JavaScript/jQuery and is not particularly extensible (as in, not without probably breaking things). So there aren’t hooks to make that doable.

    You could default the monthly donation on, but that might cause support and cranky donor hassles down the line. My best suggestion at this point would be to use some promo text suggesting those donors sign up for monthly payments.

    –David

    P.S. Marking resolved because it’s not a feature that can be tweaked.

    Thread Starter sstilerman

    (@sstilerman)

    Thanks David,
    I used some text as you suggested (https://yehudi.today/membership-campaign/) but I’m pretty sure that quite a few people will neglect to check the box.

    How would I set the default of the Monthly Donation to be on?

    Thanks again.
    Shlomo

    Thread Starter sstilerman

    (@sstilerman)

    Figured out how to default the Monthly Donation box.

    thanks!

    S

    Plugin Author David Gewirtz

    (@dgewirtz)

    Nice!

    sstilerman can you please explain how you did it?

    I really need this option checked all the time

    Thanks in advance

    Oshri

    Thread Starter sstilerman

    (@sstilerman)

    Hi Oshri,
    I couldn’t figure out a hook so I just added a bit of code to the core:

    ‘select’ => true,

    Here’s the link to the site: https://www.YEHUDI.Today/Members

    (Keep in mind, you will loose this fix when you update seamless)

    Shlomo

    Plugin Author David Gewirtz

    (@dgewirtz)

    Ooh, that’s kinda dangerous. I issue updates pretty much every few weeks, so that’s going to blow out with the next update.

    What you want to do is find that array element, and modify it in the hook. Otherwise, when 4.0.11 comes around next week, it’s going to be blown out.

    Tell you what… keep an eye out for the Giving Level Manager add-on. I’m still working on it, but should be done relatively soon (in October, unless the real world gets too crazy). I’ll add an option in that to let you specify pre-check the donation box. It won’t give tons of granular control, but since I’m working in code right in that area, it will be an easy enough add, and that way you won’t be stuck with updates that blast over your patched changes.

    –David

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Auto-Select Monthly Giving’ is closed to new replies.