Support Payment
Donations:
Event Listing:
[insert_php]
$crane=$_REQUEST[“CraneClub”];
$don=$_REQUEST[“donation”];
$ttl=0;
$ev=$_REQUEST[“ShorebirdEventType”];
if(substr($ev,0,27)==”Shorebird Festival Event (a”) $ttl+=50;
if(substr($ev,0,27)==”Shorebird Festival Event (n”) $ttl+=25;
$ev=$_REQUEST[“MoreToDo”];
if(substr($ev,0,23)==”More To Do in Homer ($1″) $ttl+=100;
if(substr($ev,0,23)==”More To Do in Homer ($5″) $ttl+=50;
$ev=$_REQUEST[“BirdHouse”];
if(substr($ev,0,10)==”Bird House”) $ttl+=100;
if($don>0) $ttl+=intval($don);
if($crane>0) $ttl+=intval($crane);
[/insert_php]
Total due: $ [insert_php] echo $ttl; [/insert_php]
[accept_stripe_payment price=”[insert_php] echo $ttl; [/insert_php]” name=”Event Registration Fee” button_text=”Pay Now” description=”[insert_php] echo $desc; [/insert_php]”]