사용자 모바일 주문 보관함 리스트 수정

This commit is contained in:
chicpro
2013-11-11 14:27:26 +09:00
parent 12a544e51a
commit 07982b6a1a
3 changed files with 56 additions and 13 deletions

View File

@ -44,7 +44,7 @@ include_once(G5_MSHOP_PATH.'/_head.php');
if ($row['it_tel_inq']) $out_cd = 'tel_inq';
$image = get_it_image($row['it_id'], 70, 70);
$image = get_it_image($row['it_id'], 50, 50);
$it_point = get_item_point($row);
?>
@ -52,7 +52,7 @@ include_once(G5_MSHOP_PATH.'/_head.php');
<td class="sod_ws_img"><?php echo $image; ?></td>
<td>
<a href="<?php echo G5_SHOP_URL; ?>/item.php?it_id=<?php echo $row['it_id']; ?>"><?php echo stripslashes($row['it_name']); ?></a>
<small>보관일 <?php echo $row['wi_time']; ?></small>
<br><small>보관일 <?php echo substr($row['wi_time'], 2, 8); ?></small>
</td>
<td class="td_chk">
<?php