#190 장바구니 mb_id 필드 추가
This commit is contained in:
@ -263,6 +263,7 @@ if($shop_install) {
|
||||
de_card_use = '0',
|
||||
de_card_max_amount = '1000',
|
||||
de_point_settle = '10000',
|
||||
de_cart_keep_term = '15',
|
||||
de_point_per = '5',
|
||||
de_card_point = '0',
|
||||
de_point_days = '7',
|
||||
|
||||
@ -249,6 +249,7 @@ CREATE TABLE IF NOT EXISTS `shop_default` (
|
||||
`de_iche_use` tinyint(4) NOT NULL DEFAULT '0',
|
||||
`de_item_ps_use` tinyint(4) NOT NULL DEFAULT '0',
|
||||
`de_code_dup_use` tinyint(4) NOT NULL DEFAULT '0',
|
||||
`de_cart_keep_term` int(11) NOT NULL DEFAULT '0',
|
||||
`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 '',
|
||||
|
||||
Reference in New Issue
Block a user