결제할인금액을 주문할인금액으로 변경
This commit is contained in:
@ -413,7 +413,7 @@ $result = sql_query($sql);
|
|||||||
</tr>
|
</tr>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">결제할인금액</th>
|
<th scope="row">주문금액할인</th>
|
||||||
<td><?php echo display_price($od['od_coupon']); ?></td>
|
<td><?php echo display_price($od['od_coupon']); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user