MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 3.145.47.193
Web Server : Apache
System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User : ppcad7no ( 715)
PHP Version : 8.2.25
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /home2/ppcad7no/ntimachinery.com/webpanel/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/ntimachinery.com/webpanel/add-products.php
<?php 

include('config/function.php');

if(!isset($_SESSION['user_name']) || empty($_SESSION['user_name']))
{
header('location:login.php');
exit();
}
 
/* set variable */
$pagename = "Product";
$pagetaskname = " Add ";

/* set var blank */
$sess_msg ="";
$id = "";
	$ct_pd_name	="";			

	$ct_pd_url	="";			

	$ct_pd_sl	="";			

	$ct_pd_title ="";				

	$ct_pd_ky	="";			

	$ct_pd_mt_ds="";				

	$ic_image	="";				

	$hd_image	="";				

	$hd_sl_image ="";					

	$zoom_image_width	="";				

	$zoom_image_height	="";				

	$home_pd_width	="";				

	$home_pd_height	="";				

	$pd_dl_width		="";			

	$pd_dl_height		="";			

	$cust_img_width		="";			

	$cust_img_height		="";			

	$sm_image_width		="";			

	$sm_image_height	="";				

	$tmb_width	="";				

	$tmb_height	="";				

	$cat_pd_image="";					

	$cat_pd_hv_image	="";				

	$cat_pd_pdf_image="";					

	$cat_pd_video="";					

	$cat_pd_mrp	="";				

	$cat_pd_price	="";				

	$cat_pd_dist		="";			

	$cat_pd_dist_amt	="";				

	$cat_pd_sale_price="";					

	$cat_pd_usd_mrp	="";				

	$cat_pd_usd_price="";					

	$cat_pd_usd_dist	="";				

	$cat_pd_dist_usd_amt	="";				

	$cat_pd_sale_usd_price	="";				

	$quantity		="";			

	$stock			="";		

	$small_description	="";				

	$long_description	="";	


	$salient_feature	="";	

	$comparison	="";				

	$free_return			="";		

	$warranty		="";			

	$shipping		="";			

	$dilivery		="";			

	$support_number	="";				

	$support_email	="";				

	$status="";	

/* get id */
if(isset($_GET['id']) && $_GET['id']!="")
{
	$id = $_GET['id'];
}

if(isset($_POST['submit']) && $_POST['submit']=="add")
{
	
	
	$ct_pd_name = addslashes(ucwords(trim($_POST['ct_pd_name'])));
	$ct_pd_url = str_replace("---","-",preg_replace("/[^-a-zA-Z0-9s]/", "-", strtolower(trim($ct_pd_name))));
	$ct_pd_sl = addslashes(ucwords(trim($_POST['ct_pd_sl'])));
	$ct_pd_title = addslashes($_POST['ct_pd_title']);
	$ct_pd_ky = addslashes($_POST['ct_pd_ky']);
	$ct_pd_mt_ds = addslashes($_POST['ct_pd_mt_ds']);
	$zoom_image_width = $_POST['zoom_image_width'];
	$zoom_image_height = $_POST['zoom_image_height'];
	$home_pd_width = $_POST['home_pd_width'];
	$home_pd_height = $_POST['home_pd_height'];
	$pd_dl_width = $_POST['pd_dl_width'];
	$pd_dl_height = $_POST['pd_dl_height'];
	$cust_img_width = $_POST['cust_img_width'];
	$cust_img_height = $_POST['cust_img_height'];
	$sm_image_width = $_POST['sm_image_width'];
	$sm_image_height = $_POST['sm_image_height'];
	$tmb_width = $_POST['tmb_width'];
	$tmb_height = $_POST['tmb_height'];
	$cat_pd_mrp = $_POST['cat_pd_mrp'];
	$cat_pd_price = $_POST['cat_pd_price'];
	$cat_pd_dist = $_POST['cat_pd_dist'];
	$cat_pd_dist_amt = $_POST['cat_pd_dist_amt'];
	$cat_pd_sale_price = $_POST['cat_pd_sale_price'];
	$cat_pd_usd_mrp = $_POST['cat_pd_usd_mrp'];
	$cat_pd_usd_price = $_POST['cat_pd_usd_price'];
	$cat_pd_usd_dist = $_POST['cat_pd_usd_dist'];
	$cat_pd_dist_usd_amt = $_POST['cat_pd_dist_usd_amt'];
	$cat_pd_sale_usd_price = $_POST['cat_pd_sale_usd_price'];
	$quantity = $_POST['quantity'];
	$stock = $_POST['stock'];
	$small_description = addslashes(trim($_POST['small_description']));
	$long_description = addslashes(trim($_POST['long_description']));
	$salient_feature = addslashes(trim($_POST['salient_feature']));
	$comparison = addslashes(trim($_POST['comparison']));
	$free_return = $_POST['free_return'];
	$warranty = $_POST['warranty'];
	$shipping = $_POST['shipping'];
	$dilivery = $_POST['dilivery'];
	$support_number = $_POST['support_number'];
	$support_email = $_POST['support_email'];
	
	if(!empty($_POST['status'])) { $status=1; } else{ $status=0; }
	
	
	
	/* check title in database */
	$checkDuplicate ="";
	
			if($id!="")
			{
				
				/* print_r($_FILES);
				
				exit; */
				
if(isset($_FILES['hd_sl_image']) && ($_FILES['hd_sl_image']['size']['0']!=""))
	{				
$errors = array();
$uploadedFiles = array();
$UploadFolder = "uploads/product/hd_sl_image";

$counter = 0;

foreach($_FILES["hd_sl_image"]["tmp_name"] as $key=>$tmp_name){
	 $temp = $_FILES["hd_sl_image"]["tmp_name"][$key];
	$time =time();
	$name =  $_FILES["hd_sl_image"]["name"][$key];
	 $hd_sl_image =  $time.$name; 
	if(empty($temp))
	{
		break;
	}
	
	$counter++;
	$UploadOk = true;
	
		
	$ext = pathinfo($hd_sl_image, PATHINFO_EXTENSION);

	
	if(file_exists($UploadFolder."/".$hd_sl_image) == true){
		$UploadOk = false;
		array_push($errors, $hd_sl_image." file is already exist.");
	}
	
	if($UploadOk == true){
		move_uploaded_file($temp,$UploadFolder."/".$hd_sl_image);
		array_push($uploadedFiles, $hd_sl_image);
	}
}

if($name!="")
{

$detires=mysqli_query($conn,"SELECT * FROM cat_prod Where id='$id'");
$urb=mysqli_fetch_array($detires);
$stvr=$urb['hd_sl_image'];
   
if(count($uploadedFiles)>0){

$hd_sl_image = implode ("," , $uploadedFiles);

$hd_sl_image= $hd_sl_image . ',' . $stvr;
}
}else {
	$detires=mysqli_query($conn,"SELECT * FROM cat_prod Where id='$id'");
$urb=mysqli_fetch_array($detires);
$hd_sl_image=$urb['hd_sl_image'];
}
}else {
	$detires=mysqli_query($conn,"SELECT * FROM cat_prod Where id='$id'");
$urb=mysqli_fetch_array($detires);
$hd_sl_image=$urb['hd_sl_image'];
}

if(isset($_FILES['cat_pd_image']) && ($_FILES['cat_pd_image']['size']['0']!=""))
			{

$errors = array();
$uploadedFiles = array();
$UploadFolder = "uploads/product/cat_pd_image";

$counter = 0;

foreach($_FILES["cat_pd_image"]["tmp_name"] as $key=>$tmp_name){
	$temp = $_FILES["cat_pd_image"]["tmp_name"][$key];
	$time =time();
	$name =  $_FILES["cat_pd_image"]["name"][$key];
	 $cat_pd_image =  $time.$name;
	if(empty($temp))
	{
		break;
	}
	
	$counter++;
	$UploadOk = true;
	
		
	$ext = pathinfo($cat_pd_image, PATHINFO_EXTENSION);

	
	if(file_exists($UploadFolder."/".$cat_pd_image) == true){
		$UploadOk = false;
		array_push($errors, $cat_pd_image." file is already exist.");
	}
	
	if($UploadOk == true){
		move_uploaded_file($temp,$UploadFolder."/".$cat_pd_image);
		array_push($uploadedFiles, $cat_pd_image);
	}
}

if($name!="")
{

$detires=mysqli_query($conn,"SELECT * FROM cat_prod Where id='$id'");
$urb=mysqli_fetch_array($detires);
$stvr=$urb['cat_pd_image'];
   
if(count($uploadedFiles)>0){

$cat_pd_image = implode ("," , $uploadedFiles);

$cat_pd_image= $cat_pd_image . ',' . $stvr;
}
}else {
	$detires=mysqli_query($conn,"SELECT * FROM cat_prod Where id='$id'");
$urb=mysqli_fetch_array($detires);
$cat_pd_image=$urb['cat_pd_image'];
}

			}else {
	$detires=mysqli_query($conn,"SELECT * FROM cat_prod Where id='$id'");
$urb=mysqli_fetch_array($detires);
$cat_pd_image=$urb['cat_pd_image'];
}

			
			
if(isset($_FILES['cat_pd_hv_image']) && ($_FILES['cat_pd_hv_image']['size']['0']!=""))
			{			

$errors = array();
$uploadedFiles = array();
$UploadFolder = "uploads/product/cat_pd_hv_image";

$counter = 0;

foreach($_FILES["cat_pd_hv_image"]["tmp_name"] as $key=>$tmp_name){
	$temp = $_FILES["cat_pd_hv_image"]["tmp_name"][$key];
	$time =time();
	$name =  $_FILES["cat_pd_hv_image"]["name"][$key];
	 $cat_pd_hv_image =  $time.$name;
	if(empty($temp))
	{
		break;
	}
	
	$counter++;
	$UploadOk = true;
	
		
	$ext = pathinfo($cat_pd_hv_image, PATHINFO_EXTENSION);

	
	if(file_exists($UploadFolder."/".$cat_pd_hv_image) == true){
		$UploadOk = false;
		array_push($errors, $cat_pd_hv_image." file is already exist.");
	}
	
	if($UploadOk == true){
		move_uploaded_file($temp,$UploadFolder."/".$cat_pd_hv_image);
		array_push($uploadedFiles, $cat_pd_hv_image);
	}
}

if($name!="")
{

$detires=mysqli_query($conn,"SELECT * FROM cat_prod Where id='$id'");
$urb=mysqli_fetch_array($detires);
$stvr=$urb['cat_pd_hv_image'];
   
if(count($uploadedFiles)>0){

$cat_pd_hv_image = implode ("," , $uploadedFiles);

$cat_pd_hv_image= $cat_pd_hv_image . ',' . $stvr;
}
}else {
	$detires=mysqli_query($conn,"SELECT * FROM cat_prod Where id='$id'");
$urb=mysqli_fetch_array($detires);
$cat_pd_hv_image=$urb['cat_pd_hv_image'];
}

	}else {
	$detires=mysqli_query($conn,"SELECT * FROM cat_prod Where id='$id'");
$urb=mysqli_fetch_array($detires);
$cat_pd_hv_image=$urb['cat_pd_hv_image'];
}
	



if(isset($_FILES['cat_pd_pdf_image']) && ($_FILES['cat_pd_pdf_image']['size']['0']!=""))
	{

$errors = array();
$uploadedFiles = array();
$UploadFolder = "uploads/product/cat_pd_pdf_image";

$counter = 0;

foreach($_FILES["cat_pd_pdf_image"]["tmp_name"] as $key=>$tmp_name){
	$temp = $_FILES["cat_pd_pdf_image"]["tmp_name"][$key];
	$time =time();
	$name =  $_FILES["cat_pd_pdf_image"]["name"][$key];
	 $cat_pd_pdf_image =  $time.$name;
	if(empty($temp))
	{
		break;
	}
	
	$counter++;
	$UploadOk = true;
	
		
	$ext = pathinfo($cat_pd_pdf_image, PATHINFO_EXTENSION);

	
	if(file_exists($UploadFolder."/".$cat_pd_pdf_image) == true){
		$UploadOk = false;
		array_push($errors, $cat_pd_pdf_image." file is already exist.");
	}
	
	if($UploadOk == true){
		move_uploaded_file($temp,$UploadFolder."/".$cat_pd_pdf_image);
		array_push($uploadedFiles, $cat_pd_pdf_image);
	}
}

if($name!="")
{

$detires=mysqli_query($conn,"SELECT * FROM cat_prod Where id='$id'");
$urb=mysqli_fetch_array($detires);
$stvr=$urb['cat_pd_pdf_image'];
   
if(count($uploadedFiles)>0){

$cat_pd_pdf_image = implode ("," , $uploadedFiles);

$cat_pd_pdf_image= $cat_pd_pdf_image . ',' . $stvr;
}
}else {
	$detires=mysqli_query($conn,"SELECT * FROM cat_prod Where id='$id'");
$urb=mysqli_fetch_array($detires);
$cat_pd_pdf_image=$urb['cat_pd_pdf_image'];
}

	}else {
	$detires=mysqli_query($conn,"SELECT * FROM cat_prod Where id='$id'");
$urb=mysqli_fetch_array($detires);
$cat_pd_pdf_image=$urb['cat_pd_pdf_image'];
}

	
	
if(isset($_FILES['cat_pd_video']) && ($_FILES['cat_pd_video']['size']['0']!=""))
	{	
$errors = array();
$uploadedFiles = array();
$UploadFolder = "uploads/product/cat_pd_video";

$counter = 0;

foreach($_FILES["cat_pd_video"]["tmp_name"] as $key=>$tmp_name){
	$temp = $_FILES["cat_pd_video"]["tmp_name"][$key];
	$time =time();
	$name =  $_FILES["cat_pd_video"]["name"][$key];
	 $cat_pd_video =  $time.$name;
	if(empty($temp))
	{
		break;
	}
	
	$counter++;
	$UploadOk = true;
	
		
	$ext = pathinfo($cat_pd_video, PATHINFO_EXTENSION);

	
	if(file_exists($UploadFolder."/".$cat_pd_video) == true){
		$UploadOk = false;
		array_push($errors, $cat_pd_video." file is already exist.");
	}
	
	if($UploadOk == true){
		move_uploaded_file($temp,$UploadFolder."/".$cat_pd_video);
		array_push($uploadedFiles, $cat_pd_video);
	}
}

if($name!="")
{

$detires=mysqli_query($conn,"SELECT * FROM cat_prod Where id='$id'");
$urb=mysqli_fetch_array($detires);
$stvr=$urb['cat_pd_video'];
   
if(count($uploadedFiles)>0){

$cat_pd_video = implode ("," , $uploadedFiles);

$cat_pd_video= $cat_pd_video . ',' . $stvr;
}
	}
	else 
	{
		$detires=mysqli_query($conn,"SELECT * FROM cat_prod Where id='$id'");
		$urb=mysqli_fetch_array($detires);
		$cat_pd_video=$urb['cat_pd_video'];
	}
	}else 
	{
		$detires=mysqli_query($conn,"SELECT * FROM cat_prod Where id='$id'");
		$urb=mysqli_fetch_array($detires);
		$cat_pd_video=$urb['cat_pd_video'];
	}	
	

	
if(isset($_FILES['ic_image']) && ($_FILES['ic_image']['size']['0']!=""))
	{

	
$errors = array();
$uploadedFiles = array();
$UploadFolder = "uploads/product/ic_image";

$counter = 0;

foreach($_FILES["ic_image"]["tmp_name"] as $key=>$tmp_name){
	 $temp = $_FILES["ic_image"]["tmp_name"][$key];
	$time =time();
	 $name =  $_FILES["ic_image"]["name"][$key]; 
	 $ic_image =  $time.$name;
	if(empty($temp))
	{
		break;
	}
	
	$counter++;
	$UploadOk = true;
	
		
	$ext = pathinfo($ic_image, PATHINFO_EXTENSION);

	
	if(file_exists($UploadFolder."/".$ic_image) == true){
		$UploadOk = false;
		array_push($errors, $ic_image." file is already exist.");
	}
	
	if($UploadOk == true){
		move_uploaded_file($temp,$UploadFolder."/".$ic_image);
		array_push($uploadedFiles, $ic_image);
	}
}

if($name!="")
{

$detires=mysqli_query($conn,"SELECT * FROM cat_prod Where id='$id'");
$urb=mysqli_fetch_array($detires);
$stvr=$urb['ic_image'];
   
if(count($uploadedFiles)>0){

$ic_image = implode ("," , $uploadedFiles);

$ic_image= $ic_image . ',' . $stvr;
}
}else {
	$detires=mysqli_query($conn,"SELECT * FROM cat_prod Where id='$id'");
$urb=mysqli_fetch_array($detires);
$ic_image=$urb['ic_image'];
}
	}else {
	$detires=mysqli_query($conn,"SELECT * FROM cat_prod Where id='$id'");
$urb=mysqli_fetch_array($detires);
$ic_image=$urb['ic_image'];
}
	
	
if(isset($_FILES['hd_image']) && ($_FILES['hd_image']['size']['0']!=""))
{	
$errors = array();
$uploadedFiles = array();
$UploadFolder = "uploads/product/hd_image";

$counter = 0;

foreach($_FILES["hd_image"]["tmp_name"] as $key=>$tmp_name){
	$temp = $_FILES["hd_image"]["tmp_name"][$key];
	$time =time();
	$name =  $_FILES["hd_image"]["name"][$key];
	 $hd_image =  $time.$name;
	if(empty($temp))
	{
		break;
	}
	
	$counter++;
	$UploadOk = true;
	
		
	$ext = pathinfo($hd_image, PATHINFO_EXTENSION);

	
	if(file_exists($UploadFolder."/".$hd_image) == true){
		$UploadOk = false;
		array_push($errors, $hd_image." file is already exist.");
	}
	
	if($UploadOk == true){
		move_uploaded_file($temp,$UploadFolder."/".$hd_image);
		array_push($uploadedFiles, $hd_image);
	}
}

if($name!="")
{

$detires=mysqli_query($conn,"SELECT * FROM cat_prod Where id='$id'");
$urb=mysqli_fetch_array($detires);
$stvr=$urb['hd_image'];
   
if(count($uploadedFiles)>0){

$hd_image = implode ("," , $uploadedFiles);

$hd_image= $hd_image . ',' . $stvr;
}
}else {
	$detires=mysqli_query($conn,"SELECT * FROM cat_prod Where id='$id'");
$urb=mysqli_fetch_array($detires);
$hd_image=$urb['hd_image'];
}

	}else {
	$detires=mysqli_query($conn,"SELECT * FROM cat_prod Where id='$id'");
$urb=mysqli_fetch_array($detires);
$hd_image=$urb['hd_image'];
}

		
		
				
				
				
				  $query_update="UPDATE cat_prod SET ct_pd_name='".$ct_pd_name."',ct_pd_url='".$ct_pd_url."',ct_pd_sl='".$ct_pd_sl."',ct_pd_title='".$ct_pd_title."',ct_pd_ky='".$ct_pd_ky."',ct_pd_mt_ds='".$ct_pd_mt_ds."',ic_image='".$ic_image."',hd_image='".$hd_image."',hd_sl_image='".$hd_sl_image."',zoom_image_width='".$zoom_image_width."',zoom_image_height='".$zoom_image_height."',home_pd_width='".$home_pd_width."',home_pd_height='".$home_pd_height."',pd_dl_width='".$pd_dl_width."',pd_dl_height='".$pd_dl_height."',cust_img_width='".$cust_img_width."',cust_img_height='".$cust_img_height."',sm_image_width='".$sm_image_width."',sm_image_height='".$sm_image_height."',tmb_width='".$tmb_width."',tmb_height='".$tmb_height."',cat_pd_image='".$cat_pd_image."',cat_pd_hv_image='".$cat_pd_hv_image."',cat_pd_pdf_image='".$cat_pd_pdf_image."',cat_pd_video='".$cat_pd_video."',cat_pd_mrp='".$cat_pd_mrp."',cat_pd_price='".$cat_pd_price."',cat_pd_dist='".$cat_pd_dist."',cat_pd_dist_amt='".$cat_pd_dist_amt."',cat_pd_sale_price='".$cat_pd_sale_price."',cat_pd_usd_mrp='".$cat_pd_usd_mrp."',cat_pd_usd_price='".$cat_pd_usd_price."',cat_pd_usd_dist='".$cat_pd_usd_dist."',cat_pd_dist_usd_amt='".$cat_pd_dist_usd_amt."',cat_pd_sale_usd_price='".$cat_pd_sale_usd_price."',quantity='".$quantity."',stock='".$stock."',small_description='".$small_description."',long_description='".$long_description."',free_return='".$free_return."',warranty='".$warranty."',shipping='".$shipping."',dilivery='".$dilivery."',support_number='".$support_number."',support_email='".$support_email."',status='".$status."' WHERE id='".$id."'";
				
			 
				
				if($sql_update=$conn->prepare($query_update))
				{
					$sql_update->execute();
					$sess_msg = $pagename." Update Successfully.";	
				}
			}
			
		}

/* Listing  */
if($id!="")
{
    $query_select="SELECT * FROM cat_prod WHERE id='".$id."'";
	if($sql_select=$conn->query($query_select))
	{ 
		if($sql_select->num_rows>0)
		{
			$result=$sql_select->fetch_array(MYSQLI_ASSOC);
			
			$ct_pd_name = stripslashes($result['ct_pd_name']);
			$ct_pd_url = stripslashes($result['ct_pd_url']);
			$ct_pd_sl = stripslashes($result['ct_pd_sl']);
			$ct_pd_title = stripslashes($result['ct_pd_title']);
			$ct_pd_ky = stripslashes($result['ct_pd_ky']);
			$ct_pd_mt_ds = $result['ct_pd_mt_ds'];
			$ic_image = $result['ic_image'];
			$hd_image = $result['hd_image'];
			$hd_sl_image = $result['hd_sl_image'];
			$zoom_image_width = $result['zoom_image_width'];
			$zoom_image_height = $result['zoom_image_height'];
			$home_pd_width = $result['home_pd_width'];
			$home_pd_height = $result['home_pd_height'];
			$pd_dl_width = $result['pd_dl_width'];
			$pd_dl_height = $result['pd_dl_height'];
			$cust_img_width = $result['cust_img_width'];
			$cust_img_height = $result['cust_img_height'];
			$sm_image_width = $result['sm_image_width'];
			$sm_image_height = $result['sm_image_height'];
			$tmb_width = $result['tmb_width'];
			$tmb_height = $result['tmb_height'];
			$cat_pd_image = $result['cat_pd_image'];
			$cat_pd_hv_image = $result['cat_pd_hv_image'];
			$cat_pd_pdf_image = $result['cat_pd_pdf_image'];
			$cat_pd_video = $result['cat_pd_video'];
			$cat_pd_mrp = $result['cat_pd_mrp'];
			$cat_pd_price = $result['cat_pd_price'];
			$cat_pd_dist = $result['cat_pd_dist'];
			$cat_pd_dist_amt = $result['cat_pd_dist_amt'];
			$cat_pd_sale_price = $result['cat_pd_sale_price'];
			$cat_pd_usd_mrp = $result['cat_pd_usd_mrp'];
			$cat_pd_usd_price = $result['cat_pd_usd_price'];
			$cat_pd_usd_dist = $result['cat_pd_usd_dist'];
			$cat_pd_dist_usd_amt = $result['cat_pd_dist_usd_amt'];
			$cat_pd_sale_usd_price = $result['cat_pd_sale_usd_price'];
			$quantity = $result['quantity'];
			$stock = $result['stock'];
			$small_description = stripslashes($result['small_description']);
			$long_description = stripslashes($result['long_description']);
			 
			$free_return = $result['free_return'];
			$warranty = $result['warranty'];
			$shipping = $result['shipping'];
			$dilivery = $result['dilivery'];
			$support_number = $result['support_number'];
			$support_email = $result['support_email'];
			$status = $result['status'];
			$pagetaskname = " Update ";
		}
		
    }
}

?>
<!DOCTYPE html>
<html>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> 
  <title>Dashboard</title>
  <link rel="stylesheet" href="bower_components/font-awesome/css/font-awesome.min.css">
  <link rel="stylesheet" href="bower_components/Ionicons/css/ionicons.min.css">
  <link rel="stylesheet" href="dist/css/AdminLTE.min.css">
  <link rel="stylesheet" href="dist/css/skins/_all-skins.min.css">
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
		<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
		<script src="dist/js/editor.js"></script>
		<script>
			$(document).ready(function() {
				$("#txtEditor").Editor();
			});
		</script>
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
		<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
		<link href="dist/css/editor.css" type="text/css" rel="stylesheet"/>
    
</head>
<body class="hold-transition skin-blue sidebar-mini">
<div class="wrapper">

  <?php include('header.php') ?>
  <?php include('left-menu.php') ?>
  <!-- Content Wrapper. Contains page content -->
  <div class="content-wrapper">


    <section class="content">
      <div class="row">
       <div class="col-md-12">
          <div class="main-title">
		   <?php if($sess_msg!="") { ?> <h3 class="h5-headn hegt-96" style="color:red;"><?php echo $sess_msg; ?></h3> <?php } else { ?>
						  <h3>UPDATE Category/Product</h3>
						<?php } ?>
         
           </div>
          </div>
          <div class="col-md-12">
          <div class="field-section">
              <form action="" method="post" enctype="multipart/form-data">
              <div class="row">
               <div class="col-md-4">
                <label class="input-text">Cate/Prod Name</label>
                  <div class="form-group">
                      <input type="text" name="ct_pd_name" value="<?php echo $ct_pd_name; ?>" required class="from-control custom-type">
                   </div>
                  </div>
                 <div class="col-md-4">
                  <label class="input-text">Cate/Prod Own URL</label>
                   <div class="form-group">
                      <input type="text" name="ct_pd_url" value="<?php echo $ct_pd_url; ?>" readonly style="cursor: not-allowed; opacity: 1;" class="from-control custom-type">
                   </div>
                  </div>
                  <div class="col-md-4 mt-5">
                   <button type="submit" name="submit" value="add" class="btn btn-submit">Create</button>   
                  </div>
                  </div>
                  <div class="row">
                   
                 <div class="col-md-4">
                <label class="input-text">Cate/Prod Slogan</label>
                  <div class="form-group">
                      <input type="text" name="ct_pd_sl" value="<?php echo $ct_pd_sl; ?>" class="from-control custom-type" placeholder="Cate/Prod Slogan">
                   </div>
                  </div> 
                 <div class="col-md-4">
                <label class="input-text">Cate/Prod Title</label>
                  <div class="form-group">
                      <input type="text" name="ct_pd_title" value="<?php echo $ct_pd_title; ?>" class="from-control custom-type" placeholder="Cate/Prod Title">
                   </div>
                  </div> 
                <div class="col-md-4">
                <label class="input-text">Cate/Prod Keyword</label>
                  <div class="form-group">
                      <input type="text" name="ct_pd_ky" value="<?php echo $ct_pd_ky; ?>" class="from-control custom-type" placeholder="Cate/Prod Keyword">
                   </div>
                  </div> 
                    
                 <div class="col-md-12">
                 <label class="input-text">Cate/Prod Meta Description</label>
                  <div class="form-group">
                      <textarea name="ct_pd_mt_ds" class="from-control custom-type" placeholder="Page Meta Description" rows="5" cols="5"><?php echo $ct_pd_mt_ds; ?></textarea>
                   </div>
                  </div> 
                <div class="col-md-4">
                <label class="input-text">Icon Image</label>
                  <div class="form-group">
				  	<?php 

						if($ic_image!="") {
					   $str=$result['ic_image'];
					   $uploadedFiles= explode(",",$str);
					   foreach($uploadedFiles as $fileName){
					   ?>
					 <div class="col-md-2">
                        <?php  if($fileName!=''){	?>
					  <img src="uploads/product/ic_image/<?php echo $fileName; ?>" width="50px" height="50px">
					  <a  href="removeImage.php?id=<?php echo $id; ?>&&data=<?php echo $fileName; ?>" style="cursor:pointer;">Remove</a>
						<?php } ?>
					</div> 
					<?php	}
						}
						?>
				  
				    <input type="file" name="ic_image[]" value="<?php echo $ic_image; ?>" class="form-control custom-type"  multiple >
                   </div>
                  </div>   
                <div class="col-md-4">
                <label class="input-text">Header Image</label>
                  <div class="form-group">
				    <?php 
						if($hd_image!="") {
					   $str=$result['hd_image'];
					   $uploadedFiles= explode(",",$str);
					   foreach($uploadedFiles as $fileName){
					   ?>
					 <div class="col-md-2">
                        <?php  if($fileName!=''){	?>
					  <img src="uploads/product/hd_image/<?php echo $fileName; ?>" width="50px" height="50px">
					  <a  href="removeImage1.php?id=<?php echo $id; ?>&&data=<?php echo $fileName; ?>" style="cursor:pointer;">Remove</a>
						<?php } ?>
					</div> 
					<?php	}
						}
						?>
                      <input type="file" name="hd_image[]" value="<?php echo $hd_image; ?>" class="form-control custom-type"  multiple >
                   </div>
                  </div> 
                     <div class="col-md-4">
                <label class="input-text">Header Slider Image</label>
                  <div class="form-group">
				     <?php 
						if($hd_sl_image!="") {
					   $str=$result['hd_sl_image'];
					   $uploadedFiles= explode(",",$str);
					   foreach($uploadedFiles as $fileName){
					   ?>
					 <div class="col-md-2">
                        <?php  if($fileName!=''){	?>
					  <img src="uploads/product/hd_sl_image/<?php echo $fileName; ?>" width="50px" height="50px">
					  <a  href="removeImage2.php?id=<?php echo $id; ?>&&data=<?php echo $fileName; ?>" style="cursor:pointer;">Remove</a>
						<?php } ?>
					</div> 
					<?php	}
						}
						?>
                      <input type="file" name="hd_sl_image[]" class="form-control custom-type"  multiple >
                   </div>
                  </div>   
                  </div>
                   <div class="row">
                <div class="col-md-12 col-sm-6 col-xs-12 marginpadding0  cl-r">
            	
               	<div class="col-md-2 ">
                    <label class="input-text">Zoom Image</label>
                    </div>
                <div class="col-md-2 ">
                    <label class="input-text">Home &amp; Product Image</label>
                    </div>
                <div class="col-md-2">
                    <label class="input-text">Product Detail Image</label>
                    </div>
                  <div class="col-md-2 ">
                      <label class="input-text">Customized Image</label>
                    </div>
                 <div class="col-md-2 ">
                     <label class="input-text">Small Image</label>
                    </div>
                <div class="col-md-2 "> 
                    <label class="input-text">Thumb Image</label>
                    </div>
               
            </div>
                       <div class="col-md-12 col-sm-6 col-xs-12 marginpadding0  cl-r">
            	
               	<div class="col-md-2 from-txt ">
          <input type="text" size="4" placeholder="Width" name="zoom_image_width" value="<?php echo $zoom_image_width; ?>">
          <input type="text" size="4" placeholder="Height" name="zoom_image_height" value="<?php echo $zoom_image_height; ?>">
           </div>
        <div class="col-md-2 from-txt ">
            <input type="text" size="4" placeholder="Width" name="home_pd_width" value="<?php echo $home_pd_width; ?>">
          <input type="text" size="4" placeholder="Height" name="home_pd_height" value="<?php echo $home_pd_height; ?>">
            </div>
          <div class="col-md-2 from-txt ">
           
          <input type="text" size="4" placeholder="Width" name="pd_dl_width" value="<?php echo $pd_dl_width; ?>">
           <input type="text" size="4" placeholder="Height" name="pd_dl_height" value="<?php echo $pd_dl_height; ?>">
        
         
          </div>
          
          <div class="col-md-2 from-txt ">
           
         <input type="text" size="4" placeholder="Width" name="cust_img_width" value="<?php echo $cust_img_width; ?>">
          <input type="text" size="4" placeholder="Height" name="cust_img_height" value="<?php echo $cust_img_height; ?>">
         
          </div>
          
         <div class="col-md-2 from-txt ">
           <input type="text" size="4" placeholder="Width" name="sm_image_width" value="<?php echo $sm_image_width; ?>">
          <input type="text" size="4" placeholder="Height" name="sm_image_height" value="<?php echo $sm_image_height; ?>">
          </div>
        <div class="col-md-2 from-txt ">
          <input type="text" size="4" placeholder="Width" name="tmb_width" value="<?php echo $tmb_width; ?>">
          <input type="text" size="4" placeholder="Height" name="tmb_height" value="<?php echo $tmb_height; ?>">
		</div>
        
            </div>
                      </div>
                  <div class="row">
                    <div class="col-md-3">
                <label class="input-text">Cate/Prod Image</label>
                  <div class="form-group">
				     <?php 
						if($cat_pd_image!="") {
					   $str=$result['cat_pd_image'];
					   $uploadedFiles= explode(",",$str);
					   foreach($uploadedFiles as $fileName){
					   ?>
					 <div class="col-md-2">
                        <?php  if($fileName!=''){	?>
					  <img src="uploads/product/cat_pd_image/<?php echo $fileName; ?>" width="50px" height="50px">
					  <a  href="removeImage3.php?id=<?php echo $id; ?>&&data=<?php echo $fileName; ?>" style="cursor:pointer;">Remove</a>
						<?php } ?>
					</div> 
					<?php	}
						}
						?>
                      <input type="file" name="cat_pd_image[]" class="form-control custom-type"   multiple >
                   </div>
                  </div>   
                <div class="col-md-3">
                <label class="input-text">Cate/Prod Hover Image</label>
                  <div class="form-group">
				     <?php 
						if($cat_pd_hv_image!="") {
					   $str=$result['cat_pd_hv_image'];
					   $uploadedFiles= explode(",",$str);
					   foreach($uploadedFiles as $fileName){
					   ?>
					 <div class="col-md-2">
                        <?php  if($fileName!=''){	?>
					  <img src="uploads/product/cat_pd_hv_image/<?php echo $fileName; ?>" width="50px" height="50px">
					  <a  href="removeImage4.php?id=<?php echo $id; ?>&&data=<?php echo $fileName; ?>" style="cursor:pointer;">Remove</a>
						<?php } ?>
					</div> 
					<?php	}
						}
						?>
                      <input type="file" name="cat_pd_hv_image[]" class="form-control custom-type"  multiple>
                   </div>
                  </div> 
 
                      
         
                         
                <div class="col-md-12">
                 <label class="input-text">Cate/Prod Small Description</label>
                  <div class="form-group">
                      <textarea name="small_description" class="from-control custom-type" placeholder="Cate/Prod Small Description" rows="5" cols="5"><?php echo $small_description; ?></textarea>
                   </div>
                  </div>  
                      
                    <div class="col-md-12">
                  <label class="input-text">Cate/Prod Description</label>
                  <div class="form-group">
                      <textarea name="long_description" id="long_description" class="ckeditor" class="from-control custom-type" placeholder="Page Description" rows="10" cols="180"><?php echo $long_description;?></textarea>
                   </div>
                 
                 </div>
                <br>
                 <div class="col-md-12">
                  <label class="input-text">Salient Feature</label>
                  <div class="form-group">
                      <textarea name="salient_feature" id="salient_feature" class="ckeditor" class="from-control custom-type" placeholder="Salient Feature" rows="10" cols="180"><?php echo $salient_feature;?></textarea>
                   </div>
                 
                 </div>
                <br>
                 <div class="col-md-12">
                  <label class="input-text">Comparison</label>
                  <div class="form-group">
                      <textarea name="comparison" id="comparison" class="ckeditor" class="from-control custom-type" placeholder="Salient Feature" rows="10" cols="180"><?php echo $comparison;?></textarea>
                   </div>
                 
                 </div>
                <br>
                 <div class="row purchase-section">     
                 <div class="col-md-3">
                <label class="input-text">Product Icon</label>
                  <div class="form-group">
                      <input type="text" class="form-control custom-type" value="<?php echo $free_return; ?>" name="free_return" placeholder="Product Icon">
                   </div>
                  </div>  
                <div class="col-md-3">
                <label class="input-text">Warranty</label>
                  <div class="form-group">
                      <input type="text" class="form-control custom-type" value="<?php echo $warranty; ?>" name="warranty" placeholder="product Warranty">
                   </div>
                  </div>  
                <div class="col-md-3">
                <label class="input-text">Shipping</label>
                  <div class="form-group">
                      <input type="text" class="form-control custom-type" value="<?php echo $shipping; ?>" name="shipping" placeholder="Shipping">
                   </div>
                  </div>  
                <div class="col-md-3">
                <label class="input-text">Delivery</label>
                  <div class="form-group">
                      <input type="text" class="form-control custom-type" value="<?php echo $dilivery; ?>" name="dilivery" placeholder="Delivery">
                   </div>
                  </div>  
                <div class="col-md-3">
                <label class="input-text">Support Number</label>
                  <div class="form-group">
                      <input type="text" class="form-control custom-type" value="<?php echo $support_number; ?>" name="support_number" placeholder="Support Number">
                   </div>
                  </div>  
                 <div class="col-md-3">
                <label class="input-text">Support Email</label>
                  <div class="form-group">
                      <input type="text" class="form-control custom-type" value="<?php echo $support_email; ?>" name="support_email" placeholder="Support Email">
                   </div>
                  </div>  
               
				  <div class="col-md-6">
				  <label class="input-text">Status</label>
                      <br>
                      <br>
                   <input type="checkbox" class="form-control" name="status[]" id="status" value="1" <?php if($status==  1) { echo "checked"; } ?>/>
				<div id="status_status"></div>
                  </div>
                  <div class="col-md-12">
                   <button type="submit" name="submit" value="add" class="btn btn-submit">Sbumit</button>                            
                  </div>
                      </div>
                  </div>
              </form>
              </div>
          </div>
          
      </div>
    </section>
  </div>
  <!-- /.content-wrapper -->
  <footer class="main-footer">
    <strong>Copyright &copy; 2014-2019 <a href="#">Dashboard</a>.</strong> All rights
    reserved.
  </footer>
</div>
	

<script src="bower_components/jquery-ui/jquery-ui.min.js"></script>
<script>
  $.widget.bridge('uibutton', $.ui.button);
</script>
<script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="dist/js/adminlte.min.js"></script>
<link rel="stylesheet" href="lib/ToggleSwitch.css"/>

<script language="javascript" type="text/javascript">
function isNumberKey(evt){
         var charCode = (evt.which) ? evt.which : event.keyCode
         if (charCode > 31 && (charCode < 48 || charCode > 57))
            return false;

         return true;
		 //onKeyPress="return isNumberKey(event)"
      };
</script>

<script>


$(document).ready(function(){
$("#cat_pd_mrp").blur(function(){
	var mrp=$("#cat_pd_mrp").val();
	$("#cat_pd_dist").val(0);
	$("#cat_pd_dist_amt").val(0);
	$("#cat_pd_price").val(mrp);
	$("#cat_pd_sale_price").val(mrp);
	});
});

$(document).ready(function(){
$("#cat_pd_price").blur(function(){
	var price=$("#cat_pd_price").val();
	$("#cat_pd_dist_amt").val(0);
	$("#cat_pd_dist_amt").val(0);
	$("#cat_pd_sale_price").val(price);
	});
});

$(document).ready(function(){
$("#cat_pd_dist").blur(function(){
	var mrp=$("#cat_pd_mrp").val();
	var price=$("#cat_pd_price").val();
	var discount=$("#cat_pd_dist").val();
	var discountAmount=Number(price)*Number(discount)/100;
	var finalAmount=Number(price)-Number(discountAmount);
	$("#cat_pd_dist_amt").val(discountAmount);
	$("#cat_pd_sale_price").val(finalAmount.toFixed(2));
	});
});


