osc_298
osc_829****@hotma*****
2004年 10月 22日 (金) 15:23:06 JST
いつも、お世話になります。 代引きのモジュールを追加したのですが、 下記の数字の設定はどのようにすればよいのでしょうか? function install() { tep_db_query("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) values ('代金引換払い手数料の表示(2)', 'MODULE_ORDER_TOTAL_CODT2_STATUS', 'true', '代金引換払い手数料(2)の表示をしますか?', '6', '1','tep_cfg_select_option(array(\'true\', \'false\'), ', now())"); tep_db_query("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) values ('表示の整列順', 'MODULE_ORDER_TOTAL_CODT2_SORT_ORDER', '5', '表示の整列順を設定できます. 数字が小さいほど上位に表示されます.', '6', '2', now())"); '6', '1',' 'MODULE_ORDER_TOTAL_CODT2_SORT_ORDER', '5', '6', '2', 宜しくお願い致します。