MySQL server has gone away
fetch_all(

array (
  0 => '
			select
				advertisment.id,
				media.name_1 as name,
				media.url,
				media.image_url,
				media.height,
				media.width
			from
				media
				inner join advertisment on advertisment.item_id=media.id
			where
				advertisment.region = "adv-slides"
				and advertisment.start_time<"1788004646" 
				and advertisment.end_time>"1788004646"
				and type="ADVERTISMENT"
				and portal_id="#duk"
			order by
				advertisment.position
			limit 
				0,5
		',
)
) at packages/backend/modules/Advertisment/forms/list.php:39,
on_draw() at cache/pages/lien-he.portal=duk.cache.php:1135,
run() at index.php:151

MySQL server has gone away
fetch(

array (
  0 => 'select title_1 as page_name from page where id = 10298 and name<>"trang-chu"',
)
) at packages/frontend/modules/HomeMenu/forms/list.php:11,
on_draw() at cache/pages/lien-he.portal=duk.cache.php:1136,
run() at index.php:151
Đăng nhập

MySQL server has gone away
set_setting(

array (
  0 => 'cache',
  1 => '',
)
) at packages/backend/modules/SignIn/forms/sign_in.php:102,
get_sub_regions(
array (
  0 => 'content',
)
) at packages/core/modules/Frame/forms/list.php(49) : eval()'d code:18,
on_draw() at cache/pages/lien-he.portal=duk.cache.php:1139,
run() at index.php:151

MySQL server has gone away
set_setting(

array (
  0 => 'cache',
  1 => '',
)
) at packages/backend/modules/SignIn/forms/sign_in.php:102,
get_sub_regions(
array (
  0 => 'content',
)
) at packages/core/modules/Frame/forms/list.php(49) : eval()'d code:18,
on_draw() at cache/pages/lien-he.portal=duk.cache.php:1139,
run() at index.php:151

MySQL server has gone away
set_setting(

array (
  0 => 'cache',
  1 => '',
)
) at packages/backend/modules/SignIn/forms/sign_in.php:102,
get_sub_regions(
array (
  0 => 'content',
)
) at packages/core/modules/Frame/forms/list.php(49) : eval()'d code:18,
on_draw() at cache/pages/lien-he.portal=duk.cache.php:1139,
run() at index.php:151

MySQL server has gone away
set_setting(

array (
  0 => 'cache',
  1 => '',
)
) at packages/backend/modules/SignIn/forms/sign_in.php:102,
get_sub_regions(
array (
  0 => 'content',
)
) at packages/core/modules/Frame/forms/list.php(49) : eval()'d code:18,
on_draw() at cache/pages/lien-he.portal=duk.cache.php:1139,
run() at index.php:151
Nhóm sản phẩm

