]]jkjjgdjffksdkdxdsghfghdfghfgdfsdsdfsdfsfdsbcxvxcbccwewqeqwewqskfgj
במ12[cxvbcxvbxcvbcxvcxvbcvxcvbsdfsdfsdfsdfsdfsdfxcvbxcvxbbxqwqewqewv;'
/
home
/
u506006416
/
domains
/
crystalmiracle.co.in
/
public_html
/
Upload FileeE
HOME
<?php include_once("header.php"); $productID = $_REQUEST['product']; if($productID){ $productId = base64_decode($productID); }else{ } ?> <div class="my_load"> <div id="full_load"> <!-- Header End --> <!-- Breadcrumb Area start --> <section class="breadcrumb-area"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="breadcrumb-content"> <h1 class="breadcrumb-hrading">Please Fill The Below Form With Your Query</h1> <ul class="breadcrumb-links"> <li><a href="index.php">Home</a></li> <li><a href="<?php echo $back_url; ?>">Back</a></li> <li>Please Fill The Below Form With Your Query</li> </ul> </div> </div> </div> </div> </section> <!-- Breadcrumb Area End --> <!-- cart area start --> <div class="cart-main-area mtb-60px"> <div class="container"> <!--<div class="text-center">--> <!-- <b class="text-center">--> <!-- <a href="saved_item.php">Go to your saved items</a>--> <!-- </b>--> <!--</div>--> </div> <div class="container"> <div class="row"> <div class="col-lg-8 col-md-8 col-sm-12 col-12" > <form action="#" class="cartbosh"> <div class="table-content table-responsive cart-table-content"> <table class="table table-bordered"> <thead> <tr> <th>Image</th> <th>Product Name</th> <th style="padding:10px;">Quantity</th> <th style="padding:10px;">Price</th> <th style="padding:4px!important;">Remove</th> </tr> </thead> <tbody> <?php if(is_numeric($productId) AND !empty($productId)){ $p_id = $productId; $p_condition="`status`=1 AND `p_id`=".$p_id; $brand_query=$sel_obj->display_rcd("product",$p_condition); if(is_array($brand_query) AND !empty($brand_query)) { foreach($brand_query as $p_data) { } } ?> <tr> <td class="product-thumbnail"> <a href="#"> <img src="<?=BASE_URL?>admin/upload/<?php echo $p_data['p_img'];?>" alt="" style="width: 100%; display: block;"> </a> </td> <td class="product-name"> <a href="#"> <?php echo $p_data['p_name'];?> </a> </td> <td class="product-quantity"> <div class="cart-plus-minus"> <div class="dec qtybutton" id="">-</div> <input class="cart-plus-minus-box" type="number" id="" value="1" min="1"/> <div class="inc qtybutton" id="">+</div> </div> </td> <input type="hidden" id="priceDetails" data-base_price="<?=$p_data['d_price']?>" data-mrp_price="<?=$p_data['price']?>" data-price_data="Including GST"> <td class="product-quantity"> <div class="__price_outer"> <div class="__details_amout mt-3"> <span class="font-weight-bold text-muted"><strike class="strike_price"><?php echo "₹". number_format(round($p_data['price']),'2');?></strike></span> <span class="_price_xyz"><?php echo "₹". number_format(round($p_data['d_price']),2);?></span> <?php if($p_data['d_price']<1 || intval($p_data['quan_available']<1)){ ?> <b class="text-danger ml-4">Out of stock</b> <?php } ?> <p class="text-danger"> <span class="gst_price">(Including GST <?php $finalamount=$sel_obj->get_percentage($p_data['d_price'],$p_data['gst']); ?><span class="_price_gst"><?php echo "₹".number_format(round($total_amount=($finalamount + $p_data['d_price'])),'2'); ?></span>)</span> </p> </div> </div> </td> <td class="product-remove"> <a href="javascript:;" style="color:#fff;" id="" data-id="" class="btn btn-primary btn-xs qtybuttonupdate d-none"><i class="fa fa-refresh" aria-hidden="true"></i> update</a> <a class="btn btn-danger btn-xs" style="color:#fff;" href="<?=BASE_URL?>" ><i class="fa fa-times"></i></a> </td> </tr> <?php } ?> </tbody> </table> </div> </form> </div> <div class="col-lg-4 col-md-4 col-sm-12 col-12" > <div class="enquform cartbosh"> <div class="product_form"> <div class="form-group"> <label class="form-label" for="name">Name</label> <input type="text" name="name" class="form-control" id="name" required=""> </div> <div class="form-group"> <label class="form-label" for="email">Email id </label> <input type="email" name="email" class="form-control" id="email" required=""> </div> <div class="form-group"> <label class="form-label" for="phone">Phone no</label> <input type="text" name="phone" class="form-control" id="phone" minlength="10" maxlength="10" onkeypress="return event.charCode>=48&&event.charCode<=57" aria-label="phone-number" required=""> </div> <div class="form-group"> <label class="form-label" for="location">Your location</label> <input type="text" name="location" class="form-control" id="location"> </div> <div class="form-group"> <label class="form-label" for="queryData">Your Query Here</label> <textarea class="form-control" rows="2" name="queryData"></textarea> </div> <div class="btn_submit"> <button type="submit" class="btn btn-success custom-primary">Submit</button> </div> </div> </div> </div> </div> </div> </div> <!-- cart area end --> <!-- Footer Area start --> </div> </div> <?php include_once("footer.php");?>