#210 개별배송비 기능 추가 중

This commit is contained in:
chicpro
2013-06-12 17:12:47 +09:00
parent 993fe2b396
commit b20f63d9d7
10 changed files with 249 additions and 11 deletions

View File

@ -421,6 +421,11 @@ CREATE TABLE IF NOT EXISTS `shop_item` (
`it_sell_email` varchar(255) NOT NULL DEFAULT '',
`it_use` tinyint(4) NOT NULL DEFAULT '0',
`it_stock_qty` int(11) NOT NULL DEFAULT '0',
`it_sc_type` tinyint(4) NOT NULL DEFAULT '0',
`it_sc_method` tinyint(4) NOT NULL DEFAULT '0',
`it_sc_amount` int(11) NOT NULL DEFAULT '0',
`it_sc_minimum` int(11) NOT NULL DEFAULT '0',
`it_sc_qty` int(11) NOT NULL DEFAULT '0',
`it_head_html` text NOT NULL,
`it_tail_html` text NOT NULL,
`it_mobile_head_html` text NOT NULL,