Orders Shipping
$bythischk = $_COOKIE['bymail']; if(!isset($_COOKIE['bymail'])) { ?>
Login
}else{ ?>
$vnotifiy ="SELECT * FROM `notifiy` WHERE bell_to='$bythischk'"; $vnotifiyq = mysqli_query($db,$vnotifiy); while($notifiyf= mysqli_fetch_assoc($vnotifiyq)){ ?>
echo $notifiyf['bell_from']; ?>
echo substr($notifiyf['date'],0,11); ?>
echo $notifiyf['msgs']; ?>
} ?>
Shop
Remaining
Welcome |
echo substr($bythischk,0,10).'•••'; ?>
Your Orders Shipping details Are there when Any Performance you can Access This Page From bottom of HomePage Of shop
Recent
Rejected
In Progress
Deliverd
if(isset($_GET['ctgry'])) { echo $_GET['ctgry'].' '; }else{ echo 'Recent '; } ?> Products
if(isset($_GET['ctgry'])) { $ctgrname = $_GET['ctgry']; $vwordr ="SELECT * FROM `c_orders` WHERE cemail='$bythischk' AND shipping_statues LIKE '$ctgrname' "; $vwordrsq = mysqli_query($db,$vwordr); }else{ $vwordr ="SELECT * FROM `c_orders` WHERE cemail='$bythischk'"; $vwordrsq = mysqli_query($db,$vwordr); } while($vwordrs= mysqli_fetch_assoc($vwordrsq)){ /* $orderid = $vwordrs['orderid']; $cphone = $vwordrs['cphone']; $cemail = $vwordrs['cemail']; $cname = $vwordrs['cname']; $item_name = $vwordrs['item_name']; $item_img = $vwordrs['item_img']; $item_size = $vwordrs['item_size']; $item_price = $vwordrs['item_price']; $item_quantity = $vwordrs['item_quantity']; $total_price = $vwordrs['total_price']; $cmsg = $vwordrs['cmsg']; $country = $vwordrs['country']; $city = $vwordrs['city']; $postal_code = $vwordrs['postal_code']; $address = $vwordrs['address']; $ip_address = $vwordrs['ip_address']; $order_time = $vwordrs['order_time']; */ ?>
echo $vwordrs['item_name']; ?>
echo $vwordrs['cmsg']; ?>
} ?>
} ?>