#191 쇼핑몰 설정에 마일리지 사용 설정 추가

This commit is contained in:
chicpro
2013-05-31 17:56:23 +09:00
parent 776d5b466c
commit 911f675529
5 changed files with 18 additions and 0 deletions

View File

@ -444,6 +444,13 @@ $pg_anchor = '<ul class="anchor">
</select>
</td>
</tr>
<tr>
<th scope="row"><label for="de_mileage_use">마일리지 사용</label></th>
<td>
<?php echo help("마일리지는 주문완료에 의해 적립되는 포인트입니다.\n마일리지 사용으로 설정하시면 기존 포인트 대신 마일리지가 주문 결제에 사용됩니다."); ?>
<input type="checkbox" name="de_mileage_use" value="1" id="de_mileaget_use"<?php echo $default['de_mileage_use']?' checked':''; ?>> 사용
</td>
</tr>
<tr>
<th scope="row"><label for="cf_use_point">포인트 사용</label></th>
<td>