Файловый менеджер - Редактировать - /home/d46091/efoodlicence.com/tele-makePayment.php
Назад
<?php if(isset($_POST['turnover']) && ($_POST['turnover'] =='Turnover Above 12 Lacs Upto 20CR')){ $turnover = $_POST['turnover']; $servicePrice ='3500'; $kindOfBuissness = $_POST['nature_business']; if(($kindOfBuissness=='Manufacturer') || ($kindOfBuissness=='Vegetable Oil Manufacturing')){ $price='3000'; }else{ $price='2000'; } $gst ='630'; $years = $_POST['years']; $orderAmount = $servicePrice + $gst; $govtFees = $price * $years; $finalAmountPayable = 6999; //$govtFees; //echo $price; $scope='FSSAI STATE LICENCE'; }elseif(isset($_POST['turnover']) && ($_POST['turnover'] =='Turnover Above 20CR')){ $servicePrice ='4500'; $gst ='810'; $finalAmountPayable = 14999; $scope = 'CENTRAL LICENCE'; }elseif(isset($_POST['turnover']) && ($_POST['turnover'] =='Turnover Upto 12 Lacs')){ include_once('telesales-submit.php'); }else{ echo ''; header("Location: ./"); die(); } ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Payment | FSSAI</title> <link rel="icon" href="../assets/img/fssai-logo.png" type="image/gif" sizes="16x16"> <script src="https://kit.fontawesome.com/d23a55b7f1.js" crossorigin="anonymous"></script> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap" rel="stylesheet"> <link rel="stylesheet" href="/css/main.css?v=<?php echo time(); ?>"> <style> body{background: url(https://startupsguide.co.in/assets/img/f12.jpg) no-repeat center center fixed;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;margin:6rem;}.lft{background: rgba(0,0,0,0.8);}table, th, td {border: 1px solid black;border-collapse: collapse;}.main-con{width:95%;}.rcon{background:white;}td {border: 1px solid black;text-align: center;background-color: #80877d57;padding-top: 10px;padding-bottom: 10px;font-weight: bold;font-size: 14px;}td,.info{border: 1px solid black;background-color: #fff;padding-top: 10px;padding-bottom: 10px;font-weight: bold;font-size: 14px;}th, td {padding: 5px;text-align: left;}.price_table table {border: 1px solid #b8fdde;margin-top: 0;}.bg-head{background-color: #28a745!important;width:95%;margin:auto;}.blinkTxt {animation: blinker 2.8s linear infinite;color:red;}@keyframes blinker {50% {opacity: 0;}}form{background:none !important;}.rfrm{padding: 25px;background: url(https://thumbs.dreamstime.com/b/banner-raw-uncooked-ingredients-cooking-pasta-background-food-healthy-eating-concept-186934703.jpg);background-repeat: no-repeat;background-size: auto;filter: grayscale(0);}.bgz{padding: 30px 45px 30px 14px;background: url(bg3.png);background-repeat: no-repeat;background-size: contain;margin-left: 19.2rem;height: auto;margin-top: 0rem;}.whats-new-title {background: #0f7451 ;color: #fff;padding: 5px;line-height: 1.2em;}.txt{padding:0px 8px 0px 8px!important;border-bottom:2px solid #a3a3a3;font-family:inherit;margin-top: 37px;}</style> </head> <body> <!--<div class="bg-head p-2 text-white">FSSAI PAYMENT FOR <?php echo $scope;?></div>--> <div class="container ms-con"> <div class="row"> <div class="col-lg-7 mx-auto p-0 rfrm"> <div class="bgz"> <p class="txt">Name : <?php echo $_POST['applicant_name'];?></p> <p class="txt">Mobile Number : <?php echo $_POST['mobile_number'];?></p> <p class="txt">Email Id : <?php echo $_POST['email_id'];?></p> <p class="txt">Nature Of Business : <?php echo $_POST['nature_business'];?></p> <p class="txt">Certificate Validity Selected : <?php echo str_replace('_', ' ',$_POST['years']);?></p> </div> </div> <div class="col-lg-5 rcon p-4 mx-auto"> <div class="whats-new-title"> <h3 class="text-center" style="font-size:20px"><?php echo $scope.' (NEW)';?></h3> </div> <table style="width:100%"> <tr> <th>Status:</th> <td>Payment Pending</td> </tr> <!--<tr> <th>Request Number:</th> <td>FSSAIOL155VKL</td> </tr>--> </table> <div class="mt-3 mb-3 font-weight-bold text-center">No Hidden Charges</div> <div class="price_table"> <table width="100%"> <tbody> <?php #if($turnover=='Turnover Above 12 Lacs Upto 20CR'){ #$msgDisp =''; ?> <!--<tr> <td width="134">Govt Fees <p style="font-size:12px"></p></td> <td width="134"style="text-align:right"><?php echo 'Rs '.$govtFees;?></td> </tr>--> <?php #}else{ echo''; #$msgDisp ='<p class="font-weight-bold mt-3 blinkTxt">Note:This is only service fee, Government fee will be payable by you after application has been filled.</p>';}?> <tr> <td width="134;">Service Fees <p style="font-size:12px">18% GST</p></td> <td width="174"style="text-align:right">Rs <?php echo $servicePrice;?> <p style="font-size:13px;text-align:right">Rs <?php echo $gst;?></p> </td> </tr> <tr> <td width="134" style="font-size:15px">Total</td> <td width="156" style="font-size:15px;text-align:right"colspan="4">Rs <?php echo $finalAmountPayable;?> </td> </tr> </tbody> </table> <?php echo $msgDisp;?> <!--<p class="font-weight-bold mt-3">Note:This is only service fee, Government fee will be payable by you after application has been filled.</p>--> </div> <form method="post" action="telesales-submit.php" style="height: 20%!important;"> <input type="hidden" name="applicant_name" value="<?php echo $_POST['applicant_name']; ?>"/> <input type="hidden" name="email_id" value="<?php echo $_POST['email_id']; ?>"/> <input type="hidden" name="mobile_number" value="<?php echo $_POST['mobile_number']; ?>"/> <input type="hidden"name="name_of_business"value="<?php echo $_POST['name_of_business']; ?>"> <input type="hidden"name="nature_business"value="<?php echo $_POST['nature_business']; ?>"> <input type="hidden"name="food_category"value="<?php echo $_POST['food_category']; ?>"> <input type="hidden"name="designition"value="<?php echo $_POST['designition']; ?>"> <input type="hidden"name="office_address"value="<?php echo $_POST['office_address']; ?>"> <input type="hidden"name="pincode"value="<?php echo $_POST['pincode']; ?>"> <input type="hidden"name="state"value="<?php echo $_POST['state']; ?>"> <input type="hidden"name="turnover"value="<?php echo $_POST['turnover']; ?>"> <input type="hidden"name="years"value="<?php echo $_POST['years']; ?>"> <input type="hidden" name="product_price" value="<?php echo $finalAmountPayable; ?>"/> <input type="hidden"name="form_id"value="fssai_registration"> <input type="hidden" class="form-control" name="form_name" value="FSSAI Registration"> <input type="hidden" class="form-control" name="sales_executive" value="<?php echo $_POST['sales_executive'];?>"> <button class="btn whats-new-title mt-3 w-100" type="submit">Pay Now </button> </form> <div class="col-lg-12" style="color:#000;text-weight:bold;text-align:justify;"> <b>Note:</b> <br>Applicable Government fees will be paid by client directly to the government, after application is submitted by us. </div> </div> </div> </div>
| ver. 1.4 |
Github
|
.
| PHP 8.1.32 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка