Файловый менеджер - Редактировать - /home/d46091/foodlicenceportal.net/MakePaymentRenw.php
Назад
<?php if(isset($_POST['turnover']) && ($_POST['turnover'] =='Turnover Above 12 Lacs Upto 20CR')){ $turnover = $_POST['turnover']; $kindOfBuissness = $_POST['nature_business']; $productionCapacity = $_POST['production_capacity']; $manufacturedList = array( "Manufacturer" ); if (in_array($kindOfBuissness, $manufacturedList)) { $price = '5150'; $servicePrice = '4847'; } else { $price = '3500'; $servicePrice = '3497'; } $gst ='457.47'; $yearx = $_POST['yearx']; $totalDisp = $price * $yearx; $orderAmount = $servicePrice + $price; $govtFees = $price * $yearx; $finalAmountPayable = $orderAmount ; //$govtFees; //echo $price; $scope='FSSAI STATE LICENCE'; }elseif(isset($_POST['turnover']) && ($_POST['turnover'] =='Turnover Above 20CR')){ $servicePrice ='8850'; $gst ='810'; $yearx = $_POST['yearx']; $price=8147; $orderAmount = $servicePrice + $price; $govtFees = $price * $yearx; $finalAmountPayable = $orderAmount ; $scope = 'CENTRAL LICENCE'; }elseif(isset($_POST['turnover']) && ($_POST['turnover'] =='Turnover Upto 12 Lacs')){ include_once('submitx.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;* /* width: 100%; */ 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> <?php if($kindOfBuissness!=''){?> <p class="txt">Nature Of Business : <?php echo $_POST['nature_business'];?></p> <?php }else { echo '';} ?> <p class="txt">Certificate Validity Selected : <?php echo str_replace('_', ' ',$_POST['yearx']);?></p> </div> </div> <div class="col-lg-5 rcon p-5 mx-auto"> <div class="whats-new-title"> <h3 class="text-center" style="font-size:20px"><?php echo $scope.' (RENEWAL)';?></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> <!--<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>--> <tr> <td width="134;">Service Fees <p style="font-size:12px">Including GST, Govt Fees & Internet Handling Charges</p></td> <td width="174"style="text-align:right">Rs <?php echo $finalAmountPayable;?> </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> <!--<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="<?php echo $urlPay;?>" 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="existing_licence_number"value="<?php echo $_POST['existing_licence_number']; ?>"> <input type="hidden"name="turnover"value="<?php echo $_POST['turnover']; ?>"> <input type="hidden" name="product_price" value="<?php echo $finalAmountPayable; ?>"> <input type="hidden" class="form-control" name="form_name" value="FSSAI Registration"> <button class="btn whats-new-title mt-3 w-100" type="submit">Pay Now </button> </form> <div class="col-lg-12" style="padding-bottom: 3rem;color:#000;text-weight:bold;text-align:justify;"> <!-- <b>Note1 :</b> <br><b>Applicable Government fees For Renewal For <?php echo str_replace('_', ' ',$_POST['yearx']);?> is included in the above fees.</b> <hr> <b>Note 2:</b> <br><b>Late fees for delay in renewal if any, Will be payable separately </b>--> <b>Note1 :</b> <br><b>Applicable Government fees For Renewal For 1 Year is included in the above fees.</b> <hr> <b>Note2 :</b> <br><b>Renewal of Licence is Possible only after Annual Compliance of FSSAI Return has been done by client.</b> <hr> <b>Note3 :</b> <br><b>Modification Fee and Late fees for delay in Renewal, if any will be payable extra.</b> </div> </div> </div> </div>
| ver. 1.4 |
Github
|
.
| PHP 8.1.32 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка