상품상세 가격표시 수정
This commit is contained in:
@ -116,7 +116,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row">판매가격</th>
|
<th scope="row">판매가격</th>
|
||||||
<td>
|
<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); ?>">
|
<input type="hidden" id="it_price" value="<?php echo get_price($it); ?>">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@ -129,7 +129,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row">판매가격</th>
|
<th scope="row">판매가격</th>
|
||||||
<td>
|
<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); ?>">
|
<input type="hidden" id="it_price" value="<?php echo get_price($it); ?>">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user