Home >>> Shopping Cart
=$list?>
Delivery Address
| First Name | =$firstname?> |
| Last Name | =$lastname?> |
| Address | =$address?> |
| City | =$city?> |
| Country | =$country?> |
| Postal/Zip Code | =$zip?> |
| Phone No | =$phone?> |
Print this page?
getrow($sql);
$sql_photo = "SELECT
`path`,`upload_date`,`file_name`
FROM `tb_product_attachment`
WHERE `table_name` = 'tb_product_list'
AND `table_id` = '".$row_data['id']."'
AND `col_name` LIKE 'photo%'
ORDER BY `sorting`";
$row_photo = $db->getrow($sql_photo);
$products_photo = '';
$list .= '
| First Name | =$firstname?> |
| Last Name | =$lastname?> |
| Address | =$address?> |
| City | =$city?> |
| Country | =$country?> |
| Postal/Zip Code | =$zip?> |
| Phone No | =$phone?> |