가격 다를 때 장바구니 메세지 설정 삭제

This commit is contained in:
chicpro
2013-05-31 10:23:25 +09:00
parent bc7404d346
commit f21987e30c
3 changed files with 1 additions and 11 deletions

View File

@ -848,14 +848,6 @@ $pg_anchor = '<ul class="anchor">
<input type="checkbox" name="de_code_dup_use" value="1" id="de_code_dup_use"<?php echo $default['de_code_dup_use']?' checked':''; ?>> 사용
</td>
</tr>
<tr>
<th scope="row"><label for="de_different_msg">장바구니 메세지</label></th>
<td>
<?php echo help("장바구니에 담긴 상품의 가격 수정은 불가능합니다. 따라서 비회원가격과 회원가격이 다른 경우, 장바구니에 담기 전에 미리 메세지를 출력하여 로그인하도록 안내합니다.", -150); ?>
<input type="checkbox" name="de_different_msg" value="1" id="de_different_msg"<?php echo $default['de_different_msg']?'checked':''; ?>>
안내메세지 출력 사용
</td>
</tr>
<tr>
<th scope="row"><label for="de_cart_keep_term">장바구니 보관기간</label></th>
<td>

View File

@ -152,8 +152,7 @@ $sql = " update {$g4['shop_default_table']}
de_guest_cart_use = '$de_guest_cart_use',
de_point_per = '$de_point_per',
de_admin_buga_no = '$de_admin_buga_no',
de_different_msg = '$de_different_msg',
de_sms_use = '$de_sms_use',
de_sms_use = '$de_sms_use',
de_icode_id = '$de_icode_id',
de_icode_pw = '$de_icode_pw',
de_icode_server_ip = '$de_icode_server_ip',

View File

@ -253,7 +253,6 @@ CREATE TABLE IF NOT EXISTS `shop_default` (
`de_guest_cart_use` tinyint(4) NOT NULL DEFAULT '0',
`de_point_per` tinyint(4) NOT NULL DEFAULT '0',
`de_admin_buga_no` varchar(255) NOT NULL DEFAULT '',
`de_different_msg` tinyint(4) NOT NULL DEFAULT '0',
`de_sms_use` varchar(255) NOT NULL DEFAULT '',
`de_icode_id` varchar(255) NOT NULL DEFAULT '',
`de_icode_pw` varchar(255) NOT NULL DEFAULT '',