query($sql); $row = $d->fetch_array(); $hinhanh = $row['thumb']; $data=''; $data.='
'; $data.='
'.$row['ten_'.$lang].'
'; $data.='

'.$row['ten_'.$lang].'

'; $data.='
'; $data.='
'; return $data; } function get_price($pid){ global $d, $row,$price; $sql = "select giaban,khuyenmai from table_product where id=$pid"; $d->query($sql); $row = $d->fetch_array(); if($row['giaban'] !=0 && $row['khuyenmai'] == 0){ $price = $row['giaban']; }elseif($row['khuyenmai'] != 0){ $save_price = $row['khuyenmai']; $special_price = $row['giaban']-$save_price; $price = $special_price; } return $price; } function remove_product($pid){ $pid=intval($pid); $max=count($_SESSION['cart']); for($i=0;$i<$max;$i++){ if($pid==$_SESSION['cart'][$i]['productid']){ unset($_SESSION['cart'][$i]); break; } } $_SESSION['cart']=array_values($_SESSION['cart']); } function get_order_total(){ $max=count($_SESSION['cart']); $sum=0; for($i=0;$i<$max;$i++){ $pid=$_SESSION['cart'][$i]['productid']; $q=$_SESSION['cart'][$i]['qty']; $price=get_price($pid); $sum+=$price*$q; } return $sum; } function get_total(){ $max=count($_SESSION['cart']); $sum=0; for($i=0;$i<$max;$i++){ $pid=$_SESSION['cart'][$i]['productid']; $q=$_SESSION['cart'][$i]['qty']; $sum+=$q; } return $sum; } function addtocart($pid,$q){ if($pid<1 or $q<1) return; if(is_array($_SESSION['cart'])){ if(product_exists($pid)) return; $max=count($_SESSION['cart']); $_SESSION['cart'][$max]['productid']=$pid; $_SESSION['cart'][$max]['qty']=$q; } else{ $_SESSION['cart']=array(); $_SESSION['cart'][0]['productid']=$pid; $_SESSION['cart'][0]['qty']=$q; } } function product_exists($pid){ $pid=intval($pid); $max=count($_SESSION['cart']); $flag=0; for($i=0;$i<$max;$i++){ if($pid==$_SESSION['cart'][$i]['productid']){ $_SESSION['cart'][$i]['qty'] +=1; $flag=1; break; } } return $flag; } ?> Giới thiệu - Công Ty Xây Dựng Việt Gia

Giới thiệu

Tầm nhìn & Sứ mệnh

( 17-07-2015 - 12:46 PM ) - Lượt xem: 943

Tầm nhìn

Trở thành công ty Việt Nam cung cấp dịch vụ tư vấn thiết kế & thi công xây dựng & tư vấn giám sát và quản lý các dự án xây dựng dân dụng và công nghiệp chuyên nghiệp  tại Việt Nam

Sứ mệnh

Cung cấp các sản phẩm và dịch vụ với chất lượng hàng đầu , có tính bền vững về môi trường và mang lại giá trị kinh tế cho nhà đầu tư và đối tác thông qua quy trình quản lý chuẩn mực và đội ngũ nhân viên chuyên nghiệp, đồng thời góp phần xây dựng và phát triển nguồn nhân lực cao cấp cho lĩnh vực thiết kế và quản lý các dự án xây dựng công nghiệp tại Việt Nam.