The Seamless Donations Thank You Enhanced extension provides three key capabilities:

  • On completion of donation, redirects to a page or URL of your choice.
  • Includes 39 shortcode options that allow you to display various fields from the donation.
  • For developers, adds a new API call for retrieving donation entry fields programmatically.

Details

Thank You Enhanced gives you the opportunity to use any page on your site as a Thank You page, complete with whatever formatting you want. Through the use of shortcodes, you can customize your Thank You to your specific donor and donation.

Thank You Enhanced gives you access to the following 39 donor entry fields via shortcode:

ADDRESS, ADDRESS2, ADDTOMAILINGLIST, AMOUNT, ANONYMOUS, CITY, COUNTRY, CURRENCY, DESIGNATED, DESIGNATEDFUND, EMAIL, EMPLOYERMATCH, EMPLOYERNAME, FIRSTNAME, HONORBYEMAIL, HONOREEADDRESS, HONOREECITY, HONOREECOUNTRY, HONOREEEMAIL, HONOREEEMAILNAME, HONOREENAME, HONOREEPOSTNAME, HONOREEPROVINCE, HONOREESTATE, HONOREEZIP, INCREASETOCOVER, LASTNAME, OCCUPATION, PAYMENTMETHOD, PHONE, PROVINCE, REFERRINGURL, REPEATING, SDVERSION, SESSIONID, STATE, TRIBUTEGIFT, UKGIFTAID, and ZIP

 

For developers, Thank You Enhanced provides a new function for use in PHP code: seamless_donations_tye_get_donation_entry(). It takes two parameters: a session ID and one of the entry field codes shown above. The function returns the value of the specified field.