$mail .= <<
if (!$complete) { ?>
} ?>
if ($complete) { ?>
Above are the details regarding your new campaign, below are the subscriptions(s). If you chose more than one type of recurring duration, you will need to subscribe them seperately using the buttons below.
$sitecoupon = "gf326345";
if ($coupon == $sitecoupon){
$validcoupon = true;
$discount = ".50";
$fdiscount = $discount * 100;
}?>
if ($coupon){
echo "";
if ($validcoupon == true)
echo "Your coupon is valid. Now receiving $fdiscount" . "% off.";
if ($validcoupon == false)
echo "Your coupon is not valid.";
echo "";
} ?>
If you don't have a paypal account or simply want to make a one time payment, use the following button. Your campains will expire when their first renewals are due with this option.
if ($validcoupon == true) echo "Please remember that if you choose to subscribe you will always receive $fdiscount" . "% off until you cancel your subscription, with the one-time payment, the discount only applies to the specified term."; ?>
$grandtotal = $totalm + $totalq + $totala;
$alltext = "FC: $fcproduct | GF: $gfproduct | 5SF: $fsfproduct | STW: $stwproduct"; ?>
} ?>
<%include:footer%>