#209 모바일 쇼핑몰 쿠폰 기능 추가
This commit is contained in:
@ -334,12 +334,7 @@ else
|
||||
<th scope="row"><label for="disp_point">포인트</label></th>
|
||||
<td>
|
||||
<?php
|
||||
if($it['it_point_type']) {
|
||||
$it_point = floor(($it['it_price'] * ($it['it_point'] / 100) / 10)) * 10;
|
||||
} else {
|
||||
$it_point = $it['it_point'];
|
||||
}
|
||||
|
||||
$it_point = get_item_point($it);
|
||||
echo number_format($it_point);
|
||||
?> 점
|
||||
<input type="hidden" name="it_point" value="<?php echo $it_point; ?>">
|
||||
|
||||
Reference in New Issue
Block a user