쇼핑몰: #195 상품상세 선택/추가 옵션 마크업 1차 분기

This commit is contained in:
whitedot
2013-05-24 16:18:21 +09:00
parent 41f92caa4d
commit f8b9f0c775
3 changed files with 53 additions and 19 deletions

View File

@ -603,10 +603,6 @@ function get_item_supply($it_id, $subject)
return '';
$str = '';
$str .= '<tr>'.PHP_EOL;
$str .= '<th>추가상품</th>'.PHP_EOL;
$str .= '<td>추가구매를 원하시면 선택하세요.</td>'.PHP_EOL;
$str .= '</tr>'.PHP_EOL;
$subj = explode(',', $subject);
$subj_count = count($subj);