From 43a970a34df176b0e3b316ebc9553cc77bc785bb Mon Sep 17 00:00:00 2001
From: Hama
diff --git a/data/Smarty/templates/default/frontparts/form_personal_input.tpl b/data/Smarty/templates/default/frontparts/form_personal_input.tpl
index ca69d48c78..5bb10df7ca 100644
--- a/data/Smarty/templates/default/frontparts/form_personal_input.tpl
+++ b/data/Smarty/templates/default/frontparts/form_personal_input.tpl
@@ -98,7 +98,7 @@
diff --git a/data/Smarty/templates/sphone/contact/index.tpl b/data/Smarty/templates/sphone/contact/index.tpl
index dfbe065411..7dd09619c7 100644
--- a/data/Smarty/templates/sphone/contact/index.tpl
+++ b/data/Smarty/templates/sphone/contact/index.tpl
@@ -82,7 +82,7 @@
style=";" class="boxShort text data-role-none" /> - 郵便番号検索
+ style=";" class="boxShort text data-role-none" /> 郵便番号検索
- 郵便番号検索
+- 郵便番号検索
郵便番号から住所自動入力 diff --git a/data/Smarty/templates/sphone/shopping/nonmember_input.tpl b/data/Smarty/templates/sphone/shopping/nonmember_input.tpl index 067dddb06b..11ec99a948 100644 --- a/data/Smarty/templates/sphone/shopping/nonmember_input.tpl +++ b/data/Smarty/templates/sphone/shopping/nonmember_input.tpl @@ -129,7 +129,7 @@ value="" maxlength="" style="" class="boxShort text data-role-none" /> - 郵便番号検索 + 郵便番号検索 郵便番号から住所自動入力 @@ -349,7 +349,7 @@ value="" maxlength="" style="" class="boxShort text data-role-none" /> - 郵便番号検索 + 郵便番号検索 郵便番号から住所自動入力 diff --git a/data/mtb_constants_init.php b/data/mtb_constants_init.php index 2e0caf4b55..c1b5e3ad5d 100644 --- a/data/mtb_constants_init.php +++ b/data/mtb_constants_init.php @@ -457,7 +457,7 @@ /** 外部サイトHTTP取得タイムアウト時間(秒) */ define('HTTP_REQUEST_TIMEOUT', "5"); /** 郵便番号CSVのZIPアーカイブファイルの取得元 */ -define('ZIP_DOWNLOAD_URL', "http://www.post.japanpost.jp/zipcode/dl/kogaki/zip/ken_all.zip"); +define('ZIP_DOWNLOAD_URL', "https://www.post.japanpost.jp/zipcode/dl/kogaki/zip/ken_all.zip"); /** フックポイント(プレプロセス) */ define('HOOK_POINT_PREPROCESS', "LC_Page_preProcess"); /** フックポイント(プロセス) */ diff --git a/html/install/sql/insert_data.sql b/html/install/sql/insert_data.sql index 2a73456c33..618a3db295 100644 --- a/html/install/sql/insert_data.sql +++ b/html/install/sql/insert_data.sql @@ -1255,7 +1255,7 @@ INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('DEVICE_TYPE_PC', '1 INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('DEVICE_TYPE_ADMIN', '99', 1103, '端末種別: 管理画面'); INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('ECCUBE_INFO', 'true', 1218, 'EC-CUBE更新情報取得 (true:取得する false:取得しない)'); INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('HTTP_REQUEST_TIMEOUT', '"5"', 1219, '外部サイトHTTP取得タイムアウト時間(秒)'); -INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('ZIP_DOWNLOAD_URL', '"http://www.post.japanpost.jp/zipcode/dl/kogaki/zip/ken_all.zip"', 1224, '郵便番号CSVのZIPアーカイブファイルの取得元'); +INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('ZIP_DOWNLOAD_URL', '"https://www.post.japanpost.jp/zipcode/dl/kogaki/zip/ken_all.zip"', 1224, '郵便番号CSVのZIPアーカイブファイルの取得元'); INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('HOOK_POINT_PREPROCESS', '"LC_Page_preProcess"', 1301, 'フックポイント(プレプロセス)'); INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('HOOK_POINT_PROCESS', '"LC_Page_process"', 1302, 'フックポイント(プロセス)'); INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('PLUGIN_ACTIVATE_FLAG', 'true', 1303, 'プラグインのロード可否フラグ)');