Purchase now"); if($form=='complete'){ if($p=='1'){$item_name='Premium job posting'; $item_price='399.00';} //elseif($p=='3'){$item_name='Light posting'; $item_price='199.00';} elseif($p=='4'){$item_name='Easy hire job posting'; $item_price='299.00';} elseif($p=='5'){$item_name='3 city premium job posting'; $item_price='499.00';} elseif($p=='6'){$item_name='5 city premium job posting'; $item_price='595.00';} elseif($p=='7'){$item_name='10 city posting'; $item_price='999.00';} elseif($p=='8'){$item_name='3 job posting package'; $item_price='1053.00';} elseif($p=='9'){$item_name='5 job posting package'; $item_price='1596.00';} elseif($p=='10'){$item_name='10 job posting package'; $item_price='2993.00';} elseif($p=='11'){$item_name='25 job posting package'; $item_price='6484.00';} elseif($p=='12'){$item_name='50 job posting package'; $item_price='11970.00';} elseif($p=='13'){$item_name='3 job slot package'; $item_price='898.00';} elseif($p=='14'){$item_name='5 job slot package'; $item_price='1247.00';} elseif($p=='15'){$item_name='10 job slot package'; $item_price='1746.00';} elseif($p=='16'){$item_name='25 job slot package'; $item_price='3117.00';} elseif($p=='17'){$item_name='Guaranteed job posting'; $item_price='599.00';} $description=stripslashes($description); $job=stripslashes($job); $company_name=stripslashes($company_name); $email_address=stripslashes($email_address); $fileName = $_FILES['logo']['name']; $tmpName = $_FILES['logo']['tmp_name']; $fileSize = $_FILES['logo']['size']; $fileType = $_FILES['logo']['type']; $fp = fopen($tmpName, 'r'); $content = fread($fp, filesize($tmpName)); $content = addslashes($content); fclose($fp); $logo_type=$_FILES["logo"]["type"]; //if(strtolower($discount_code)=='CyberMonday' && $p==1 && date("Ymd")=='20121126'){$discount_amount=100;} if($invoice>0){$update=mysql_query("UPDATE invoices SET date='".date("Y-m-d G:i:s")."', expiry='".(time()+10000)."', item='$item_name', contact_name='$contact_name', contact_position='$contact_position', email_address='$email_address', company_name='$company_name', phone_number='$phone_number', fax_number='$fax_number', billing_address='$billing_address', billing_city='$billing_city', billing_province='$billing_province', billing_postal_code='$billing_postal_code', job_title='$job_title', description='".str_replace("\n", "
", $description)."', category1='$category1', category2='$category2', category3='$category3', keywords='$keywords', appearance='$appearance', logo='$content', logo_type='$logo_type', city1='$city1', city2='$city2', city3='$city3', city4='$city4', city5='$city5', city6='$city6', city7='$city7', city8='$city8', city9='$city9', city10='$city10', discount_code='$discount_code' WHERE invoice='$invoice' LIMIT 1"); } else{$insert=mysql_query("INSERT INTO invoices(expiry, date, item, contact_name, contact_position, email_address, company_name, phone_number, fax_number, billing_address, billing_city, billing_province, billing_postal_code, job_title, description, category1, category2, category3, keywords, appearance, city1, city2, city3, city4, city5, city6, city7, city8, city9, city10, logo, logo_type, discount_code) values('".(time+10000)."', '".date("Y-m-d G:i:s")."', '$item_name', '$contact_name', '$contact_position', '$email_address', '$company_name', '$phone_number', '$fax_number', '$billing_address', '$billing_city', '$billing_province', '$billing_postal_code', '$job_title', '".str_replace("\n", "
", $description)."', '$category1', '$category2', '$category3', '$keywords', '$appearance', '$city1', '$city2', '$city3', '$city4', '$city5', '$city6', '$city7', '$city8', '$city9', '$city10', '$content', '$logo_type', '$discount_code')"); $invoice=mysql_insert_id(); } print("

