모바일쇼핑몰: 전화문의일 때 상세정보 테이블 깨지는 문제 수정
This commit is contained in:
@ -97,6 +97,8 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
<th scope="row">판매가격</th>
|
<th scope="row">판매가격</th>
|
||||||
<td>전화문의</td>
|
<td>전화문의</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
<?php } else { // 전화문의가 아닐 경우?>
|
<?php } else { // 전화문의가 아닐 경우?>
|
||||||
<?php if ($it['it_cust_price']) { // 1.00.03?>
|
<?php if ($it['it_cust_price']) { // 1.00.03?>
|
||||||
@ -104,7 +106,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
<th scope="row">시중가격</th>
|
<th scope="row">시중가격</th>
|
||||||
<td><?php echo display_price($it['it_cust_price']); ?></td>
|
<td><?php echo display_price($it['it_cust_price']); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php } // 전화문의 끝?>
|
<?php } ?>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">판매가격</th>
|
<th scope="row">판매가격</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user