#190 장바구니 mb_id 필드 추가
This commit is contained in:
@ -856,6 +856,13 @@ $pg_anchor = '<ul class="anchor">
|
||||
안내메세지 출력 사용
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="de_cart_keep_term">장바구니 보관기간</label></th>
|
||||
<td>
|
||||
<?php echo help("장바구니 상품의 보관 기간을 설정하십시오."); ?>
|
||||
<input type="text" name="de_cart_keep_term" value="<?php echo $default['de_cart_keep_term']; ?>" id="de_cart_keep_term" class="frm_input" size="5"> 일
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="de_guest_cart_use">비회원 장바구니</label></th>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user