Please confirm the details below:

"); if($discount_code!='' && ($discount_amount!='' or $discount_rate!='')){ print(" "); } print(""); if($p<8 or $p==17){ print(""); if($p>=5){ print(""); if($p>=6 && $p<17){ print(""); if($p>=7 && $p<17){print(""); } } } } $billing_province=strtoupper($billing_province); if($billing_province=='BC'){$tax_rate='12.00';} elseif($billing_province=='NS'){$tax_rate='15.00';} elseif($billing_province=='AB' or $billing_province=='MB' or $billing_province=='NT' or $billing_province=='NU' or $billing_province=='PE' or $billing_province=='SK' or $billing_province=='YK' or $billing_province=='QC'){$tax_rate='5.00';} elseif($billing_province=='ON' or $billing_province=='NB' or $billing_province=='NL' or $billing_province=='NF'){$tax_rate="13.000";} else{$tax_rate="0.00";} if($p<8 or $p==17){print("");} print("
Item$item_name
Price$$item_price + tax
Promo Code$discount_code
Discount"); if($discount_amount!=''){print("$".$discount_amount); $new_amt=$item_price-$discount_amount;} elseif($discount_rate!=''){print($discount_rate."%"); $new_amt=$item_price*($discount_rate/100);} print("
New price$".number_format($new_amt, 2, '.', ',')." + tax
Company Name$company_name
Billing Address$billing_address
Billing City$billing_city
Billing Province$billing_province
Billing Postal Code$billing_postal_code
Billing Country$billing_country
Contact Name$contact_name
Contact Position$contact_position
Email Address$email_address
Phone Number$phone_number
Fax Number$fax_number
Job Title$job_title
Category 1$category1
Category 2$category2
Category 3$category3
Keywords$keywords
City/Postal Code$city1
City/Postal Code 2$city2
City/Postal Code 3$city3
City/Postal Code 4$city4
City/Postal Code 5$city5
City/Postal Code 6$city6
City/Postal Code 7$city7
City/Postal Code 8$city8
City/Postal Code 9$city9
City/Postal Code 10$city10
Job Description".stripslashes($description)."
"); if($p<13 or $p==17){ print("
\"\""); } elseif($p<18){ print("
"); } print("Return to make changes"); } else{ print("

Please fill out the information below before making your purchase.

"); if($p<8 or $p==17){ print(""); if($p>='5'){ print(""); } if($p>='6'){ print(""); } if($p=='7'){ print(""); } } print("
Promo Code

Company Information

"); if($p>0 && $p<=17){ print("
"); if($p=='1'){ print("

Premium job posting

$399.00

  • 1 city
  • 28 day job posting
  • Applicant Management System
  • Hundreds of job boards and websites
  • Search engine optimized
  • Social media optimization
  • 2 top of list reposts
  • 2 web cross-posts
"); } elseif($p=='4'){ print("

Easy hire job posting

$299.00

  • 14 day job posting
  • 1 city
  • Applicant Management System
  • Google and Yahoo optimized
  • Only for general labour, unskilled positions
  • No socical media
  • No premium job boards
"); } elseif($p=='5'){ print("

3 city premium job posting

$499.00

  • 3 cities
  • 28 day job posting
  • Applicant Management System
  • Hundreds of job boards and websites
  • Search engine optimized
  • Social media optimization
  • 2 top of list reposts
  • 2 web cross-posts
"); } elseif($p=='6'){ print("

5 city premium job posting

$595.00

  • 5 cities
  • 28 day job posting
  • Applicant Management System
  • Hundreds of job boards and websites
  • Search engine optimized
  • Social media optimization
  • 2 top of list reposts
  • 2 web cross-posts
"); } elseif($p=='7'){ print("

10 city posting

$999.00

  • 10 cities
  • 28 day job posting
  • Applicant Management System
  • Hundreds of job boards and websites
  • Search engine optimized
  • Social media optimization
  • 2 top of list reposts
  • 2 web cross-posts
"); } elseif($p=='8'){ print("

3 job posting package

$1,053.00

  • Take up to 2 years use your package
  • 28 day job postings
  • Applicant Management System
  • hundreds of job boards and websites
  • Search engine optimization
  • Social media optimization
  • 2 top of list reposting
  • 2 web cross-posts
"); } elseif($p=='9'){ print("

5 job posting package

$1,596.00

  • Take up to 2 years use your package
  • 28 day job postings
  • Applicant Management System
  • hundreds of job boards and websites
  • Search engine optimization
  • Social media optimization
  • 2 top of list reposting
  • 2 web cross-posts
"); } elseif($p=='10'){ print("

10 job posting package

$2,993 $1,999

  • Take up to 2 years use your package
  • 28 day job postings
  • Applicant Management System
  • hundreds of job boards and websites
  • Search engine optimization
  • Social media optimization
  • 2 top of list reposting
  • 2 web cross-posts
"); } elseif($p=='11'){ print("

25 job posting package

$6,484.00

  • Take up to 2 years use your package
  • 28 day job postings
  • Applicant Management System
  • hundreds of job boards and websites
  • Search engine optimization
  • Social media optimization
  • 2 top of list reposting
  • 2 web cross-posts
  • Facebook App
"); } elseif($p=='12'){ print("

50 job posting package

$11,970.00

  • Take up to 2 years use your package
  • 28 day job postings
  • Applicant Management System
  • hundreds of job boards and websites
  • Search engine optimization
  • Social media optimization
  • 2 top of list reposting
  • 2 web cross-posts
  • Facebook App
"); } elseif($p=='13'){ print("

3 job slot package

$898.00/month

  • Change your jobs at any time
  • Applicant Management System
  • Hundreds of job boards and websites
  • Search engine optimization
  • Social media optimization
  • Top of list repostings
  • Web cross-posts
  • Facebook App
"); } elseif($p=='14'){ print("

5 job slot package

$1,247.00/month

  • Change your jobs at any time
  • Applicant Management System
  • Hundreds of job boards and websites
  • Search engine optimization
  • Social media optimization
  • Top of list repostings
  • Web cross-posts
  • Facebook App
"); } elseif($p=='15'){ print("

10 job slot package

$1,746.00/month

  • Change your jobs at any time
  • Applicant Management System
  • Hundreds of job boards and websites
  • Search engine optimization
  • Social media optimization
  • Top of list repostings
  • Web cross-posts
  • Facebook App
"); } elseif($p=='16'){ print("

25 job slot package

$3,117.00/month

  • Change your jobs at any time
  • Applicant Management System
  • Hundreds of job boards and websites
  • Search engine optimization
  • Social media optimization
  • Top of list repostings
  • Web cross-posts
  • Facebook App
"); } elseif($p=='17'){ print("

Guaranteed job posting

$599 $399

  • Up to 4 cities
  • 28 day job posting
  • Applicant Management System
  • Guaranteed 25 applicants
  • Posting runs another 28 days if you don't get 25 applicants
  • Hundreds of websites
  • Search engine optimized
  • Social media optimization
  • 2 top of list reposts
  • 2 web cross-posts
"); } $description=stripslashes($description); $job=stripslashes($job); $company_name=stripslashes($company_name); $email_address=stripslashes($email_address); $p2="jobpost"; print("
Company Name*
Billing Address*
Billing City*
Billing Province*
Billing Country
Billing Postal Code*
Contact Name*
Contact Position*
Email Address*
Phone Number*
Fax Number

Job Posting Information

Job Title*

Job Description

Category 1*
Category 2
Category 3
Keywords
Logo
City/Postal Code*
City/Postal Code 2
City/Postal Code 3
City/Postal Code 4
City/Postal Code 5
City/Postal Code 6
City/Postal Code 7
City/Postal Code 8
City/Postal Code 9
City/Postal Code 10
"); } } print(" "); include("bottom.php"); ?>