Do you want to display the event description on registration page?
Event Description:
PLEASE UPDATE THIS EVENT";
}
?>
Send custom confirmation messages for this event?
PLEASE UPDATE THIS EVENT";
}
if ($send_mail =="Y"){
echo "Yes";
}
if ($send_mail =="N"){
echo "No
";
}
?>
Custom Confirmation Mail:
Event Identifier:

Cost:
Allow promo codes for this event?
Promo Code:
Discount w/Promo Code: -$
Percentage Discount?
Allow payment for more than one person at a time? (max # people 5):
Event Categories:
} else {
echo '
No category selected
';
}?>
EXPIRED';
} elseif ($active == "yes"){
$active_event = '
ACTIVE EVENT';
} else if ($active == "no"){
$active_event = '
NOT ACTIVE';
}
?>
Coupon/Promo Code
This is used to apply discounts to events.
A coupon or promo code could can be anything you want. For example: Say you have an event that costs 200. If you supplied a promo like "PROMO50" and entered 50.00 into the "Discount w/Promo Code" field your event will be discounted 50.00, Bringing the cost of the event to 150.
Event Identifier
This should be a unique identifier for the event. Example: "Event1" (without qoutes.)
The unique ID can also be used in individual pages using the [SINGLEEVENT single_event_id="Unique Event ID"] shortcode.
Email Confirmations
For customized confirmation emails, the following tags can be placed in the email form and they will pull data from the database to include in the email.
[fname], [lname], [phone], [event],[description], [cost], [company], [co_add1], [co_add2], [co_city],[co_state], [co_zip],[contact], [payment_url], [start_date], [start_time], [end_date], [end_time]