Order the Mor Ephrem Choir CD!!"; /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Affichage de la confirmation /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// if ($poster == 1){ if (!empty($lastname) && !empty($firstname) && !empty($address) && !empty($zipcode) && !empty($place) && !empty($country) && !empty($phone) && !empty($email) && !empty($amount)) { $price = 10; $fullname = $firstname . " " . $lastname; if($country == "Netherlands" && $amount >= 3){ $shipping = 5.5; }elseif($country == "Netherlands" && $amount <= 2){ $shipping = 1.6; }elseif(($country == "Germany" || $country == "Sweden" || $country == "France" || $country == "Austria" || $country == "Finland" || $country == "Greece" || $country == "Italy" || $country == "Luxembourg" || $country == "Norway" || $country == "Spain" || $country == "Switzerland" || $country == "Turkey" || $country == "United Kingdom" || $country == "Belgium") && $amount >= 3){ $shipping = 5.5; }elseif(($country == "Germany" || $country == "Sweden" || $country == "France" || $country == "Austria" || $country == "Finland" || $country == "Greece" || $country == "Italy" || $country == "Luxembourg" || $country == "Norway" || $country == "Spain" || $country == "Switzerland" || $country == "Turkey" || $country == "United Kingdom" || $country == "Belgium") && $amount <= 2){ $shipping = 2.5; }elseif(($country == "Australia" || $country == "North America" || $country == "South America" || $country == "Syria" || $country == "Iraq" || $country == "Iran" ) && $amount >= 3){ $shipping = 18.55; }elseif(($country == "Australia" || $country == "North America" || $country == "South America" || $country == "Syria" || $country == "Iraq" || $country == "Iran" ) && $amount <= 2){ $shipping = 4.65; } $totalcd = ($amount * $price) + $shipping; echo "
   
Notice: It is important for your participation to send us a real co-ordinates, please verify your information before sending.

 Last Name :

".$lastname."

 First Name :

".$firstname."

 Address :

".$address."

 Zip Code :

".$zipcode."

 City :

".$place."

 State :

".$state."

 Country :

".$country."

 Phone Number :

".$phone."

 Email Address :

".$email."

 Amount of CD's :

".$amount."

 Comments :

".$comments."


 -----------------------------------------------------------------------------------------

 Payment for: ".$fullname."

 -----------------------------------------------------------------------------------------

 Subscription

 Amount

 Price

 Shipping

 Total

 Mor Ephrem Choir CD

 ".$amount."

 €".$price."

 €".$shipping."

 €".$totalcd."



 Important:
Total Payment €".$totalcd." must be received in full BEFORE DELIVERY.

bankaccount: 664753604(ING)
Name: AMVE
Place: Enschede



Do you confirm your information ?

"; exit; } else { echo "






Please, fill in all the fields!!


"; exit; } } /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //Test sur la confirmation de l'envoie /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// if ($action == "confirmation" && $verif == envoye){ $headers .= "From: Assyrian Mor Ephrem Choir \n"; $headers .= "X-Sender: \n"; $headers .= "X-Mailer: Bethnahrin.nl\n"; $headers .= "Content-Type: text/html; charset=iso-8859-1\n"; include("email-message.php"); mail("mor.ephrem@bethnahrin.nl","Bestelling CD Mor Ephrem Choir!!",stripslashes($message),$headers); $reussi = 1; } /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //Si l'envoie est réussi /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// if ($reussi == 1) { echo "




THANK YOU!
Your information has been posted.










"; exit; } /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Formulaire /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// echo "
   

 Last Name* :

 First Name* :

 Address* :

 Zip Code* :

 City* :

 State :

 County* :

 Phone Number* :

 Email Address* :

 Amount of CD's* :

 Comments :

"; ?>