Kachemak Bay Shorebird Festival

Kachemak Bay Shorebird Festival

33rd Annual, May 7-11, 2025

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]

There is an error in your Stripe Payments shortcode. It is missing the "name" field. You must specify an item name value using the "name" parameter. This value should be unique so this item can be identified uniquely on the page.
echo $ttl; [/insert_php]” name=”Event Registration Fee” button_text=”Pay Now” description=”[insert_php] echo $desc; [/insert_php]”]

Back to home page