쇼핑몰: #196 장바구니 옵션 수정 기능 마크업 및 스타일 완료

This commit is contained in:
whitedot
2013-05-28 15:07:41 +09:00
parent 3df6a6e890
commit 5e151c8d78
6 changed files with 50 additions and 18 deletions

View File

@ -693,7 +693,7 @@ function print_item_options($it_id, $uq_id)
for($i=0; $row=sql_fetch_array($result); $i++) {
if($i == 0)
$str .= '<ul>'.PHP_EOL;
$str .= '<li>'.$row['ct_option'].'&nbsp;&nbsp;'.$row['ct_qty'].'개</li>'.PHP_EOL;
$str .= '<li>'.$row['ct_option'].' '.$row['ct_qty'].'개</li>'.PHP_EOL;
}
if($i > 0)