#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

@ -263,6 +263,7 @@ if($shop_install) {
de_card_use = '0',
de_card_max_amount = '1000',
de_point_settle = '10000',
de_mileage_use = '1',
de_cart_keep_term = '15',
de_point_per = '5',
de_card_point = '0',

View File

@ -218,6 +218,7 @@ CREATE TABLE IF NOT EXISTS `shop_default` (
`de_banktown_auth_key` varchar(255) NOT NULL DEFAULT '',
`de_telec_mid` varchar(255) NOT NULL DEFAULT '',
`de_point_settle` int(11) NOT NULL DEFAULT '0',
`de_mileage_use` tinyint(4) NOT NULL DEFAULT '0',
`de_level_sell` int(11) NOT NULL DEFAULT '0',
`de_send_cost_case` varchar(255) NOT NULL DEFAULT '',
`de_send_cost_limit` varchar(255) NOT NULL DEFAULT '',