Overview

Donations can be added to a ticket order on the cart page, or taken via a standalone Donations page, which skips the ticketing cart. In either case, after a donation amount is selected, guests will then go through the checkout pages. Cart & Checkout variables are documented here, or see all the Online Checkout text variables.


For more details, please see configuring the Online Checkout donation landing page.



Donations Tile on Cart Page

The section appearing beneath Add-ons on the cart page used for tickets and membership purchases.


Text Variables

  "donation-subheading": "We appreciate any amount you can give",

  "donation-description": "<section><div style=\"float:left; width=45%; margin-right:20px;\"><img src=\"https://acme-whitelabel.s3-us-west-1.amazonaws.com/Demos/ACME+Internal/B2C-donations-image.png?auto=compress\" width=\"100%\"></div><div><p>Your gift helps ensure that the entire community benefits from our signature programs. Additionally, your gift is critical to our daily operations, ensuring that we can share our mission with hundreds of thousands of visitors each year.</p><p><b>Thank you for your generous support.</b></p></div></section>",

  "donation-recognition": "(Will not be publicly shared)", 

  • The Recognition section and the "donation-recognition" optional text is only seen if the Donation extended form is turned on.

Donations Standalone Page

https://buy.acmeticketing.com/donate/{tenantid}


Text Variables

  "donation-subheading": "We appreciate any amount you can give (HTML)",

  "donation-description": "<section><div style=\"float:left; width=45%; margin-right:20px;\"><img  src=\"https://acme-whitelabel.s3-us-west-1.amazonaws.com/Demos/ACME+Internal/B2C-donations-image.png?auto=compress\" width=\"100%\"></div><div><p>Your gift helps ensure that the entire community benefits from our signature programs. Additionally, your gift is critical to our daily operations, ensuring that we can share our mission with hundreds of thousands of visitors each year.</p><p><b>Thank you for your generous support.</b></p></div></section>",

  "donation-recognition": "",

  "donation-page-heading": "Support Us Today",

  "donation-page-description": "Now more than ever we are relying upon the generous support of our visitors, members, donors, and wider community of supporters. (HTML)", 

  "donation-page-footer": "Thank you for supporting us. With your generous support we will be able to engage and delight more members of our community for years to come. (HTML)",

  "donation-button-submit": "Donate Now",


Dynamic Text Variables

  "membership-prompt-header-donation-page": "Members: Verify your membership before donating. (HTML)"

  "membership-verified-active-donation-page": "Thank you for being a member! (HTML)"

  "membership-verified-expired-donation-page": "Your membership has expired. Renew today to keep receiving your benefits. (HTML)"


Notes:

  • The "donation-subheading", "donation-description", and "donation-recognition" also appear on the Donations Tile on Cart Page.
  • The "donation-page-description" and "donation-page-footer" fields is HTML ready and can accept image and div tags, among others.