$(document).ready(function(){
$("#cat_pd_usd_mrp").blur(function(){
	var mrp=$("#cat_pd_usd_mrp").val();
	$("#cat_pd_usd_dist").val(0);
	$("#cat_pd_dist_usd_amt").val(0);
	$("#cat_pd_usd_price").val(mrp);
	$("#cat_pd_sale_usd_price").val(mrp);
	});
});

$(document).ready(function(){
$("#cat_pd_usd_price").blur(function(){
	var price=$("#cat_pd_usd_price").val();
	$("#cat_pd_usd_dist").val(0);
	$("#cat_pd_dist_usd_amt").val(0);
	$("#cat_pd_sale_usd_price").val(price);
	});
});

$(document).ready(function(){
$("#cat_pd_usd_dist").blur(function(){
	var mrp=$("#cat_pd_usd_mrp").val();
	var price=$("#cat_pd_usd_price").val();
	var discount=$("#cat_pd_usd_dist").val();
	var discountAmount=Number(price)*Number(discount)/100;
	var finalAmount=Number(price)-Number(discountAmount);
	$("#cat_pd_dist_usd_amt").val(discountAmount);
	$("#cat_pd_sale_usd_price").val(finalAmount.toFixed(2));
	});
});
</script>
<script src="lib/ToggleSwitch.js"></script>
<script>
$(function(){
$("#status").toggleSwitch();
$("#myonoffswitch2").toggleSwitch();
});
</script>

<script src="https://cdn.ckeditor.com/4.15.0/standard/ckeditor.js"></script>
</body>
</html>

MMCT - 2023