/home/banprang/domains/plai.go.th/public_html/coremain/module/product/product_sub_detail.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?php
import_request_variables
('pG''p_');
if(
$p_id_product!="")                        {         $id_product=trim($p_id_product);                }
$data_link select_query_object("*","cms_product","id_product",$id_product);
product_navig($id_product);
bar_header($data_link->name); // Bar_Header
?>
<table width="100%" border="0" align="center" cellpadding="1" cellspacing="3">

<tr>
   <td>&nbsp;</td> 
     <td colspan="2" align="center">
     <?php 
     picture_frame
($_SESSION[web_name]."/module_product/picture/$data_link->picture");
     
?>    
     </td>
    
</tr>
<tr>
     <td>&nbsp;</td> 
     <td>&nbsp;</td> 
     <td>&nbsp;</td> 
</tr>
<tr>
     <td>&nbsp;</td> 
     <td><?php echo print_arr1();?>&nbsp;&nbsp;<strong>ชื่อผลิตภัณฑ์</strong></td> 
     <td>&nbsp;</td> 
</tr>
<tr>
     <td>&nbsp;</td> 
     <td colspan="2"><?php echo $data_link->name?></td> 
</tr>

<tr>
     <td>&nbsp;</td> 
     <td><?php echo print_arr1();?>&nbsp;&nbsp;<strong>รายละเอียด</strong></td> 
     <td>&nbsp;</td> 
</tr> 
 <tr>
     <td>&nbsp;</td> 
     <td colspan="2"><?php echo $data_link->description?></td> 
</tr>

 <tr>
     <td >&nbsp;</td> 
     <td><?php echo print_arr1();?>&nbsp;&nbsp;<strong>ไฟล์แนบ</strong></td> 
     <td><a href="<?php echo  $_SESSION[web_name]."/module_product/attach/".$data_link->attach_file;?>"><?php echo  $data_link->old_attach_name;?></a></td> 
</tr>



</table>