MySQL server has gone away
set_setting(

array (
  0 => 'cache',
  1 => 'cond = \'status<>"HIDE" and portal_id="\'.PORTAL_ID.\'" and structure_id<>\'.ID_ROOT.\'\';
if(Module::get_setting(\'category_id\'))
{
	if(Module::get_setting(\'category_id\')==\'current\')
	{
		if(URL::get(\'category_id\') and $category = DB::select(\'category\',\'id="\'.URL::get(\'category_id\').\'" and portal_id="\'.PORTAL_ID.\'"\'))
		{
			$root_structure_id = $category[\'structure_id\'];
            $title = $category[\'name_\'.Portal::language()];
			while(IDStructure::level($root_structure_id)>2)
			{
				$root_structure_id = IDStructure::parent($root_structure_id);
                $category_name = DB::select(\'category\',\'structure_id="\'.$root_structure_id.\'" and portal_id="\'.PORTAL_ID.\'"\');
                $title = $category_name[\'name_\'.Portal::language()];
			}
		}
		else
		{
			$root_structure_id = ID_ROOT;
		}
	}
	else
	{
		$root_structure_id = DB::structure_id(\'category\',Module::get_setting(\'category_id\'));
		$this->cond .= \' and \'.IDStructure::child_cond($root_structure_id).\' and id <>\'.Module::get_setting(\'category_id\');
	}
}
else
{
	$root_structure_id = ID_ROOT;
}
if(Module::get_setting(\'level_limit\'))
{
	$this->cond .= \' and \'.IDStructure::direct_child_cond($root_structure_id,Module::get_setting(\'level_limit\')).\' \';
}

if(Module::get_setting(\'data_type\'))
{
	$this->cond .= \' and type="\'.Module::get_setting(\'data_type\').\'"\';	
}
if(Module::get_setting(\'extra_condition\'))
{
	$this->cond .= Module::get_setting(\'extra_condition\');
}
$query = \'select *,name_\'.Portal::language().\' as name from category where \'.$this->cond.\' order by structure_id \';
$this->map[\'categories\'] = DB::fetch_all($query);?>
map[\'categories\']) { Navigation::make_tree($this->map[\'categories\'],$this->map); $this->map[\'str_ul_structure\'] = set_ul_structure($this->map[\'categories\']); } else { $this->map[\'str_ul_structure\'] = \'\'; } ?> map[\'str_ul_structure\']))) {?>
', )
) at packages/frontend/modules/Navigation/forms/list.php:73,
get_sub_regions(
array (
  0 => 'content',
)
) at packages/core/modules/Frame/forms/list.php(49) : eval()'d code:18,
on_draw() at cache/pages/lien-he.portal=duk.cache.php:1140,
run() at index.php:151

MySQL server has gone away
set_setting(

array (
  0 => 'cache',
  1 => 'cond = \'status<>"HIDE" and portal_id="\'.PORTAL_ID.\'" and structure_id<>\'.ID_ROOT.\'\';
if(Module::get_setting(\'category_id\'))
{
	if(Module::get_setting(\'category_id\')==\'current\')
	{
		if(URL::get(\'category_id\') and $category = DB::select(\'category\',\'id="\'.URL::get(\'category_id\').\'" and portal_id="\'.PORTAL_ID.\'"\'))
		{
			$root_structure_id = $category[\'structure_id\'];
            $title = $category[\'name_\'.Portal::language()];
			while(IDStructure::level($root_structure_id)>2)
			{
				$root_structure_id = IDStructure::parent($root_structure_id);
                $category_name = DB::select(\'category\',\'structure_id="\'.$root_structure_id.\'" and portal_id="\'.PORTAL_ID.\'"\');
                $title = $category_name[\'name_\'.Portal::language()];
			}
		}
		else
		{
			$root_structure_id = ID_ROOT;
		}
	}
	else
	{
		$root_structure_id = DB::structure_id(\'category\',Module::get_setting(\'category_id\'));
		$this->cond .= \' and \'.IDStructure::child_cond($root_structure_id).\' and id <>\'.Module::get_setting(\'category_id\');
	}
}
else
{
	$root_structure_id = ID_ROOT;
}
if(Module::get_setting(\'level_limit\'))
{
	$this->cond .= \' and \'.IDStructure::direct_child_cond($root_structure_id,Module::get_setting(\'level_limit\')).\' \';
}

if(Module::get_setting(\'data_type\'))
{
	$this->cond .= \' and type="\'.Module::get_setting(\'data_type\').\'"\';	
}
if(Module::get_setting(\'extra_condition\'))
{
	$this->cond .= Module::get_setting(\'extra_condition\');
}
$query = \'select *,name_\'.Portal::language().\' as name from category where \'.$this->cond.\' order by structure_id \';
$this->map[\'categories\'] = DB::fetch_all($query);?>
map[\'categories\']) { Navigation::make_tree($this->map[\'categories\'],$this->map); $this->map[\'str_ul_structure\'] = set_ul_structure($this->map[\'categories\']); } else { $this->map[\'str_ul_structure\'] = \'\'; } ?> map[\'str_ul_structure\']))) {?>
', )
) at packages/frontend/modules/Navigation/forms/list.php:73,
get_sub_regions(
array (
  0 => 'content',
)
) at packages/core/modules/Frame/forms/list.php(49) : eval()'d code:18,
on_draw() at cache/pages/lien-he.portal=duk.cache.php:1140,
run() at index.php:151

MySQL server has gone away
set_setting(

array (
  0 => 'cache',
  1 => 'cond = \'status<>"HIDE" and portal_id="\'.PORTAL_ID.\'" and structure_id<>\'.ID_ROOT.\'\';
if(Module::get_setting(\'category_id\'))
{
	if(Module::get_setting(\'category_id\')==\'current\')
	{
		if(URL::get(\'category_id\') and $category = DB::select(\'category\',\'id="\'.URL::get(\'category_id\').\'" and portal_id="\'.PORTAL_ID.\'"\'))
		{
			$root_structure_id = $category[\'structure_id\'];
            $title = $category[\'name_\'.Portal::language()];
			while(IDStructure::level($root_structure_id)>2)
			{
				$root_structure_id = IDStructure::parent($root_structure_id);
                $category_name = DB::select(\'category\',\'structure_id="\'.$root_structure_id.\'" and portal_id="\'.PORTAL_ID.\'"\');
                $title = $category_name[\'name_\'.Portal::language()];
			}
		}
		else
		{
			$root_structure_id = ID_ROOT;
		}
	}
	else
	{
		$root_structure_id = DB::structure_id(\'category\',Module::get_setting(\'category_id\'));
		$this->cond .= \' and \'.IDStructure::child_cond($root_structure_id).\' and id <>\'.Module::get_setting(\'category_id\');
	}
}
else
{
	$root_structure_id = ID_ROOT;
}
if(Module::get_setting(\'level_limit\'))
{
	$this->cond .= \' and \'.IDStructure::direct_child_cond($root_structure_id,Module::get_setting(\'level_limit\')).\' \';
}

if(Module::get_setting(\'data_type\'))
{
	$this->cond .= \' and type="\'.Module::get_setting(\'data_type\').\'"\';	
}
if(Module::get_setting(\'extra_condition\'))
{
	$this->cond .= Module::get_setting(\'extra_condition\');
}
$query = \'select *,name_\'.Portal::language().\' as name from category where \'.$this->cond.\' order by structure_id \';
$this->map[\'categories\'] = DB::fetch_all($query);?>
map[\'categories\']) { Navigation::make_tree($this->map[\'categories\'],$this->map); $this->map[\'str_ul_structure\'] = set_ul_structure($this->map[\'categories\']); } else { $this->map[\'str_ul_structure\'] = \'\'; } ?> map[\'str_ul_structure\']))) {?>
', )
) at packages/frontend/modules/Navigation/forms/list.php:73,
get_sub_regions(
array (
  0 => 'content',
)
) at packages/core/modules/Frame/forms/list.php(49) : eval()'d code:18,
on_draw() at cache/pages/lien-he.portal=duk.cache.php:1140,
run() at index.php:151

MySQL server has gone away
structure_id(

array (
  0 => 'category',
  1 => '890',
)
) at packages/frontend/modules/Navigation/forms/list.php(85) : eval()'d code:28,
get_sub_regions(
array (
  0 => 'content',
)
) at packages/core/modules/Frame/forms/list.php(49) : eval()'d code:18,
on_draw() at cache/pages/lien-he.portal=duk.cache.php:1140,
run() at index.php:151

MySQL server has gone away
fetch_all(

array (
  0 => 'select *,name_1 as name from category where status<>"HIDE" and portal_id="#duk" and structure_id<>1000000000000000000 and (`structure_id` >=  and `structure_id` < 1000000000000000000) and id <>890 and ((`structure_id` >  and `structure_id` < 1000000000000000000) and (`structure_id` % 10000000000=0))   and type="PRODUCT" order by structure_id ',
)
) at packages/frontend/modules/Navigation/forms/list.php(85) : eval()'d code:50,
get_sub_regions(
array (
  0 => 'content',
)
) at packages/core/modules/Frame/forms/list.php(49) : eval()'d code:18,
on_draw() at cache/pages/lien-he.portal=duk.cache.php:1140,
run() at index.php:151

MySQL server has gone away
fetch_all(

array (
  0 => '
			select
				advertisment.id,
				media.name_1 as name,
				media.url,
				media.image_url,
				media.height,
				media.width
			from
				media
				inner join advertisment on advertisment.item_id=media.id
			where
				advertisment.region = "home-left-1"
				and advertisment.start_time<"1788004646" 
				and advertisment.end_time>"1788004646"
				and type="ADVERTISMENT"
				and portal_id="#duk"
			order by
				advertisment.position
			limit 
				0,20
		',
)
) at packages/backend/modules/Advertisment/forms/list.php:39,
on_draw() at cache/pages/lien-he.portal=duk.cache.php:1141,
run() at index.php:151
Liên hệ

CÔNG TY TNHH PHÁT TRIỂN THƯƠNG MẠI VÀ DỊCH VỤ DUK

DUK TRADING AND SERVICES DEVELOPMENT Ltd.,Co

 

DUK Lương Thế Vinh - 28TT3B khu đô thị mới Phùng Khoang, đối diện 299 Lương Thế Vinh, quận Nam Từ Liêm, Hà Nội

1. Kinh doanh: 024.62964384/ 0966581941 (Trong giờ hành chính); 0985489844 (Ngoài giờ hành chính) 

2. Thông tin vận chuyển hàng, trả hàng:Ms Hiền 024.62964384/ 0355005389

3. Bản đồ đường đi DUK LƯƠNG THẾ VINH:  BẤM - CLICK HERE 

 

Thời gian làm việc: 8.00 am -12.00 pm & 13.30 pm-17.30pm (Thứ 2 ->Thứ 7) Chủ nhật nghỉ

 

Phàn nàn về chất lượng dịch vụ chung:

Mr Đức 0977.050.068 ZALO

 

(*) : Các trường bắt buộc
Thông tin đặt hàng

MySQL server has gone away
fetch_all(

array (
  0 => 'select id,name_id,name_1 as name from news where type="CONTENT" and portal_id="#duk" and status="HOME" order by id desc',
)
) at packages/frontend/modules/OrderInfo/forms/list.php:10,
get_sub_regions(
array (
  0 => 'content',
)
) at packages/core/modules/Frame/forms/list.php(49) : eval()'d code:18,
on_draw() at cache/pages/lien-he.portal=duk.cache.php:1145,
run() at index.php:151
Tele - Sale

MySQL server has gone away
fetch_all(

array (
  0 => '
			SELECT
				*
			FROM
				support
			WHERE
				1
			ORDER BY
				support.position asc
		',
)
) at packages/frontend/modules/SupportOnline/forms/list.php:36,
get_support() at packages/frontend/modules/SupportOnline/forms/list.php:18,
get_sub_regions(
array (
  0 => 'content',
)
) at packages/core/modules/Frame/forms/list.php(49) : eval()'d code:18,
on_draw() at cache/pages/lien-he.portal=duk.cache.php:1146,
run() at index.php:151
Quảng cáo

MySQL server has gone away
fetch_all(

array (
  0 => '
			select
				advertisment.id,
				media.name_1 as name,
				media.url,
				media.image_url,
				media.height,
				media.width
			from
				media
				inner join advertisment on advertisment.item_id=media.id
			where
				advertisment.region = "home-right-1"
				and advertisment.start_time<"1788004646" 
				and advertisment.end_time>"1788004646"
				and type="ADVERTISMENT"
				and portal_id="#duk"
			order by
				advertisment.position
			limit 
				0,20
		',
)
) at packages/backend/modules/Advertisment/forms/list.php:39,
get_sub_regions(
array (
  0 => 'content',
)
) at packages/core/modules/Frame/forms/list.php(49) : eval()'d code:18,
on_draw() at cache/pages/lien-he.portal=duk.cache.php:1147,
run() at index.php:151

MySQL server has gone away
fetch_all(

array (
  0 => '
			select
				advertisment.id,
				media.name_1 as name,
				media.url,
				media.image_url,
				media.height,
				media.width
			from
				media
				inner join advertisment on advertisment.item_id=media.id
			where
				advertisment.region = "adv-left"
				and advertisment.start_time<"1788004646" 
				and advertisment.end_time>"1788004646"
				and type="ADVERTISMENT"
				and portal_id="#duk"
			order by
				advertisment.position
			limit 
				0,5
		',
)
) at packages/backend/modules/Advertisment/forms/list.php:39,
on_draw() at cache/pages/lien-he.portal=duk.cache.php:1155,
run() at index.php:151

MySQL server has gone away
fetch_all(

array (
  0 => '
			select
				advertisment.id,
				media.name_1 as name,
				media.url,
				media.image_url,
				media.height,
				media.width
			from
				media
				inner join advertisment on advertisment.item_id=media.id
			where
				advertisment.region = "adv-right"
				and advertisment.start_time<"1788004646" 
				and advertisment.end_time>"1788004646"
				and type="ADVERTISMENT"
				and portal_id="#duk"
			order by
				advertisment.position
			limit 
				0,5
		',
)
) at packages/backend/modules/Advertisment/forms/list.php:39,
on_draw() at cache/pages/lien-he.portal=duk.cache.php:1157,
run() at index.php:151