159 Snippets
40+ Favourites
1.2k Downloads

Change City Field To Select

Change the City field in the donation form to a selectable, dropdown field, with several pre-set…

Add Hours Currency

Add a custom currency called "Hours".

Change Donor Count

Example where a donor count is changed for a specific campaign.

Bulk Update Campaign End Dates

Bulk-update the end date for all campaigns.

Send Donation Notification For Pending Offline Donations

Sends a notification to admin if the donation is pending AND it was made in offline…

Change Currency Format By Locale

This snippet below shows how to change the currency format for each language.

Set State Field To Us States Dropdown With Default

Change the "State" field into a "Province" field.

Round Percent Donated To Whole Number

/** * Display percent donated as rounded whole number. * * @param string $return * @param…

Send Donation Receipt For Pending Offline Donations

Right after a donation is made, this sends the donation receipt to the donor if the…

Change Custom Amount Field Label Per Campaign

Filter the custom amount field description on a per campaign basis.

Remove Decimal Points In Suggested (US)

Will turn "$5.00" into "$5" on suggestion donation amounts in the donation form.

1 9 10 11 12 13 14