상품상세 가격표시 수정

This commit is contained in:
chicpro
2014-01-07 13:55:49 +09:00
parent caa1e81370
commit 106f898437
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<tr>
<th scope="row">판매가격</th>
<td>
<?php echo number_format(get_price($it)); ?>
<?php echo display_price(get_price($it)); ?>
<input type="hidden" id="it_price" value="<?php echo get_price($it); ?>">
</td>
</tr>

View File

@ -129,7 +129,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<tr>
<th scope="row">판매가격</th>
<td>
<?php echo number_format(get_price($it)); ?>
<?php echo display_price(get_price($it)); ?>
<input type="hidden" id="it_price" value="<?php echo get_price($it); ?>">
</td>
</tr>