PluginProbe
Welcart e-Commerce / 1.3.17
Welcart e-Commerce v1.3.17
2.12.4 2.12.3 2.11.35 2.12.2 2.12.1 2.11.34 2.11.33 2.11.32 2.11.31 2.11.30 1.3.16 1.3.17 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 1.4.10 1.4.11 1.4.12 All 292 releases
usc-e-shop / includes / admin_settlement.php

admin_settlement.php in Welcart e-Commerce 1.3.17, at includes/admin_settlement.php

1,199 lines 98.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 $status = $this->action_status;
3 $message = $this->action_message;
4 $this->action_status = 'none';
5 $this->action_message = '';
6
7 $opts = $this->options['acting_settings'];
8 //20110208ysk start
9 $openssl = extension_loaded('openssl');
10 $curl = extension_loaded('curl');
11 //20110208ysk end
12 ?>
13 <script type="text/javascript">
14 jQuery(function($){
15 <?php if($status == 'success'){ ?>
16 $("#anibox").animate({ backgroundColor: "#ECFFFF" }, 2000);
17 <?php }else if($status == 'caution'){ ?>
18 $("#anibox").animate({ backgroundColor: "#FFF5CE" }, 2000);
19 <?php }else if($status == 'error'){ ?>
20 $("#anibox").animate({ backgroundColor: "#FFE6E6" }, 2000);
21 <?php } ?>
22
23 if( $.fn.jquery < "1.10" ) {
24 $('#uscestabs').tabs({
25 cookie: {
26 // store cookie for a day, without, it would be a session cookie
27 expires: 1
28 }
29 });
30 } else {
31 $( "#uscestabs" ).tabs({
32 active: ($.cookie("uscestabs_settlement")) ? $.cookie("uscestabs_settlement") : 0
33 , activate: function( event, ui ){
34 $.cookie("uscestabs_settlement", $(this).tabs("option", "active"));
35 }
36 });
37 }
38
39 if( '2' == $("input[name='connection']:checked").val() ){
40 $("#authkey_zeus").css("display", "");
41 }else{
42 $("#authkey_zeus").css("display", "none");
43 $("#3dsecur_zeus_2").attr("checked", "checked");
44 }
45 $("input[name='connection']").click(function(){
46 if( '2' == $("input[name='connection']:checked").val() ){
47 $("#authkey_zeus").css("display", "");
48 }else{
49 $("#authkey_zeus").css("display", "none");
50 $("#3dsecur_zeus_2").attr("checked", "checked");
51 }
52 });
53
54 if( '1' == $("input[name='3dsecur']:checked").val() ){
55 $("#connection_zeus_2").attr("checked", "checked");
56 $("#authkey_zeus").css("display", "");
57 }
58 $("input[name='3dsecur']").click(function(){
59 if( '1' == $("input[name='3dsecur']:checked").val() ){
60 $("#connection_zeus_2").attr("checked", "checked");
61 $("#authkey_zeus").css("display", "");
62 }
63 });
64
65 // if( '1' == $("input[name='security']:checked").val() ){
66 // $("input[name='quickcharge']").attr("disabled", "disabled");
67 // $("#quickcharge_zeus_2").attr("checked", "checked");
68 // }else{
69 // $("input[name='quickcharge']").removeAttr("disabled");
70 // }
71 // $("input[name='security']").click(function(){
72 // if( '1' == $("input[name='security']:checked").val() ){
73 // $("input[name='quickcharge']").attr("disabled", "disabled");
74 // $("#quickcharge_zeus_2").attr("checked", "checked");
75 // }else{
76 // $("input[name='quickcharge']").removeAttr("disabled");
77 // }
78 // });
79
80 if( 'on' == $("input[name='set_cartbordercolor']:checked").val() ) {
81 $("#cartbordercolor").css("display", "");
82 } else {
83 $("#cartbordercolor").css("display", "none");
84 }
85 $("input[name='set_cartbordercolor']").click(function() {
86 if( 'on' == $("input[name='set_cartbordercolor']:checked").val() ) {
87 $("#cartbordercolor").css("display", "");
88 } else {
89 $("#cartbordercolor").css("display", "none");
90 }
91 });
92 });
93 function toggleVisibility(id) {
94 var e = document.getElementById(id);
95 if(e.style.display == 'block')
96 e.style.display = 'none';
97 else
98 e.style.display = 'block';
99 }
100 </script>
101 <div class="wrap">
102 <div class="usces_admin">
103 <h2><?php _e('Settlement Setting','usces'); ?></h2>
104 <div id="aniboxStatus" class="<?php echo $status; ?>">
105 <div id="anibox" class="clearfix">
106 <img src="<?php echo USCES_PLUGIN_URL; ?>/images/list_message_<?php echo $status; ?>.gif" />
107 <div class="mes" id="info_massage"><?php echo $message; ?></div>
108 </div>
109 </div>
110
111 <div id="poststuff" class="metabox-holder">
112 <div class="postbox">
113 <h3 class="hndle"><span><?php _e('Settlement Setting','usces'); ?></span></h3>
114 <div class="inside">
115 <div id="uscestabs">
116
117 <ul>
118 <li><a href="#uscestabs_zeus"><?php _e('ZEUS','usces'); ?></a></li>
119 <li><a href="#uscestabs_remise"><?php _e('Remise','usces'); ?></a></li>
120 <!--20101018ysk start-->
121 <li><a href="#uscestabs_jpayment">J-Payment</a></li>
122 <!--20101018ysk end-->
123 <!--20110208ysk start-->
124 <li><a href="#uscestabs_paypal">PayPal</a></li>
125 <!--20110208ysk end-->
126 <!--20120413ysk start-->
127 <li><a href="#uscestabs_sbps">ソフトバンク・ペイメント</a></li>
128 <!--20120413ysk end-->
129 <!--20120618ysk start-->
130 <li><a href="#uscestabs_telecom">テレコムクレジット</a></li>
131 <!--20120618ysk end-->
132 <!--20121206ysk start-->
133 <li><a href="#uscestabs_digitalcheck">ペイデザイン</a></li>
134 <!--20121206ysk end-->
135 <!--20130225ysk start-->
136 <li><a href="#uscestabs_mizuho">みずほファクター</a></li>
137 <!--20130225ysk end-->
138 <!--20131220ysk start-->
139 <li><a href="#uscestabs_anotherlane">アナザーレーン</a></li>
140 <!--20131220ysk end-->
141 <!--20140206ysk start--
142 <li><a href="#uscestabs_veritrans">ベリトランス</a></li>
143 <!--20140206ysk end-->
144 </ul>
145
146 <div id="uscestabs_zeus">
147 <div class="settlement_service"><span class="service_title"><?php _e('ZEUS Japanese Settlement', 'usces'); ?></span></a></div>
148
149 <?php if( isset($_POST['acting']) && 'zeus' == $_POST['acting'] ){ ?>
150 <?php if( isset($opts['zeus']['activate']) && 'on' == $opts['zeus']['activate'] ){ ?>
151 <div class="message">十分にテストを行ってから運用してください。</div>
152 <?php }else if( '' != $mes ){ ?>
153 <div class="error_message"><?php echo $mes; ?></div>
154 <?php } ?>
155 <?php } ?>
156 <form action="" method="post" name="zeus_form" id="zeus_form">
157 <table class="settle_table">
158 <tr>
159 <th>クレジットカード決済</th>
160 <td><input name="card_activate" type="radio" id="card_activate_zeus_1" value="on"<?php if( isset($opts['zeus']['card_activate']) && $opts['zeus']['card_activate'] == 'on' ) echo ' checked="checked"'; ?> /></td><td><label for="card_activate_zeus_1">利用する</label></td>
161 <td><input name="card_activate" type="radio" id="card_activate_zeus_2" value="off"<?php if( isset($opts['zeus']['card_activate']) && $opts['zeus']['card_activate'] == 'off' ) echo ' checked="checked"'; ?> /></td><td><label for="card_activate_zeus_2">利用しない</label></td>
162 <td colspan="2"></td>
163 </tr>
164 <tr>
165 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_clid_zeus');"><?php _e('カード決済IPコード', 'usces'); ?></a></th>
166 <td colspan="4"><input name="clientip" type="text" id="clid_zeus" value="<?php echo esc_html(isset($opts['zeus']['clientip']) ? $opts['zeus']['clientip'] : ''); ?>" size="40" /></td>
167 <td colspan="2"><div id="ex_clid_zeus" class="explanation"><?php _e('契約時にゼウスから発行されるクレジットカード決済用のIPコード(半角数字)', 'usces'); ?></div></td>
168 </tr>
169 <tr>
170 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_connection_zeus');"><?php _e('接続方式', 'usces'); ?></a></th>
171 <td><input name="connection" type="radio" id="connection_zeus_1" value="1"<?php if( isset($opts['zeus']['connection']) && $opts['zeus']['connection'] == 1 ) echo ' checked="checked"'; ?> /></td><td><label for="connection_zeus_1">Secure Link</label></td>
172 <td><input name="connection" type="radio" id="connection_zeus_2" value="2"<?php if( isset($opts['zeus']['connection']) && $opts['zeus']['connection'] == 2 ) echo ' checked="checked"'; ?> /></td><td><label for="connection_zeus_2">Secure API</label></td>
173 <td colspan="2"><div id="ex_connection_zeus" class="explanation"><?php _e('認証接続方法。契約に従って指定する�
174 要があります。', 'usces'); ?></div></td>
175 </tr>
176 <tr id="authkey_zeus">
177 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_authkey_zeus');"><?php _e('認証キー', 'usces'); ?></a></th>
178 <td colspan="4"><input name="authkey" type="text" id="clid_zeus" value="<?php echo esc_html(isset($opts['zeus']['authkey']) ? $opts['zeus']['authkey'] : ''); ?>" size="40" /></td>
179 <td colspan="2"><div id="ex_authkey_zeus" class="explanation"><?php _e('契約時にゼウスから発行されるSecure API用認証キー(半角数字)', 'usces'); ?></div></td>
180 </tr>
181 <tr>
182 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_3dsecur_zeus');"><?php _e('3Dセキュア(※)', 'usces'); ?></a></th>
183 <td><input name="3dsecur" type="radio" id="3dsecur_zeus_1" value="1"<?php if( isset($opts['zeus']['3dsecur']) && $opts['zeus']['3dsecur'] == 1 ) echo ' checked="checked"'; ?> /></td><td><label for="3dsecur_zeus_1">利用する</label></td>
184 <td><input name="3dsecur" type="radio" id="3dsecur_zeus_2" value="2"<?php if( isset($opts['zeus']['3dsecur']) && $opts['zeus']['3dsecur'] == 2 ) echo ' checked="checked"'; ?> /></td><td><label for="3dsecur_zeus_2">利用しない</label></td>
185 <td colspan="2"><div id="ex_3dsecur_zeus" class="explanation"><?php _e('3Dセキュアを利用するにはSecure APIを利用した接続が�
186 要です。契約に従って指定する�
187 要があります。', 'usces'); ?></div></td>
188 </tr>
189 <tr>
190 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_security_zeus');"><?php _e('セキュリティーコード(※)', 'usces'); ?></a></th>
191 <td><input name="security" type="radio" id="security_zeus_1" value="1"<?php if( isset($opts['zeus']['security']) && $opts['zeus']['security'] == 1 ) echo ' checked="checked"'; ?> /></td><td><label for="security_zeus_1">利用する</label></td>
192 <td><input name="security" type="radio" id="security_zeus_2" value="2"<?php if( isset($opts['zeus']['security']) && $opts['zeus']['security'] == 2 ) echo ' checked="checked"'; ?> /></td><td><label for="security_zeus_2">利用しない</label></td>
193 <td colspan="2"><div id="ex_security_zeus" class="explanation"><?php _e('セキュリティーコードの�
194 �力を�
195 須とするかどうかを指定します。契約に従って指定する�
196 要があります。', 'usces'); ?></div></td>
197 </tr>
198 <tr>
199 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_quickcharge_zeus');">クイックチャージ</a></th>
200 <td><input name="quickcharge" type="radio" id="quickcharge_zeus_1" value="on"<?php if( isset($opts['zeus']['quickcharge']) && $opts['zeus']['quickcharge'] == 'on' ) echo ' checked="checked"'; ?> /></td><td><label for="quickcharge_zeus_1">利用する</label></td>
201 <td><input name="quickcharge" type="radio" id="quickcharge_zeus_2" value="off"<?php if( isset($opts['zeus']['quickcharge']) && $opts['zeus']['quickcharge'] == 'off' ) echo ' checked="checked"'; ?> /></td><td><label for="quickcharge_zeus_2">利用しない</label></td>
202 <td colspan="2"><div id="ex_quickcharge_zeus" class="explanation"><?php _e('ログインして一度購�
203 �したメンバーは、次の購�
204 �時にはカード番号を�
205 �力する�
206 要がなくなります。', 'usces'); ?></div></td>
207 </tr>
208 <?php if( defined('WCEX_AUTO_DELIVERY') ): ?>
209 <tr>
210 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_batch_zeus');">バッチ処理</a></th>
211 <td><input name="batch" type="radio" id="batch_zeus_1" value="on"<?php if( isset($opts['zeus']['batch']) && $opts['zeus']['batch'] == 'on' ) echo ' checked="checked"'; ?> /></td><td><label for="batch_zeus_1">利用する</label></td>
212 <td><input name="batch" type="radio" id="batch_zeus_2" value="off"<?php if( isset($opts['zeus']['batch']) && $opts['zeus']['batch'] == 'off' ) echo ' checked="checked"'; ?> /></td><td><label for="batch_zeus_2">利用しない</label></td>
213 <td colspan="2"><div id="ex_batch_zeus" class="explanation"><?php _e('ゼウス決済を定期購�
214 �でご利用の場合は、「利用する」にしてください。また、クイックチャージも「利用する」にしてください。', 'usces'); ?></div></td>
215 </tr>
216 <?php endif; ?>
217 <tr>
218 <th>お客様の支払方法</th>
219 <td><input name="howpay" type="radio" id="howpay_zeus_1" value="on"<?php if( isset($opts['zeus']['howpay']) && $opts['zeus']['howpay'] == 'on' ) echo ' checked="checked"'; ?> /></td><td><label for="howpay_zeus_1">分割払いに対応する</label></td>
220 <td><input name="howpay" type="radio" id="howpay_zeus_2" value="off"<?php if( isset($opts['zeus']['howpay']) && $opts['zeus']['howpay'] == 'off' ) echo ' checked="checked"'; ?> /></td><td><label for="howpay_zeus_2">一括払いのみ</label></td>
221 <td colspan="2"></td>
222 </tr>
223 </table>
224 <table class="settle_table">
225 <tr>
226 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_bank_zeus');">�
227 �金おまかせサービス</a></th>
228 <td><input name="bank_activate" type="radio" id="bank_activate_zeus_1" value="on"<?php if( isset($opts['zeus']['bank_activate']) && $opts['zeus']['bank_activate'] == 'on' ) echo ' checked="checked"'; ?> /></td><td><label for="bank_activate_zeus_1">利用する</label></td>
229 <td><input name="bank_activate" type="radio" id="bank_activate_zeus_2" value="off"<?php if( isset($opts['zeus']['bank_activate']) && $opts['zeus']['bank_activate'] == 'off' ) echo ' checked="checked"'; ?> /></td><td><label for="bank_activate_zeus_2">利用しない</label></td>
230 <td><div id="ex_bank_zeus" class="explanation"><?php _e('銀行振り込み支払いの自動�
231 �会機能です。振込みがあった場合、自動的に�
232 �金済みになり、�
233 �金確認メールが自動送信されます。', 'usces'); ?></div></td>
234 </tr>
235 <tr>
236 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_bank_ope_zeus');">稼働環境</a></th>
237 <td><input name="bank_ope" type="radio" id="bank_ope_zeus_1" value="test"<?php if( isset($opts['zeus']['bank_ope']) && $opts['zeus']['bank_ope'] == 'test' ) echo ' checked="checked"'; ?> /></td><td><label for="bank_ope_zeus_1">テスト環境</label></td>
238 <td><input name="bank_ope" type="radio" id="bank_ope_zeus_2" value="public"<?php if( isset($opts['zeus']['bank_ope']) && $opts['zeus']['bank_ope'] == 'public' ) echo ' checked="checked"'; ?> /></td><td><label for="bank_ope_zeus_2">本番環境</label></td>
239 <td><div id="ex_bank_ope_zeus" class="explanation"><?php _e('動作環境を切り替えます', 'usces'); ?></div></td>
240 </tr>
241 <tr>
242 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_bank_clid_zeus');">�
243 �金おまかせIPコード</a></th>
244 <td colspan="4"><input name="clientip_bank" type="text" id="bank_clid_zeus" value="<?php echo esc_html(isset($opts['zeus']['clientip_bank']) ? $opts['zeus']['clientip_bank'] : ''); ?>" size="40" /></td>
245 <td><div id="ex_bank_clid_zeus" class="explanation"><?php _e('契約時にゼウスから発行される�
246 �金おまかせサービス用のIPコード(半角数字)', 'usces'); ?></div></td>
247 </tr>
248 <tr>
249 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_bank_testid_zeus');">テストID</a></th>
250 <td colspan="4"><input name="testid_bank" type="text" id="testid_bank_zeus" value="<?php echo esc_html(isset($opts['zeus']['testid_bank']) ? $opts['zeus']['testid_bank'] : ''); ?>" size="40" /></td>
251 <td><div id="ex_bank_testid_zeus" class="explanation"><?php _e('契約時にゼウスから発行される�
252 �金おまかせサービス接続テストで�
253 要なテストID(半角数字)', 'usces'); ?></div></td>
254 </tr>
255
256 </table>
257 <table class="settle_table">
258 <tr>
259 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_conv_zeus');">コンビニ決済サービス</a></th>
260 <td><input name="conv_activate" type="radio" id="conv_activate_zeus_1" value="on"<?php if( isset($opts['zeus']['conv_activate']) && $opts['zeus']['conv_activate'] == 'on' ) echo ' checked="checked"'; ?> /></td><td><label for="conv_activate_zeus_1">利用する</label></td>
261 <td><input name="conv_activate" type="radio" id="conv_activate_zeus_2" value="off"<?php if( isset($opts['zeus']['conv_activate']) && $opts['zeus']['conv_activate'] == 'off' ) echo ' checked="checked"'; ?> /></td><td><label for="conv_activate_zeus_2">利用しない</label></td>
262 <td colspan="2"></td>
263 <td><div id="ex_conv_zeus" class="explanation"><?php _e('コンビニ支払いができる決済サービスです。払い込みがあった場合、自動的に�
264 �金済みになります。', 'usces'); ?></div></td>
265 </tr>
266 <tr>
267 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_conv_ope_zeus');">稼働環境</a></th>
268 <td><input name="conv_ope" type="radio" id="conv_ope_zeus_1" value="test"<?php if( isset($opts['zeus']['conv_ope']) && $opts['zeus']['conv_ope'] == 'test' ) echo ' checked="checked"'; ?> /></td><td><label for="conv_ope_zeus_1">テスト環境</label></td>
269 <td><input name="conv_ope" type="radio" id="conv_ope_zeus_2" value="public"<?php if( isset($opts['zeus']['conv_ope']) && $opts['zeus']['conv_ope'] == 'public' ) echo ' checked="checked"'; ?> /></td><td><label for="conv_ope_zeus_2">本番環境</label></td>
270 <td colspan="2"></td>
271 <td><div id="ex_conv_ope_zeus" class="explanation"><?php _e('動作環境を切り替えます', 'usces'); ?></div></td>
272 </tr>
273 <tr>
274 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_conv_clid_zeus');">コンビニ決済IPコード</a></th>
275 <td colspan="6"><input name="clientip_conv" type="text" id="conv_clid_zeus" value="<?php echo esc_html(isset($opts['zeus']['clientip_conv']) ? $opts['zeus']['clientip_conv'] : ''); ?>" size="40" /></td>
276 <td><div id="ex_conv_clid_zeus" class="explanation"><?php _e('契約時にゼウスから発行されるコンビニ決済サービス用のIPコード(半角数字)', 'usces'); ?></div></td>
277 </tr>
278 <tr>
279 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_conv_testid_zeus');">テストID</a></th>
280 <td colspan="6"><input name="testid_conv" type="text" id="testid_conv_zeus" value="<?php echo esc_html(isset($opts['zeus']['testid_conv']) ? $opts['zeus']['testid_conv'] : ''); ?>" size="40" /></td>
281 <td><div id="ex_conv_testid_zeus" class="explanation"><?php _e('契約時にゼウスから発行されるコンビニ決済サービス接続テストで�
282 要なテストID(半角数字)', 'usces'); ?></div></td>
283 </tr>
284 <tr>
285 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_conv_testtype_zeus');">テストタイプ</a></th>
286 <td><input name="test_type" type="radio" id="conv_testtype_zeus_1" value="0"<?php if( isset($opts['zeus']['test_type_conv']) && WCUtils::is_zero($opts['zeus']['test_type_conv']) ) echo ' checked="checked"'; ?> /></td><td><label for="conv_testtype_zeus_1">�
287 �金テスト無し</label></td>
288 <td><input name="test_type" type="radio" id="conv_testtype_zeus_2" value="1"<?php if( isset($opts['zeus']['test_type_conv']) && $opts['zeus']['test_type_conv'] == 1 ) echo ' checked="checked"'; ?> /></td><td><label for="conv_testtype_zeus_2">売上確定テスト</label></td>
289 <td><input name="test_type" type="radio" id="conv_testtype_zeus_3" value="2"<?php if( isset($opts['zeus']['test_type_conv']) && $opts['zeus']['test_type_conv'] == 2 ) echo ' checked="checked"'; ?> /></td><td><label for="conv_testtype_zeus_3">売上取消テスト</label></td>
290 <td><div id="ex_conv_testtype_zeus" class="explanation"><?php _e('テスト環境でのテストタイプを指定します。', 'usces'); ?></div></td>
291 </tr>
292 </table>
293 <input name="conv_url" type="hidden" value="https://linkpt.cardservice.co.jp/cgi-bin/cvs.cgi" />
294 <input name="bank_url" type="hidden" value="https://linkpt.cardservice.co.jp/cgi-bin/ebank.cgi" />
295 <input name="card_url" type="hidden" value="https://linkpt.cardservice.co.jp/cgi-bin/secure.cgi" />
296 <input name="card_secureurl" type="hidden" value="https://linkpt.cardservice.co.jp/cgi-bin/secure/api.cgi" />
297 <input name="ipaddrs[]" type="hidden" value="210.164.6.67" />
298 <input name="ipaddrs[]" type="hidden" value="202.221.139.50" />
299 <input name="pay_cvs[D001]" type="hidden" value="セブンイレブン" />
300 <input name="pay_cvs[D002]" type="hidden" value="ローソン" />
301 <input name="pay_cvs[D030]" type="hidden" value="ファミリーマート" />
302 <input name="pay_cvs[D040]" type="hidden" value="サークルKサンクス" />
303 <input name="pay_cvs[D015]" type="hidden" value="セイコーマート" />
304 <input name="pay_cvs[D050]" type="hidden" value="ミニストップ" />
305 <input name="pay_cvs[D060]" type="hidden" value="デイリーヤマザキ" />
306 <input name="acting" type="hidden" value="zeus" />
307 <input name="usces_option_update" type="submit" class="button" value="ゼウスの設定を更新する" />
308 </form>
309 <div class="settle_exp">
310 <p><strong><?php _e('ZEUS Japanese Settlement', 'usces'); ?></strong></p>
311 <a href="http://www.cardservice.co.jp/" target="_blank">ゼウス決済サービスの詳細はこちら </a>
312 <p> </p>
313 <p>この決済は「埋め込み型」の決済システムです。</p>
314 <p>「埋め込み型」とは、決済会社のページへは遷移せず、Welcart のページのみで完結する決済システムです。<br />
315 デザインの統一されたスタイリッシュな決済が可能です。但し、カード番号を扱いますので専用SSLが�
316 須となります。</p>
317 <p>カード番号はZEUS のシステムに送信されるだけで、Welcart に記録は残しません。</p>
318 <p> </p>
319 <p> 3Dセキュアとセキュリティーコード </p>
320 <p>3Dセキュアとおよびセキュリティーコードの利用は、決済サービス契約時に決定します。契約�
321 容に従って指定しないと正常に動作しませんのでご注意ください。<br />
322 詳しくは<a href="http://www.cardservice.co.jp/" target="_blank">株式会社ゼウス</a>(代表:03-3498-9030)にお問い合わせください。</p>
323 <p> </p>
324 <p><strong>テスト稼動について</strong></p>
325 <p>�
326 �金おまかせ及びコンビニ決済のテストを行なう際は、「稼働環境」で「テスト環境」を選択し、「テストID」の�
327 目にゼウスから発行されるテストIDを�
328 �力してください。<br />
329 また、本稼働の際には、「本番環境」を選択して更新してください。</p>
330 </div>
331 </div><!--uscestabs_zeus-->
332
333 <div id="uscestabs_remise">
334 <div class="settlement_service"><span class="service_title"><?php _e('Remise Japanese Settlement', 'usces'); ?></span></div>
335
336 <?php if( isset($_POST['acting']) && 'remise' == $_POST['acting'] ){ ?>
337 <?php if( isset($opts['remise']['activate']) && 'on' == $opts['remise']['activate'] ){ ?>
338 <div class="message">十分にテストを行ってから運用してください。</div>
339 <?php }else if( '' != $mes ){ ?>
340 <div class="error_message"><?php echo $mes; ?></div>
341 <?php } ?>
342 <?php } ?>
343 <form action="" method="post" name="remise_form" id="remise_form">
344 <table class="settle_table">
345 <!-- <tr>
346 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_plan_remise');"><?php _e('契約プラン', 'usces'); ?></a></th>
347 <td>
348 <select name="plan" id="plan_remise">
349 <option value="0"<?php echo( ( isset($opts['remise']['plan']) && '0' === $opts['remise']['plan']) ? ' selected="selected"' : '' ); ?>>-------------------------</option>
350 <option value="1"<?php echo( ( isset($opts['remise']['plan']) && '1' === $opts['remise']['plan']) ? ' selected="selected"' : '' ); ?>>スーパーバリュープラン</option>
351 <option value="2"<?php echo( ( isset($opts['remise']['plan']) && '2' === $opts['remise']['plan']) ? ' selected="selected"' : '' ); ?>>ライトプラン</option>
352 </select>
353 </td>
354 <td><div id="ex_plan_remise" class="explanation"><?php _e('ルミーズと契約したサービスプランを選択してください。<br />契約が変更したい場合はルミーズへお問合せください。', 'usces'); ?></div></td>
355 </tr>
356 --> <tr>
357 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_SHOPCO_remise');"><?php _e('加盟店コード', 'usces'); ?></a></th>
358 <td><input name="SHOPCO" type="text" id="SHOPCO_remise" value="<?php echo esc_html(isset($opts['remise']['SHOPCO']) ? $opts['remise']['SHOPCO'] : ''); ?>" size="20" maxlength="8" /></td>
359 <td><div id="ex_SHOPCO_remise" class="explanation"><?php _e('契約時にルミーズから発行される加盟店コード(半角英数)', 'usces'); ?></div></td>
360 </tr>
361 <tr>
362 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_HOSTID_remise');"><?php _e('ホスト番号', 'usces'); ?></a></th>
363 <td><input name="HOSTID" type="text" id="HOSTID_remise" value="<?php echo esc_html(isset($opts['remise']['HOSTID']) ? $opts['remise']['HOSTID'] : ''); ?>" size="20" maxlength="8" /></td>
364 <td><div id="ex_HOSTID_remise" class="explanation"><?php _e('契約時にルミーズから割り当てられるホスト番号(半角数字)', 'usces'); ?></div></td>
365 </tr>
366 </table>
367 <table class="settle_table">
368 <tr>
369 <th>クレジットカード決済</th>
370 <td><input name="card_activate" type="radio" id="card_activate_remise_1" value="on"<?php if( isset($opts['remise']['card_activate']) && $opts['remise']['card_activate'] == 'on' ) echo ' checked="checked"'; ?> /></td><td><label for="card_activate_remise_1">利用する</label></td>
371 <td><input name="card_activate" type="radio" id="card_activate_remise_2" value="off"<?php if( isset($opts['remise']['card_activate']) && $opts['remise']['card_activate'] == 'off' ) echo ' checked="checked"'; ?> /></td><td><label for="card_activate_remise_2">利用しない</label></td>
372 <td><div></div></td>
373 </tr>
374 <tr>
375 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_card_jb_remise');">ジョブコード</a></th>
376 <!-- <td><input name="card_jb" type="radio" id="card_jb_remise_1" value="CHECK"<?php if( isset($opts['remise']['card_jb']) && $opts['remise']['card_jb'] == 'CHECK' ) echo ' checked'; ?> /></td><td><label for="card_jb_remise_1">有効性チェック</label></td>
377 --> <td><input name="card_jb" type="radio" id="card_jb_remise_2" value="AUTH"<?php if( isset($opts['remise']['card_jb']) && $opts['remise']['card_jb'] == 'AUTH' ) echo ' checked'; ?> /></td><td><label for="card_jb_remise_2">仮売上処理</label></td>
378 <td><input name="card_jb" type="radio" id="card_jb_remise_3" value="CAPTURE"<?php if( isset($opts['remise']['card_jb']) && $opts['remise']['card_jb'] == 'CAPTURE' ) echo ' checked'; ?> /></td><td><label for="card_jb_remise_3">売上処理</label></td>
379 <td><div id="ex_card_jb_remise" class="explanation"><?php _e('決済の種類を指定します', 'usces'); ?></div></td>
380 </tr>
381 <tr>
382 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_payquick_remise');">ペイクイック機能</a></th>
383 <td><input name="payquick" type="radio" id="payquick_remise_1" value="on"<?php if( isset($opts['remise']['payquick']) && $opts['remise']['payquick'] == 'on' ) echo ' checked="checked"'; ?> /></td><td><label for="payquick_remise_1">利用する</label></td>
384 <td><input name="payquick" type="radio" id="payquick_remise_2" value="off"<?php if( isset($opts['remise']['payquick']) && $opts['remise']['payquick'] == 'off' ) echo ' checked="checked"'; ?> /></td><td><label for="payquick_remise_2">利用しない</label></td>
385 <td><div id="ex_payquick_remise" class="explanation"><?php _e('Welcart の会員システムを利用している場合、会員に対して2回目以降の決済の際、クレジットカード番号、有効期限、名義人の�
386 �力が不要となります。<br />クレジットカード�
387 報はWelcart では保存せず、「ルミーズ」のデータベースにて安�
388 �に保管されます。', 'usces'); ?></div></td>
389 </tr>
390 <tr>
391 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_howpay_remise');">お客様の支払方法</a></th>
392 <td><input name="howpay" type="radio" id="howpay_remise_1" value="on"<?php if( isset($opts['remise']['howpay']) && $opts['remise']['howpay'] == 'on' ) echo ' checked="checked"'; ?> /></td><td><label for="howpay_remise_1">分割払いに対応する</label></td>
393 <td><input name="howpay" type="radio" id="howpay_remise_2" value="off"<?php if( isset($opts['remise']['howpay']) && $opts['remise']['howpay'] == 'off' ) echo ' checked="checked"'; ?> /></td><td><label for="howpay_remise_2">一括払いのみ</label></td>
394 <td><div id="ex_howpay_remise" class="explanation"><?php _e('「一括払い」以外をご利用の場合はルミーズ側の設定が�
395 要となります。前もってルミーズにお問合せください。<br >「スーパーバリュープラン」の場合は「一括払いのみ」を選択してください。', 'usces'); ?></div></td>
396 </tr>
397 <?php if( defined('WCEX_DLSELLER') ): ?>
398 <tr>
399 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_continuation_remise');">自動継続課金</a></th>
400 <td><input name="continuation" type="radio" id="continuation_remise_1" value="on"<?php if( isset($opts['remise']['continuation']) && $opts['remise']['continuation'] == 'on' ) echo ' checked="checked"'; ?> /></td><td><label for="continuation_remise_1">利用する</label></td>
401 <td><input name="continuation" type="radio" id="continuation_remise_2" value="off"<?php if( isset($opts['remise']['continuation']) && $opts['remise']['continuation'] == 'off' ) echo ' checked="checked"'; ?> /></td><td><label for="continuation_remise_2">利用しない</label></td>
402 <td><div id="ex_continuation_remise" class="explanation"><?php _e('定期的に発生する月会費などの�
403 �わしい課金処理を完�
404 �に自動化することができる機能です。<br />詳しくは「ルミーズ」にお問合せください。', 'usces'); ?></div></td>
405 </tr>
406 <?php endif; ?>
407 <tr>
408 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_card_pc_ope_remise');">稼働環境</a></th>
409 <td><input name="card_pc_ope" type="radio" id="card_pc_ope_remise_1" value="test"<?php if( isset($opts['remise']['card_pc_ope']) && $opts['remise']['card_pc_ope'] == 'test' ) echo ' checked="checked"'; ?> /></td><td><label for="card_pc_ope_remise_1">テスト環境</label></td>
410 <td><input name="card_pc_ope" type="radio" id="card_pc_ope_remise_2" value="public"<?php if( isset($opts['remise']['card_pc_ope']) && $opts['remise']['card_pc_ope'] == 'public' ) echo ' checked="checked"'; ?> /></td><td><label for="card_pc_ope_remise_2">本番環境</label></td>
411 <td><div id="ex_card_pc_ope_remise" class="explanation"><?php _e('動作環境を切り替えます', 'usces'); ?></div></td>
412 </tr>
413 <tr>
414 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_send_url_pc_remise');"><?php _e('本番URL(PC)', 'usces'); ?></a></th>
415 <td colspan="4"><input name="send_url_pc" type="text" id="send_url_pc_remise" value="<?php echo esc_html(isset($opts['remise']['send_url_pc']) ? $opts['remise']['send_url_pc'] : ''); ?>" size="40" /></td>
416 <td><div id="ex_send_url_pc_remise" class="explanation"><?php _e('クレジットカード決済の本番環境(PC)で接続するURLを設定します。', 'usces'); ?></div></td>
417 </tr>
418 <?php if( defined('WCEX_MOBILE') ): ?>
419 <tr>
420 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_send_url_mbl_remise');"><?php _e('本番URL(携帯)', 'usces'); ?></a></th>
421 <td colspan="4"><input name="send_url_mbl" type="text" id="send_url_mbl_remise" value="<?php echo esc_html(isset($opts['remise']['send_url_mbl']) ? $opts['remise']['send_url_mbl'] : ''); ?>" size="40" /></td>
422 <td><div id="ex_send_url_mbl_remise" class="explanation"><?php _e('クレジットカード決済の本番環境(携帯)で接続するURLを設定します。', 'usces'); ?></div></td>
423 </tr>
424 <?php endif; ?>
425 </table>
426 <table class="settle_table">
427 <tr>
428 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_conv_remise');">コンビニ・電子マネー決済</a></th>
429 <td><input name="conv_activate" type="radio" id="conv_activate_remise_1" value="on"<?php if( isset($opts['remise']['conv_activate']) && $opts['remise']['conv_activate'] == 'on' ) echo ' checked="checked"'; ?> /></td><td><label for="conv_activate_remise_1">利用する</label></td>
430 <td><input name="conv_activate" type="radio" id="conv_activate_remise_2" value="off"<?php if( isset($opts['remise']['conv_activate']) && $opts['remise']['conv_activate'] == 'off' ) echo ' checked="checked"'; ?> /></td><td><label for="conv_activate_remise_2">利用しない</label></td>
431 <td><div id="ex_conv_remise" class="explanation"><?php _e('コンビニ・電子マネー決済を利用するかどうか', 'usces'); ?></div></td>
432 </tr>
433 <tr>
434 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_paydate_remise');"><?php _e('支払期限', 'usces'); ?></a></th>
435 <td colspan="4"><input name="S_PAYDATE" type="text" id="S_PAYDATE_remise" value="<?php echo esc_html(isset($opts['remise']['S_PAYDATE']) ? $opts['remise']['S_PAYDATE'] : ''); ?>" size="5" maxlength="3" />日</td>
436 <td><div id="ex_paydate_remise" class="explanation"><?php _e('日数を設定します。(半角数字)', 'usces'); ?></div></td>
437 </tr>
438 <tr>
439 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_conv_pc_ope_remise');">稼働環境</a></th>
440 <td><input name="conv_pc_ope" type="radio" id="conv_pc_ope_remise_1" value="test"<?php if( isset($opts['remise']['conv_pc_ope']) && $opts['remise']['conv_pc_ope'] == 'test' ) echo ' checked="checked"'; ?> /></td><td><label for="conv_pc_ope_remise_1">テスト環境</label></td>
441 <td><input name="conv_pc_ope" type="radio" id="conv_pc_ope_remise_2" value="public"<?php if( isset($opts['remise']['conv_pc_ope']) && $opts['remise']['conv_pc_ope'] == 'public' ) echo ' checked="checked"'; ?> /></td><td><label for="conv_pc_ope_remise_2">本番環境</label></td>
442 <td><div id="ex_conv_pc_ope_remise" class="explanation"><?php _e('動作環境を切り替えます', 'usces'); ?></div></td>
443 </tr>
444 <tr>
445 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_send_url_cvs_pc_remise');"><?php _e('本番URL(PC)', 'usces'); ?></a></th>
446 <td colspan="4"><input name="send_url_cvs_pc" type="text" id="send_url_cvs_pc_remise" value="<?php echo esc_html(isset($opts['remise']['send_url_cvs_pc']) ? $opts['remise']['send_url_cvs_pc'] : ''); ?>" size="40" /></td>
447 <td><div id="ex_send_url_cvs_pc_remise" class="explanation"><?php _e('コンビニ・電子マネー決済の本番環境(PC)で接続するURLを設定します。', 'usces'); ?></div></td>
448 </tr>
449 <?php if( defined('WCEX_MOBILE') ): ?>
450 <tr>
451 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_send_url_cvs_mbl_remise');"><?php _e('本番URL(携帯)', 'usces'); ?></a></th>
452 <td colspan="4"><input name="send_url_cvs_mbl" type="text" id="send_url_cvs_mbl_remise" value="<?php echo esc_html(isset($opts['remise']['send_url_cvs_mbl']) ? $opts['remise']['send_url_cvs_mbl'] : ''); ?>" size="40" /></td>
453 <td><div id="ex_send_url_cvs_mbl_remise" class="explanation"><?php _e('コンビニ・電子マネー決済の本番環境(携帯)で接続するURLを設定します。', 'usces'); ?></div></td>
454 </tr>
455 <?php endif; ?>
456 </table>
457 <input name="send_url_pc_test" type="hidden" value="https://test.remise.jp/rpgw2/pc/card/paycard.aspx" />
458 <input name="send_url_mbl_test" type="hidden" value="https://test.remise.jp/rpgw2/mbl/card/paycard.aspx" />
459 <input name="send_url_cvs_pc_test" type="hidden" value="https://test.remise.jp/rpgw2/pc/cvs/paycvs.aspx" />
460 <input name="send_url_cvs_mbl_test" type="hidden" value="https://test.remise.jp/rpgw2/mbl/cvs/paycvs.aspx" />
461 <input name="REMARKS3" type="hidden" value="A0000875" />
462 <input name="acting" type="hidden" value="remise" />
463 <input name="usces_option_update" type="submit" class="button" value="ルミーズの設定を更新する" />
464 </form>
465 <div class="settle_exp">
466 <p><strong><?php _e('Remise Japanese Settlement', 'usces'); ?></strong></p>
467 <a href="http://www.remise.jp/" target="_blank">ルミーズ決済サービスの詳細はこちら 》</a>
468 <p> </p>
469 <p>この決済は「外部リンク型」の決済システムです。</p>
470 <p>「外部リンク型」とは、決済会社のページへは遷移してカード�
471 報を�
472 �力する決済システムです。</p>
473 <p>「自動継続課金」を利用するには「DL Seller」拡張プラグインのインストールが�
474 要です。</p>
475 </div>
476 </div><!--uscestabs_remise-->
477
478 <!--20101018ysk start-->
479 <div id="uscestabs_jpayment">
480 <div class="settlement_service"><span class="service_title"><?php _e('J-Payment Japanese Settlement', 'usces'); ?></span></div>
481
482 <?php if( isset($_POST['acting']) && 'jpayment' == $_POST['acting'] ){ ?>
483 <?php if( isset($opts['jpayment']['activate']) && 'on' == $opts['jpayment']['activate'] ){ ?>
484 <div class="message">十分にテストを行ってから運用してください。</div>
485 <?php }else if( '' != $mes ){ ?>
486 <div class="error_message"><?php echo $mes; ?></div>
487 <?php } ?>
488 <?php } ?>
489 <form action="" method="post" name="jpayment_form" id="jpayment_form">
490 <table class="settle_table">
491 <tr>
492 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_aid_jpayment');"><?php _e('店舗ID', 'usces'); ?></a></th>
493 <td><input name="aid" type="text" id="aid_jpayment" value="<?php echo esc_html(isset($opts['jpayment']['aid']) ? $opts['jpayment']['aid'] : ''); ?>" size="20" maxlength="6" /></td>
494 <td><div id="ex_aid_jpayment" class="explanation"><?php _e('契約時にJ-Paymentから発行される店舗ID(半角数字)', 'usces'); ?></div></td>
495 </tr>
496 </table>
497 <table class="settle_table">
498 <tr>
499 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_card_jpayment');">クレジットカード決済</a></th>
500 <td><input name="card_activate" type="radio" id="card_activate_jpayment_1" value="on"<?php if( isset($opts['jpayment']['card_activate']) && $opts['jpayment']['card_activate'] == 'on' ) echo ' checked'; ?> /></td><td><label for="card_activate_jpayment_1">利用する</label></td>
501 <td><input name="card_activate" type="radio" id="card_activate_jpayment_2" value="off"<?php if( isset($opts['jpayment']['card_activate']) && $opts['jpayment']['card_activate'] == 'off' ) echo ' checked'; ?> /></td><td><label for="card_activate_jpayment_2">利用しない</label></td>
502 <td><div id="ex_card_jpayment" class="explanation"><?php _e('クレジットカード決済を利用するかどうか<br />※自動継続課金には対応していません。', 'usces'); ?></div></td>
503 </tr>
504 <tr>
505 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_card_jb_jpayment');">ジョブタイプ</a></th>
506 <!-- <td><input name="card_jb" type="radio" id="card_jb_jpayment_1" value="CHECK"<?php if( isset($opts['jpayment']['card_jb']) && $opts['jpayment']['card_jb'] == 'CHECK' ) echo ' checked'; ?> /></td><td><label for="card_jb_jpayment_1">有効性チェック</label></td>
507 --> <td><input name="card_jb" type="radio" id="card_jb_jpayment_2" value="AUTH"<?php if( isset($opts['jpayment']['card_jb']) && $opts['jpayment']['card_jb'] == 'AUTH' ) echo ' checked'; ?> /></td><td><label for="card_jb_jpayment_2">仮売上処理</label></td>
508 <td><input name="card_jb" type="radio" id="card_jb_jpayment_3" value="CAPTURE"<?php if( isset($opts['jpayment']['card_jb']) && $opts['jpayment']['card_jb'] == 'CAPTURE' ) echo ' checked'; ?> /></td><td><label for="card_jb_jpayment_3">仮実同時売上処理</label></td>
509 <td><div id="ex_card_jb_jpayment" class="explanation"><?php _e('決済の種類を指定します', 'usces'); ?></div></td>
510 </tr>
511 </table>
512 <table class="settle_table">
513 <tr>
514 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_conv_jpayment');">コンビニ決済</a></th>
515 <td><input name="conv_activate" type="radio" id="conv_activate_jpayment_1" value="on"<?php if( isset($opts['jpayment']['conv_activate']) && $opts['jpayment']['conv_activate'] == 'on' ) echo ' checked'; ?> /></td><td><label for="conv_activate_jpayment_1">利用する</label></td>
516 <td><input name="conv_activate" type="radio" id="conv_activate_jpayment_2" value="off"<?php if( isset($opts['jpayment']['conv_activate']) && $opts['jpayment']['conv_activate'] == 'off' ) echo ' checked'; ?> /></td><td><label for="conv_activate_jpayment_2">利用しない</label></td>
517 <td><div id="ex_conv_jpayment" class="explanation"><?php _e('コンビニ(ペーパーレス)決済を利用するかどうか', 'usces'); ?></div></td>
518 </tr>
519 </table>
520 <!--
521 <table class="settle_table">
522 <tr>
523 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_webm_jpayment');">WebMoney決済</a></th>
524 <td><input name="webm_activate" type="radio" id="webm_activate_jpayment_1" value="on"<?php if( isset($opts['jpayment']['webm_activate']) && $opts['jpayment']['webm_activate'] == 'on' ) echo ' checked'; ?> /></td><td><label for="webm_activate_jpayment_1">利用する</label></td>
525 <td><input name="webm_activate" type="radio" id="webm_activate_jpayment_2" value="off"<?php if( isset($opts['jpayment']['webm_activate']) && $opts['jpayment']['webm_activate'] == 'off' ) echo ' checked'; ?> /></td><td><label for="webm_activate_jpayment_2">利用しない</label></td>
526 <td><div></div></td><td><div></div></td>
527 <td><div id="ex_webm_jpayment" class="explanation"><?php _e('電子マネー(WebMoney)決済を利用するかどうか', 'usces'); ?></div></td>
528 </tr>
529 </table>
530 <table class="settle_table">
531 <tr>
532 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_bitc_jpayment');">BitCash決済</a></th>
533 <td><input name="bitc_activate" type="radio" id="bitc_activate_jpayment_1" value="on"<?php if( isset($opts['jpayment']['bitc_activate']) && $opts['jpayment']['bitc_activate'] == 'on' ) echo ' checked'; ?> /></td><td><label for="bitc_activate_jpayment_1">利用する</label></td>
534 <td><input name="bitc_activate" type="radio" id="bitc_activate_jpayment_2" value="off"<?php if( isset($opts['jpayment']['bitc_activate']) && $opts['jpayment']['bitc_activate'] == 'off' ) echo ' checked'; ?> /></td><td><label for="bitc_activate_jpayment_2">利用しない</label></td>
535 <td><div id="ex_bitc_jpayment" class="explanation"><?php _e('電子マネー(BitCash)決済を利用するかどうか', 'usces'); ?></div></td>
536 </tr>
537 </table>
538 <table class="settle_table">
539 <tr>
540 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_suica_jpayment');">モバイルSuica決済</a></th>
541 <td><input name="suica_activate" type="radio" id="suica_activate_jpayment_1" value="on"<?php if( isset($opts['jpayment']['suica_activate']) && $opts['jpayment']['suica_activate'] == 'on' ) echo ' checked'; ?> /></td><td><label for="suica_activate_jpayment_1">利用する</label></td>
542 <td><input name="suica_activate" type="radio" id="suica_activate_jpayment_2" value="off"<?php if( isset($opts['jpayment']['suica_activate']) && $opts['jpayment']['suica_activate'] == 'off' ) echo ' checked'; ?> /></td><td><label for="suica_activate_jpayment_2">利用しない</label></td>
543 <td><div id="ex_suica_jpayment" class="explanation"><?php _e('電子マネー(モバイルSuica)決済を利用するかどうか', 'usces'); ?></div></td>
544 </tr>
545 </table>
546 -->
547 <table class="settle_table">
548 <tr>
549 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_bank_jpayment');">バンクチェック決済</a></th>
550 <td><input name="bank_activate" type="radio" id="bank_activate_jpayment_1" value="on"<?php if( isset($opts['jpayment']['bank_activate']) && $opts['jpayment']['bank_activate'] == 'on' ) echo ' checked'; ?> /></td><td><label for="bank_activate_jpayment_1">利用する</label></td>
551 <td><input name="bank_activate" type="radio" id="bank_activate_jpayment_2" value="off"<?php if( isset($opts['jpayment']['bank_activate']) && $opts['jpayment']['bank_activate'] == 'off' ) echo ' checked'; ?> /></td><td><label for="bank_activate_jpayment_2">利用しない</label></td>
552 <td><div id="ex_bank_jpayment" class="explanation"><?php _e('バンクチェック決済を利用するかどうか', 'usces'); ?></div></td>
553 </tr>
554 </table>
555 <input name="send_url" type="hidden" value="https://credit.j-payment.co.jp/gateway/payform.aspx" />
556 <input name="acting" type="hidden" value="jpayment" />
557 <input name="usces_option_update" type="submit" class="button" value="J-Paymentの設定を更新する" />
558 </form>
559 <div class="settle_exp">
560 <p><strong><?php _e('J-Payment Japanese Settlement', 'usces'); ?></strong></p>
561 <a href="http://www.j-payment.co.jp/" target="_blank">J-Payment決済サービスの詳細はこちら 》</a>
562 <p> </p>
563 <p>この決済は「外部リンク型」の決済システムです。</p>
564 <p>「外部リンク型」とは、決済会社のページへ遷移してカード�
565 報を�
566 �力する決済システムです。</p>
567 </div>
568 </div><!--uscestabs_jpayment-->
569 <!--20101018ysk end-->
570 <!--20110208ysk start-->
571 <div id="uscestabs_paypal">
572 <div class="settlement_service"><span class="service_title"><?php _e('PayPal Express Checkout', 'usces'); ?></span></div>
573
574 <?php if( isset($_POST['acting']) && 'paypal' == $_POST['acting'] ){ ?>
575 <?php if( isset($opts['paypal']['activate']) && 'on' == $opts['paypal']['activate'] ){ ?>
576 <div class="message"><?php _e('Test thoroughly before use.', 'usces'); ?></div>
577 <?php }else if( '' != $mes ){ ?>
578 <div class="error_message"><?php echo $mes; ?></div>
579 <?php } ?>
580 <?php } ?>
581 <form action="" method="post" name="paypal_form" id="paypal_form">
582 <table class="settle_table">
583 <tr>
584 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_ec_activate_paypal');"><?php _e('PayPal Settlement', 'usces'); ?></a></th>
585 <td><input name="ec_activate" type="radio" id="ec_activate_paypal_1" value="on"<?php if( isset($opts['paypal']['ec_activate']) && $opts['paypal']['ec_activate'] == 'on' ) echo ' checked'; ?> /></td><td><label for="ec_activate_paypal_1"><?php _e('Use', 'usces'); ?></label></td>
586 <td><input name="ec_activate" type="radio" id="ec_activate_paypal_2" value="off"<?php if( isset($opts['paypal']['ec_activate']) && $opts['paypal']['ec_activate'] == 'off' ) echo ' checked'; ?> /></td><td><label for="ec_activate_paypal_2"><?php _e('Do not Use', 'usces'); ?></label></td>
587 <td><div id="ex_ec_activate_paypal" class="explanation"><?php _e('Choose if to use PayPal settlement.', 'usces'); ?></div></td>
588 </tr>
589 <tr>
590 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_sandbox_paypal');"><?php _e('Operation Environment', 'usces'); ?></a></th>
591 <td><input name="sandbox" type="radio" id="sandbox_paypal_1" value="1"<?php if( isset($opts['paypal']['sandbox']) && $opts['paypal']['sandbox'] == 1 ) echo ' checked'; ?> /></td><td><label for="sandbox_paypal_1"><?php _e('Test (Sandbox)', 'usces'); ?></label></td>
592 <td><input name="sandbox" type="radio" id="sandbox_paypal_2" value="2"<?php if( isset($opts['paypal']['sandbox']) && $opts['paypal']['sandbox'] == 2 ) echo ' checked'; ?> /></td><td><label for="sandbox_paypal_2"><?php _e('Formal Installment', 'usces'); ?></label></td>
593 <td><div id="ex_sandbox_paypal" class="explanation"><?php _e("Choose 'Test (Sandbox)' when testing payment settlement by Sandbox.", 'usces'); ?></div></td>
594 </tr>
595 <tr>
596 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_user_paypal');"><?php _e('API User Name', 'usces'); ?></a></th>
597 <td colspan="4"><input name="user" type="text" id="user_paypal" value="<?php echo esc_html(isset($opts['paypal']['user']) ? $opts['paypal']['user'] : ''); ?>" size="50" /></td>
598 <td><div id="ex_user_paypal" class="explanation"><?php _e('Type in the API user name from API credential. User name will be different in the formal installment of Sandbox.', 'usces'); ?></div></td>
599 </tr>
600 <tr>
601 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_pwd_paypal');"><?php _e('API Password', 'usces'); ?></a></th>
602 <td colspan="4"><input name="pwd" type="text" id="pwd_paypal" value="<?php echo esc_html(isset($opts['paypal']['pwd']) ? $opts['paypal']['pwd'] : ''); ?>" size="50" /></td>
603 <td><div id="ex_pwd_paypal" class="explanation"><?php _e('Type in the API password from API credential. Password will be different in formal installment of Sandbox.', 'usces'); ?></div></td>
604 </tr>
605 <tr>
606 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_signature_paypal');"><?php _e('Signature', 'usces'); ?></a></th>
607 <td colspan="4"><input name="signature" type="text" id="signature_paypal" value="<?php echo esc_html(isset($opts['paypal']['signature']) ? $opts['paypal']['signature'] : ''); ?>" size="80" /></td>
608 <td><div id="ex_signature_paypal" class="explanation"><?php _e('Type in the signature from API credential. Signature will be different in the formal installment of Sandbox.', 'usces'); ?></div></td>
609 </tr>
610 <!--20110412ysk start-->
611 <?php if( defined('WCEX_DLSELLER') ): ?>
612 <tr>
613 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_continuation_paypal');"><?php _e('Recurring Payment', 'usces'); ?></a></th>
614 <td><input name="continuation" type="radio" id="continuation_paypal_1" value="on"<?php if( isset($opts['paypal']['continuation']) && $opts['paypal']['continuation'] == 'on' ) echo ' checked'; ?> /></td><td><label for="continuation_paypal_1"><?php _e('Use', 'usces'); ?></label></td>
615 <td><input name="continuation" type="radio" id="continuation_paypal_2" value="off"<?php if( isset($opts['paypal']['continuation']) && $opts['paypal']['continuation'] == 'off' ) echo ' checked'; ?> /></td><td><label for="continuation_paypal_2"><?php _e('Do not Use', 'usces'); ?></label></td>
616 <td><div id="ex_continuation_paypal" class="explanation"><?php _e('It is a function that enables the automation of tedious payment settlement such as monthly membership fee that occurs regularly. <br /> For details, contact PayPal.', 'usces'); ?></div></td>
617 </tr>
618 <?php endif; ?>
619 <!--20110412ysk end-->
620 </table>
621 <table class="settle_table">
622 <tr>
623 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_logoimg');"><?php _e('URL for the image of the payment page', 'usces'); ?></a></th>
624 <td colspan="4"><input name="logoimg" type="text" id="logoimg" value="<?php echo esc_html(isset($opts['paypal']['logoimg']) ? $opts['paypal']['logoimg'] : ''); ?>" size="80" /></td>
625 <td><div id="ex_logoimg" class="explanation"><?php _e('a URL to an image of your logo. The image has a maximum size of 190 pixels wide by 60 pixels high. The available file format is jpg, png, gif. PayPal recommends that you provide an image that is stored on a secure (https) server. If you do not specify an image, the business name displays.', 'usces'); ?><br /><?php _e('127 single-byte alphanumeric characters', 'usces'); ?></div></td>
626 </tr>
627 <tr>
628 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_cartbordercolor');"><?php _e('The background color for the payment page', 'usces'); ?></a></th>
629 <td><input name="set_cartbordercolor" type="radio" id="set_cartbordercolor_1" value="on"<?php if( isset($opts['paypal']['set_cartbordercolor']) && $opts['paypal']['set_cartbordercolor'] == 'on' ) echo ' checked'; ?> /></td><td><label for="set_cartbordercolor_1"><?php _e('Set', 'usces'); ?></label></td>
630 <td><input name="set_cartbordercolor" type="radio" id="set_cartbordercolor_2" value="off"<?php if( isset($opts['paypal']['set_cartbordercolor']) && $opts['paypal']['set_cartbordercolor'] == 'off' ) echo ' checked'; ?> /></td><td><label for="set_cartbordercolor_2"><?php _e('Not set', 'usces'); ?></label></td>
631 <td><div id="ex_cartbordercolor" class="explanation"><?php _e('Your principal identifying color. PayPal blends your color to white in a gradient fill that borders the cart review area.', 'usces'); ?><br /><?php _e('6-character HTML hexadecimal ASCII color code', 'usces'); ?></div></td>
632 </tr>
633 <tr id="cartbordercolor">
634 <th><?php _e('The background color for the payment page', 'usces'); ?></th>
635 <td colspan="4">#<input name="cartbordercolor" type="text" value="<?php echo esc_html(isset($opts['paypal']['cartbordercolor']) ? $opts['paypal']['cartbordercolor'] : ''); ?>" size="8" class="color" /></td>
636 <td></td>
637 </tr>
638 </table>
639 <input name="acting" type="hidden" value="paypal" />
640 <input name="usces_option_update" type="submit" class="button" value="<?php _e('Update PayPal Settings', 'usces'); ?>" />
641 </form>
642 <div class="settle_exp">
643 <p><strong><?php _e('PayPal Express Checkout', 'usces'); ?></strong></p>
644 <a href="https://www.paypal.com/" target="_blank"><?php _e('For the details on PayPal settlement service, click here >>', 'usces'); ?></a>
645 <p> </p>
646 <p><?php _e("This settlement uses 'Express Checkout'.", 'usces'); ?></p>
647 <p><?php _e("If the 'OpenSSL' module is not installed in the server you're using, you cannot settle payments by 'ExpressCheckout'.", 'usces'); ?></p>
648 </div>
649 </div><!--uscestabs_paypal-->
650 <!--20110208ysk end-->
651 <!--20120413ysk start-->
652 <div id="uscestabs_sbps">
653 <div class="settlement_service"><span class="service_title">ソフトバンク・ペイメント・サービス</span></div>
654
655 <?php if( isset($_POST['acting']) && 'sbps' == $_POST['acting'] ){ ?>
656 <?php if( isset($opts['sbps']['activate']) && 'on' == $opts['sbps']['activate'] ){ ?>
657 <div class="message">十分にテストを行ってから運用してください。</div>
658 <?php }else if( '' != $mes ){ ?>
659 <div class="error_message"><?php echo $mes; ?></div>
660 <?php } ?>
661 <?php } ?>
662 <form action="" method="post" name="sbps_form" id="sbps_form">
663 <table class="settle_table">
664 <tr>
665 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_merchant_id_sbps');">マーチャントID</a></th>
666 <td colspan="6"><input name="merchant_id" type="text" id="merchant_id_sbps" value="<?php echo esc_html(isset($opts['sbps']['merchant_id']) ? $opts['sbps']['merchant_id'] : ''); ?>" size="20" maxlength="5" /></td>
667 <td><div id="ex_merchant_id_sbps" class="explanation"><?php _e('契約時にソフトバンク・ペイメント・サービスから発行されるマーチャントID(半角数字)', 'usces'); ?></div></td>
668 </tr>
669 <tr>
670 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_service_id_sbps');">サービスID</a></th>
671 <td colspan="6"><input name="service_id" type="text" id="service_id_sbps" value="<?php echo esc_html(isset($opts['sbps']['service_id']) ? $opts['sbps']['service_id'] : ''); ?>" size="20" maxlength="3" /></td>
672 <td><div id="ex_service_id_sbps" class="explanation"><?php _e('契約時にソフトバンク・ペイメント・サービスから発行されるサービスID(半角数字)', 'usces'); ?></div></td>
673 </tr>
674 <tr>
675 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_hash_key_sbps');">Hash KEY</a></th>
676 <td colspan="6"><input name="hash_key" type="text" id="hash_key_sbps" value="<?php echo esc_html(isset($opts['sbps']['hash_key']) ? $opts['sbps']['hash_key'] : ''); ?>" size="50" maxlength="40" /></td>
677 <td><div id="ex_hash_key_sbps" class="explanation"><?php _e('契約時にソフトバンク・ペイメント・サービスから発行される Hash KEY(半角英数)', 'usces'); ?></div></td>
678 </tr>
679 <tr>
680 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_ope_sbps');"><?php _e('Operation Environment', 'usces'); ?></a></th>
681 <td><input name="ope" type="radio" id="ope_sbps_1" value="check"<?php if( isset($opts['sbps']['ope']) && $opts['sbps']['ope'] == 'check' ) echo ' checked="checked"'; ?> /></td><td><label for="ope_sbps_1">接続支援サイト</label></td>
682 <td><input name="ope" type="radio" id="ope_sbps_2" value="test"<?php if( isset($opts['sbps']['ope']) && $opts['sbps']['ope'] == 'test' ) echo ' checked="checked"'; ?> /></td><td><label for="ope_sbps_2">テスト環境</label></td>
683 <td><input name="ope" type="radio" id="ope_sbps_3" value="public"<?php if( isset($opts['sbps']['ope']) && $opts['sbps']['ope'] == 'public' ) echo ' checked="checked"'; ?> /></td><td><label for="ope_sbps_3">本番環境</label></td>
684 <td><div id="ex_ope_sbps" class="explanation"><?php _e('動作環境を切り替えます。', 'usces'); ?></div></td>
685 </tr>
686 <!--
687 <tr>
688 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_send_url_sbps');"><?php _e('本番URL', 'usces'); ?></a></th>
689 <td colspan="6"><input name="send_url" type="text" id="send_url_sbps" value="<?php echo esc_html(isset($opts['sbps']['send_url']) ? $opts['sbps']['send_url'] : ''); ?>" size="50" /></td>
690 <td><div id="ex_send_url_sbps" class="explanation"><?php _e('本番環境で接続するURLを設定します。「購�
691 �要求(画面遷移要求)」に示されるURLを�
692 �力してください。', 'usces'); ?></div></td>
693 </tr>
694 --> </table>
695 <table class="settle_table">
696 <tr>
697 <th>クレジットカード決済</th>
698 <td><input name="card_activate" type="radio" id="card_activate_sbps_1" value="on"<?php if( isset($opts['sbps']['card_activate']) && $opts['sbps']['card_activate'] == 'on' ) echo ' checked="checked"'; ?> /></td><td><label for="card_activate_sbps_1">利用する</label></td>
699 <td><input name="card_activate" type="radio" id="card_activate_sbps_2" value="off"<?php if( isset($opts['sbps']['card_activate']) && $opts['sbps']['card_activate'] == 'off' ) echo ' checked="checked"'; ?> /></td><td><label for="card_activate_sbps_2">利用しない</label></td>
700 <td></td>
701 </tr>
702 <tr>
703 <th>3Dセキュア</th>
704 <td><input name="3d_secure" type="radio" id="3d_secure_sbps_1" value="on"<?php if( isset($opts['sbps']['3d_secure']) && $opts['sbps']['3d_secure'] == 'on' ) echo ' checked="checked"'; ?> /></td><td><label for="3d_secure_sbps_1">利用する</label></td>
705 <td><input name="3d_secure" type="radio" id="3d_secure_sbps_2" value="off"<?php if( isset($opts['sbps']['3d_secure']) && $opts['sbps']['3d_secure'] == 'off' ) echo ' checked="checked"'; ?> /></td><td><label for="3d_secure_sbps_2">利用しない</label></td>
706 <td></td>
707 </tr>
708 <?php if( defined('WCEX_DLSELLER') ): ?>
709 <!-- <tr>
710 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_continuation_sbps');">簡易継続課金</a></th>
711 <td><input name="continuation" type="radio" id="continuation_sbps_1" value="on"<?php if( isset($opts['sbps']['continuation']) && $opts['sbps']['continuation'] == 'on' ) echo ' checked="checked"'; ?> /></td><td><label for="continuation_sbps_1">利用する</label></td>
712 <td><input name="continuation" type="radio" id="continuation_sbps_2" value="off"<?php if( isset($opts['sbps']['continuation']) && $opts['sbps']['continuation'] == 'off' ) echo ' checked="checked"'; ?> /></td><td><label for="continuation_sbps_2">利用しない</label></td>
713 <td><div id="ex_continuation_sbps" class="explanation"><?php _e('定期的に発生する月会費などの�
714 �わしい課金処理を完�
715 �に自動化することができる機能です。<br />詳しくはソフトバンク・ペイメント・サービスにお問合せください。', 'usces'); ?></div></td>
716 </tr>
717 --> <?php endif; ?>
718 </table>
719 <table class="settle_table">
720 <tr>
721 <th>WEBコンビニ決済</th>
722 <td><input name="conv_activate" type="radio" id="conv_activate_sbps_1" value="on"<?php if( isset($opts['sbps']['conv_activate']) && $opts['sbps']['conv_activate'] == 'on' ) echo ' checked="checked"'; ?> /></td><td><label for="conv_activate_sbps_1">利用する</label></td>
723 <td><input name="conv_activate" type="radio" id="conv_activate_sbps_2" value="off"<?php if( isset($opts['sbps']['conv_activate']) && $opts['sbps']['conv_activate'] == 'off' ) echo ' checked="checked"'; ?> /></td><td><label for="conv_activate_sbps_2">利用しない</label></td>
724 <td></td>
725 </tr>
726 </table>
727 <table class="settle_table">
728 <tr>
729 <th>Pay-easy(ペイジー)決済</th>
730 <td><input name="payeasy_activate" type="radio" id="payeasy_activate_sbps_1" value="on"<?php if( isset($opts['sbps']['payeasy_activate']) && $opts['sbps']['payeasy_activate'] == 'on' ) echo ' checked="checked"'; ?> /></td><td><label for="payeasy_activate_sbps_1">利用する</label></td>
731 <td><input name="payeasy_activate" type="radio" id="payeasy_activate_sbps_2" value="off"<?php if( isset($opts['sbps']['payeasy_activate']) && $opts['sbps']['payeasy_activate'] == 'off' ) echo ' checked="checked"'; ?> /></td><td><label for="payeasy_activate_sbps_2">利用しない</label></td>
732 <td></td>
733 </tr>
734 </table>
735 <table class="settle_table">
736 <tr>
737 <th>Yahoo!ウォレット決済</th>
738 <td><input name="wallet_yahoowallet" type="radio" id="wallet_yahoowallet_sbps_1" value="on"<?php if( isset($opts['sbps']['wallet_yahoowallet']) && $opts['sbps']['wallet_activate'] == 'on' ) echo ' checked="checked"'; ?> /></td><td><label for="wallet_yahoowallet_sbps_1">利用する</label></td>
739 <td><input name="wallet_yahoowallet" type="radio" id="wallet_yahoowallet_sbps_2" value="off"<?php if( isset($opts['sbps']['wallet_yahoowallet']) && $opts['sbps']['wallet_activate'] == 'off' ) echo ' checked="checked"'; ?> /></td><td><label for="wallet_yahoowallet_sbps_2">利用しない</label></td>
740 <td></td>
741 </tr>
742 <tr>
743 <th>楽天あんしん決済</th>
744 <td><input name="wallet_rakuten" type="radio" id="wallet_rakuten_sbps_1" value="on"<?php if( isset($opts['sbps']['wallet_rakuten']) && $opts['sbps']['wallet_rakuten'] == 'on' ) echo ' checked="checked"'; ?> /></td><td><label for="wallet_rakuten_sbps_1">利用する</label></td>
745 <td><input name="wallet_rakuten" type="radio" id="wallet_rakuten_sbps_2" value="off"<?php if( isset($opts['sbps']['wallet_rakuten']) && $opts['sbps']['wallet_rakuten'] == 'off' ) echo ' checked="checked"'; ?> /></td><td><label for="wallet_rakuten_sbps_2">利用しない</label></td>
746 <td></td>
747 </tr>
748 <tr>
749 <th>PayPal</th>
750 <td><input name="wallet_paypal" type="radio" id="wallet_paypal_sbps_1" value="on"<?php if( isset($opts['sbps']['wallet_paypal']) && $opts['sbps']['wallet_paypal'] == 'on' ) echo ' checked="checked"'; ?> /></td><td><label for="wallet_paypal_sbps_1">利用する</label></td>
751 <td><input name="wallet_paypal" type="radio" id="wallet_paypal_sbps_2" value="off"<?php if( isset($opts['sbps']['wallet_paypal']) && $opts['sbps']['wallet_paypal'] == 'off' ) echo ' checked="checked"'; ?> /></td><td><label for="wallet_paypal_sbps_2">利用しない</label></td>
752 <td></td>
753 </tr>
754 <tr>
755 <th>ネットマイル</th>
756 <td><input name="wallet_netmile" type="radio" id="wallet_netmile_sbps_1" value="on"<?php if( isset($opts['sbps']['wallet_netmile']) && $opts['sbps']['wallet_netmile'] == 'on' ) echo ' checked="checked"'; ?> /></td><td><label for="wallet_netmile_sbps_1">利用する</label></td>
757 <td><input name="wallet_netmile" type="radio" id="wallet_netmile_sbps_2" value="off"<?php if( isset($opts['sbps']['wallet_netmile']) && $opts['sbps']['wallet_netmile'] == 'off' ) echo ' checked="checked"'; ?> /></td><td><label for="wallet_netmile_sbps_2">利用しない</label></td>
758 <td></td>
759 </tr>
760 <tr>
761 <th>Alipay国際決済</th>
762 <td><input name="wallet_alipay" type="radio" id="wallet_alipay_sbps_1" value="on"<?php if( isset($opts['sbps']['wallet_alipay']) && $opts['sbps']['wallet_alipay'] == 'on' ) echo ' checked="checked"'; ?> /></td><td><label for="wallet_alipay_sbps_1">利用する</label></td>
763 <td><input name="wallet_alipay" type="radio" id="wallet_alipay_sbps_2" value="off"<?php if( isset($opts['sbps']['wallet_alipay']) && $opts['sbps']['wallet_alipay'] == 'off' ) echo ' checked="checked"'; ?> /></td><td><label for="wallet_alipay_sbps_2">利用しない</label></td>
764 <td></td>
765 </tr>
766 </table>
767 <table class="settle_table">
768 <tr>
769 <th>ドコモ ケータイ払い</th>
770 <td><input name="mobile_docomo" type="radio" id="mobile_docomo_sbps_1" value="on"<?php if( isset($opts['sbps']['mobile_docomo']) && $opts['sbps']['mobile_docomo'] == 'on' ) echo ' checked="checked"'; ?> /></td><td><label for="mobile_docomo_sbps_1">利用する</label></td>
771 <td><input name="mobile_docomo" type="radio" id="mobile_docomo_sbps_2" value="off"<?php if( isset($opts['sbps']['mobile_docomo']) && $opts['sbps']['mobile_docomo'] == 'off' ) echo ' checked="checked"'; ?> /></td><td><label for="mobile_docomo_sbps_2">利用しない</label></td>
772 <td></td>
773 </tr>
774 <tr>
775 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_mobile_softbank_sbps');">S!まとめて支払い</a></th>
776 <td><input name="mobile_softbank" type="radio" id="mobile_softbank_sbps_1" value="on"<?php if( isset($opts['sbps']['mobile_softbank']) && $opts['sbps']['mobile_softbank'] == 'on' ) echo ' checked="checked"'; ?> /></td><td><label for="mobile_softbank_sbps_1">利用する</label></td>
777 <td><input name="mobile_softbank" type="radio" id="mobile_softbank_sbps_2" value="off"<?php if( isset($opts['sbps']['mobile_softbank']) && $opts['sbps']['mobile_softbank'] == 'off' ) echo ' checked="checked"'; ?> /></td><td><label for="mobile_softbank_sbps_2">利用しない</label></td>
778 <td><div id="ex_mobile_softbank_sbps" class="explanation">Softbank携帯端末(3G対応携帯端末)にて決済を行うサービスです。</div></td>
779 </tr>
780 <tr>
781 <th>auかんたん決済</th>
782 <td><input name="mobile_auone" type="radio" id="mobile_auone_sbps_1" value="on"<?php if( isset($opts['sbps']['mobile_auone']) && $opts['sbps']['mobile_auone'] == 'on' ) echo ' checked="checked"'; ?> /></td><td><label for="mobile_auone_sbps_1">利用する</label></td>
783 <td><input name="mobile_auone" type="radio" id="mobile_auone_sbps_2" value="off"<?php if( isset($opts['sbps']['mobile_auone']) && $opts['sbps']['mobile_auone'] == 'off' ) echo ' checked="checked"'; ?> /></td><td><label for="mobile_auone_sbps_2">利用しない</label></td>
784 <td></td>
785 </tr>
786 <tr>
787 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_mobile_mysoftbank_sbps');">ソフトバンク<br />まとめて支払い(A)</a></th>
788 <td><input name="mobile_mysoftbank" type="radio" id="mobile_mysoftbank_sbps_1" value="on"<?php if( isset($opts['sbps']['mobile_mysoftbank']) && $opts['sbps']['mobile_mysoftbank'] == 'on' ) echo ' checked="checked"'; ?> /></td><td><label for="mobile_mysoftbank_sbps_1">利用する</label></td>
789 <td><input name="mobile_mysoftbank" type="radio" id="mobile_mysoftbank_sbps_2" value="off"<?php if( isset($opts['sbps']['mobile_mysoftbank']) && $opts['sbps']['mobile_mysoftbank'] == 'off' ) echo ' checked="checked"'; ?> /></td><td><label for="mobile_mysoftbank_sbps_2">利用しない</label></td>
790 <td><div id="ex_mobile_mysoftbank_sbps" class="explanation">スマートフォン専用のデジタルコンテンツの決済に利用できるサービスです。物販では利用不可となります。</div></td>
791 </tr>
792 <tr>
793 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_mobile_softbank2_sbps');">ソフトバンク<br />まとめて支払い(B)</a></th>
794 <td><input name="mobile_softbank2" type="radio" id="mobile_softbank2_sbps_1" value="on"<?php if( isset($opts['sbps']['mobile_softbank2']) && $opts['sbps']['mobile_softbank2'] == 'on' ) echo ' checked="checked"'; ?> /></td><td><label for="mobile_softbank2_sbps_1">利用する</label></td>
795 <td><input name="mobile_softbank2" type="radio" id="mobile_softbank2_sbps_2" value="off"<?php if( isset($opts['sbps']['mobile_softbank2']) && $opts['sbps']['mobile_softbank2'] == 'off' ) echo ' checked="checked"'; ?> /></td><td><label for="mobile_softbank2_sbps_2">利用しない</label></td>
796 <td><div id="ex_mobile_softbank2_sbps" class="explanation">物販サイト等で購�
797 �した商品の代金の支払いに利用できる決済手段です。</div></td>
798 </tr>
799 </table>
800 <input name="send_url_check" type="hidden" value="https://stbfep.sps-system.com/Extra/BuyRequestAction.do" />
801 <input name="send_url_test" type="hidden" value="https://stbfep.sps-system.com/f01/FepBuyInfoReceive.do" />
802 <input name="acting" type="hidden" value="sbps" />
803 <input name="usces_option_update" type="submit" class="button" value="ソフトバンク・ペイメントの設定を更新する" />
804 </form>
805 <div class="settle_exp">
806 <p><strong>ソフトバンク・ペイメント・サービス</strong></p>
807 <a href="http://www.welcart.com/wc-settlement/sbps_guide/" target="_blank">ソフトバンク・ペイメント・サービスの詳細はこちら </a>
808 <p> </p>
809 <p>この決済は「外部リンク型」の決済システムです。</p>
810 <p>「外部リンク型」とは、決済会社のページへ遷移してカード�
811 報を�
812 �力する決済システムです。</p>
813 <!--<p>「簡易継続課金」を利用するには「DL Seller」拡張プラグインのインストールが�
814 要です。</p>-->
815 <p>尚、本番環境では、正規SSL証明書のみでのSSL通信となりますのでご注意ください。</p>
816 </div>
817 </div><!--uscestabs_sbps-->
818 <!--20120413ysk end-->
819 <!--20120618ysk start-->
820 <div id="uscestabs_telecom">
821 <div class="settlement_service"><span class="service_title">テレコムクレジット</span></div>
822 <?php if( isset($_POST['acting']) && 'telecom' == $_POST['acting'] ){ ?>
823 <?php if( isset($opts['telecom']['activate']) && 'on' == $opts['telecom']['activate'] ){ ?>
824 <div class="message">十分にテストを行ってから運用してください。</div>
825 <?php }else if( '' != $mes ){ ?>
826 <div class="error_message"><?php echo $mes; ?></div>
827 <?php } ?>
828 <?php } ?>
829 <form action="" method="post" name="telecom_form" id="telecom_form">
830 <table class="settle_table">
831 <tr>
832 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_clientip_telecom');">クライアントIP</a></th>
833 <td colspan="6"><input name="clientip" type="text" id="clientip_telecom" value="<?php echo esc_html(isset($opts['telecom']['clientip']) ? $opts['telecom']['clientip'] : ''); ?>" size="20" maxlength="5" /></td>
834 <td><div id="ex_clientip_telecom" class="explanation"><?php _e('契約時にテレコムクレジットから発行されるクライアントIP(半角数字)', 'usces'); ?></div></td>
835 </tr>
836 <tr>
837 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_stype_telecom');">決済タイプ</a></th>
838 <td colspan="6"><input name="stype" type="text" id="stype_telecom" value="<?php echo esc_html(isset($opts['telecom']['stype']) ? $opts['telecom']['stype'] : ''); ?>" size="20" /></td>
839 <td><div id="ex_stype_telecom" class="explanation"><?php _e('設定依頼書に記載されている決済タイプ。', 'usces'); ?></div></td>
840 </tr>
841 </table>
842 <table class="settle_table">
843 <tr>
844 <th>クレジットカード決済</th>
845 <td><input name="card_activate" type="radio" id="card_activate_telecom_1" value="on"<?php if( isset($opts['telecom']['card_activate']) && $opts['telecom']['card_activate'] == 'on' ) echo ' checked="checked"'; ?> /></td><td><label for="card_activate_telecom_1">利用する</label></td>
846 <td><input name="card_activate" type="radio" id="card_activate_telecom_2" value="off"<?php if( isset($opts['telecom']['card_activate']) && $opts['telecom']['card_activate'] == 'off' ) echo ' checked="checked"'; ?> /></td><td><label for="card_activate_telecom_2">利用しない</label></td>
847 <td></td>
848 </tr>
849 </table>
850 <!--
851 <table class="settle_table">
852 <tr>
853 <th>Edy決済</th>
854 <td><input name="edy_activate" type="radio" id="edy_activate_telecom_1" value="on"<?php if( isset($opts['telecom']['edy_activate']) && $opts['telecom']['edy_activate'] == 'on' ) echo ' checked="checked"'; ?> /></td><td><label for="edy_activate_telecom_1">利用する</label></td>
855 <td><input name="edy_activate" type="radio" id="edy_activate_telecom_2" value="off"<?php if( isset($opts['telecom']['edy_activate']) && $opts['telecom']['edy_activate'] == 'off' ) echo ' checked="checked"'; ?> /></td><td><label for="edy_activate_telecom_2">利用しない</label></td>
856 <td></td>
857 </tr>
858 </table>
859 -->
860 <input name="acting" type="hidden" value="telecom" />
861 <input name="usces_option_update" type="submit" class="button" value="テレコムクレジットの設定を更新する" />
862 </form>
863 <div class="settle_exp">
864 <p><strong>テレコムクレジット</strong></p>
865 <a href="http://www.telecomcredit.co.jp/" target="_blank">テレコムクレジットの詳細はこちら </a>
866 <p> </p>
867 <p>この決済は「外部リンク型」の決済システムです。</p>
868 <p>「外部リンク型」とは、決済会社のページへ遷移してカード�
869 報を�
870 �力する決済システムです。</p>
871 </div>
872 </div><!--uscestabs_telecom-->
873 <!--20120618ysk end-->
874
875 <!--20121206ysk start-->
876 <div id="uscestabs_digitalcheck">
877 <div class="settlement_service"><span class="service_title">ペイデザイン</span></div>
878 <?php if( isset($_POST['acting']) && 'digitalcheck' == $_POST['acting'] ){ ?>
879 <?php if( isset($opts['digitalcheck']['activate']) && 'on' == $opts['digitalcheck']['activate'] ){ ?>
880 <div class="message">十分にテストを行ってから運用してください。</div>
881 <?php }else if( '' != $mes ){ ?>
882 <div class="error_message"><?php echo $mes; ?></div>
883 <?php } ?>
884 <?php } ?>
885 <form action="" method="post" name="digitalcheck_form" id="digitalcheck_form">
886 <table class="settle_table">
887 <tr>
888 <th>クレジットカード決済</th>
889 <td><input name="card_activate" type="radio" id="card_activate_digitalcheck_1" value="on"<?php if( isset($opts['digitalcheck']['card_activate']) && $opts['digitalcheck']['card_activate'] == 'on' ) echo ' checked="checked"'; ?> /></td><td><label for="card_activate_digitalcheck_1">利用する</label></td>
890 <td><input name="card_activate" type="radio" id="card_activate_digitalcheck_2" value="off"<?php if( isset($opts['digitalcheck']['card_activate']) && $opts['digitalcheck']['card_activate'] == 'off' ) echo ' checked="checked"'; ?> /></td><td><label for="card_activate_digitalcheck_2">利用しない</label></td>
891 <td></td>
892 </tr>
893 <tr>
894 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_card_ip_digitalcheck');">加盟店コード</a></th>
895 <td colspan="4"><input name="card_ip" type="text" id="card_ip_digitalcheck" value="<?php echo esc_html(isset($opts['digitalcheck']['card_ip']) ? $opts['digitalcheck']['card_ip'] : ''); ?>" size="20" maxlength="10" /></td>
896 <td><div id="ex_card_ip_digitalcheck" class="explanation"><?php _e('契約時にペイデザインから発行される加盟店コード(半角英数字)。', 'usces'); ?></div></td>
897 </tr>
898 <tr>
899 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_card_pass_digitalcheck');">加盟店パスワード</a></th>
900 <td colspan="4"><input name="card_pass" type="text" id="card_pass_digitalcheck" value="<?php echo esc_html(isset($opts['digitalcheck']['card_pass']) ? $opts['digitalcheck']['card_pass'] : ''); ?>" size="20" maxlength="10" /></td>
901 <td><div id="ex_card_pass_digitalcheck" class="explanation"><?php _e('契約時にペイデザインから発行される加盟店パスワード(半角英数字)。<br />ユーザID決済をご利用の場合は、�
902 須となります。', 'usces'); ?></div></td>
903 </tr>
904 <tr>
905 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_card_kakutei');">決済自動確定</a></th>
906 <td><input name="card_kakutei" type="radio" id="card_kakutei_0" value="0"<?php if( isset($opts['digitalcheck']['card_kakutei']) && $opts['digitalcheck']['card_kakutei'] == '0' ) echo ' checked'; ?> /></td><td><label for="card_kakutei_0">与信のみ</label></td>
907 <td><input name="card_kakutei" type="radio" id="card_kakutei_1" value="1"<?php if( isset($opts['digitalcheck']['card_kakutei']) && $opts['digitalcheck']['card_kakutei'] == '1' ) echo ' checked'; ?> /></td><td><label for="card_kakutei_1">売上確定</label></td>
908 <td><div id="ex_card_kakutei" class="explanation"><?php _e('注文の際にクレジットの与信のみを行ないます。<br />実際の売上として計上するには確定処理が�
909 要となります。省略時は「売上確定(確定まで同時に行う)」です。', 'usces'); ?></div></td>
910 </tr>
911 <tr>
912 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_card_user_id');">ユーザID決済</a></th>
913 <td><input name="card_user_id" type="radio" id="card_user_id_1" value="on"<?php if( isset($opts['digitalcheck']['card_user_id']) && $opts['digitalcheck']['card_user_id'] == 'on' ) echo ' checked'; ?> /></td><td><label for="card_user_id_1">利用する</label></td>
914 <td><input name="card_user_id" type="radio" id="card_user_id_2" value="off"<?php if( isset($opts['digitalcheck']['card_user_id']) && $opts['digitalcheck']['card_user_id'] == 'off' ) echo ' checked'; ?> /></td><td><label for="card_user_id_2">利用しない</label></td>
915 <td><div id="ex_card_user_id" class="explanation"><?php _e('過去にクレジットカードでのお取引があるユーザは、次回からカード�
916 報の�
917 �力を省略することが可能となります。', 'usces'); ?></div></td>
918 </tr>
919 </table>
920 <table class="settle_table">
921 <tr>
922 <th>コンビニ決済</th>
923 <td><input name="conv_activate" type="radio" id="conv_activate_digitalcheck_1" value="on"<?php if( isset($opts['digitalcheck']['conv_activate']) && $opts['digitalcheck']['conv_activate'] == 'on' ) echo ' checked="checked"' ?> /></td><td><label for="conv_activate_digitalcheck_1">利用する</label></td>
924 <td><input name="conv_activate" type="radio" id="conv_activate_digitalcheck_2" value="off"<?php if( isset($opts['digitalcheck']['conv_activate']) && $opts['digitalcheck']['conv_activate'] == 'off' ) echo ' checked="checked"' ?> /></td><td><label for="conv_activate_digitalcheck_2">利用しない</label></td>
925 <td></td>
926 </tr>
927 <tr>
928 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_conv_ip_digitalcheck');">加盟店コード</a></th>
929 <td colspan="4"><input name="conv_ip" type="text" id="conv_ip_digitalcheck" value="<?php echo esc_html(isset($opts['digitalcheck']['conv_ip']) ? $opts['digitalcheck']['conv_ip'] : ''); ?>" size="20" maxlength="10" /></td>
930 <td><div id="ex_conv_ip_digitalcheck" class="explanation"><?php _e('契約時にペイデザインから発行される加盟店コード(半角英数字)', 'usces'); ?></div></td>
931 </tr>
932 <tr>
933 <th rowspan="4"><a style="cursor:pointer;" onclick="toggleVisibility('ex_conv_store_digitalcheck');">利用コンビニ</a></th>
934 <td><input name="conv_store[]" type="checkbox" id="conv_store_1" value="1"<?php if( isset($opts['digitalcheck']['conv_store']) && in_array( '1', $opts['digitalcheck']['conv_store'] ) ) echo ' checked'; ?> /></td><td colspan="3"><label for="conv_store_1">Loppi決済(ローソン・セイコーマート・ミニストップ)</label></td>
935 <td rowspan="4"><div id="ex_conv_store_digitalcheck" class="explanation"><?php _e('収納�
936 �のコンビニを選択します。コンビニ毎の審査が�
937 要となり、審査通過後にご利用可能となります。', 'usces'); ?></div></td>
938 </tr>
939 <tr>
940 <td><input name="conv_store[]" type="checkbox" id="conv_store_2" value="2"<?php if( isset($opts['digitalcheck']['conv_store']) && in_array( '2', $opts['digitalcheck']['conv_store'] ) ) echo ' checked'; ?> /></td><td colspan="3"><label for="conv_store_2">Seven決済(セブンイレブン)</label></td>
941 </tr>
942 <tr>
943 <td><input name="conv_store[]" type="checkbox" id="conv_store_3" value="3"<?php if( isset($opts['digitalcheck']['conv_store']) && in_array( '3', $opts['digitalcheck']['conv_store'] ) ) echo ' checked'; ?> /></td><td colspan="3"><label for="conv_store_3">FAMIMA決済(ファミリーマート)</label></td>
944 </tr>
945 <tr>
946 <td><input name="conv_store[]" type="checkbox" id="conv_store_73" value="73"<?php if( isset($opts['digitalcheck']['conv_store']) && in_array( '73', $opts['digitalcheck']['conv_store'] ) ) echo ' checked'; ?> /></td><td colspan="3"><label for="conv_store_73">オンライン決済(サークルKサンクス・デイリーヤマザキ・ヤマザキデイリー・スリーエフ)</label></td>
947 </tr>
948 <tr>
949 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_conv_kigen_digitalcheck');">支払期限</a></th>
950 <td colspan="4">
951 <?php
952 $selected = array_fill( 1, 30, '' );
953 if( isset($opts['digitalcheck']['conv_kigen']) ) {
954 $selected[$opts['digitalcheck']['conv_kigen']] = ' selected';
955 } else {
956 $selected[14] = ' selected';
957 }
958 ?>
959 <select name="conv_kigen" id="conv_kigen">
960 <?php for( $i = 1; $i <= 30; $i++ ): ?>
961 <option value="<?php echo esc_html($i); ?>"<?php echo esc_html($selected[$i]); ?>><?php echo esc_html($i); ?></option>
962 <?php endfor; ?>
963 </select>(日数)</td>
964 <td><div id="ex_conv_kigen_digitalcheck" class="explanation"><?php _e('コンビニ店頭でお支払いいただける期限となります。', 'usces'); ?></div></td>
965 </tr>
966 </table>
967 <input name="acting" type="hidden" value="digitalcheck" />
968 <input name="usces_option_update" type="submit" class="button" value="ペイデザインの設定を更新する" />
969 </form>
970 <div class="settle_exp">
971 <p><strong>ペイデザイン株式会社</strong></p>
972 <a href="http://www.paydesign.co.jp/" target="_blank">ペイデザインの詳細はこちら 》</a>
973 <p> </p>
974 <p>この決済は「外部リンク型」の決済システムです。</p>
975 <p>「外部リンク型」とは、決済会社のページへ遷移してカード�
976 報を�
977 �力する決済システムです。</p>
978 </div>
979 </div><!--uscestabs_digitalcheck-->
980 <!--20121206ysk end-->
981
982 <!--20130225ysk start-->
983 <div id="uscestabs_mizuho">
984 <div class="settlement_service"><span class="service_title">みずほファクター</span></div>
985 <?php if( isset($_POST['acting']) && 'mizuho' == $_POST['acting'] ) : ?>
986 <?php if( isset($opts['mizuho']['activate']) && 'on' == $opts['mizuho']['activate'] ) : ?>
987 <div class="message">十分にテストを行ってから運用してください。</div>
988 <?php elseif( '' != $mes ) : ?>
989 <div class="error_message"><?php echo $mes; ?></div>
990 <?php endif; ?>
991 <?php endif; ?>
992 <form action="" method="post" name="mizuho_form" id="mizuho_form">
993 <table class="settle_table">
994 <tr>
995 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_shopid_mizuho');">加盟店コード</a></th>
996 <td colspan="4"><input name="shopid" type="text" id="shopid" value="<?php echo esc_html(isset($opts['mizuho']['shopid']) ? $opts['mizuho']['shopid'] : ''); ?>" size="20" maxlength="6" /></td>
997 <td><div id="ex_shopid_mizuho" class="explanation"><?php _e('契約時にみずほファクターから発行される加盟店コード(半角数字6桁)。', 'usces'); ?></div></td>
998 </tr>
999 <tr>
1000 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_cshopid_mizuho');">加盟店サブコード</a></th>
1001 <td colspan="4"><input name="cshopid" type="text" id="cshopid" value="<?php echo esc_html(isset($opts['mizuho']['cshopid']) ? $opts['mizuho']['cshopid'] : ''); ?>" size="20" maxlength="5" /></td>
1002 <td><div id="ex_cshopid_mizuho" class="explanation"><?php _e('契約時にみずほファクターから発行される加盟店サブコード(半角数字5桁)。', 'usces'); ?></div></td>
1003 </tr>
1004 <tr>
1005 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_hash_pass_mizuho');">ハッシュ用パスワード</a></th>
1006 <td colspan="4"><input name="hash_pass" type="text" id="hash_pass" value="<?php echo esc_html(isset($opts['mizuho']['hash_pass']) ? $opts['mizuho']['hash_pass'] : ''); ?>" size="20" maxlength="20" /></td>
1007 <td><div id="ex_hash_pass_mizuho" class="explanation"><?php _e('契約時にみずほファクターから発行されるハッシュ用パスワード(半角英数字)。', 'usces'); ?></div></td>
1008 </tr>
1009 <tr>
1010 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_ope_mizuho');"><?php _e('Operation Environment', 'usces'); ?></a></th>
1011 <td><input name="ope" type="radio" id="ope_mizuho_1" value="test"<?php if( isset($opts['mizuho']['ope']) && $opts['mizuho']['ope'] == 'test' ) echo ' checked="checked"'; ?> /></td><td><label for="ope_mizuho_1">テスト環境</label></td>
1012 <td><input name="ope" type="radio" id="ope_mizuho_2" value="public"<?php if( isset($opts['mizuho']['ope']) && $opts['mizuho']['ope'] == 'public' ) echo ' checked="checked"'; ?> /></td><td><label for="ope_mizuho_2">本番環境</label></td>
1013 <td><div id="ex_ope_mizuho" class="explanation"><?php _e('動作環境を切り替えます。', 'usces'); ?></div></td>
1014 </tr>
1015 <tr>
1016 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_send_url_mizuho');"><?php _e('本番URL', 'usces'); ?></a></th>
1017 <td colspan="4"><input name="send_url" type="text" id="send_url_mizuho" value="<?php echo esc_html(isset($opts['mizuho']['send_url']) ? $opts['mizuho']['send_url'] : ''); ?>" size="50" /></td>
1018 <td><div id="ex_send_url_mizuho" class="explanation"><?php _e('本番環境で接続するURLを設定します。決済インタフェース「接続�
1019 �URL(画面連携型)PC」に示されるURLを�
1020 �力してください。', 'usces'); ?></div></td>
1021 </tr>
1022 <?php if( defined('WCEX_MOBILE') ): ?>
1023 <tr>
1024 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_send_url_mbl_mizuho');"><?php _e('本番URL(携帯)', 'usces'); ?></a></th>
1025 <td colspan="4"><input name="send_url_mbl" type="text" id="send_url_mbl_mizuho" value="<?php echo esc_html(isset( $opts['mizuho']['send_url_mbl'] ) ? $opts['mizuho']['send_url_mbl'] : ''); ?>" size="50" /></td>
1026 <td><div id="ex_send_url_mbl_mizuho" class="explanation"><?php _e('本番環境で接続するURLを設定します。決済インタフェース「接続�
1027 �URL(画面連携型)MB」に示されるURLを�
1028 �力してください。', 'usces'); ?></div></td>
1029 </tr>
1030 <?php endif; ?>
1031 </table>
1032 <table class="settle_table">
1033 <tr>
1034 <th>クレジットカード決済</th>
1035 <td><input name="card_activate" type="radio" id="card_activate_mizuho_1" value="on"<?php if( isset($opts['mizuho']['card_activate']) && $opts['mizuho']['card_activate'] == 'on' ) echo ' checked="checked"'; ?> /></td><td><label for="card_activate_mizuho_1">利用する</label></td>
1036 <td><input name="card_activate" type="radio" id="card_activate_mizuho_2" value="off"<?php if( isset($opts['mizuho']['card_activate']) && $opts['mizuho']['card_activate'] == 'off' ) echo ' checked="checked"'; ?> /></td><td><label for="card_activate_mizuho_2">利用しない</label></td>
1037 <td></td>
1038 </tr>
1039 </table>
1040 <!--
1041 <table class="settle_table">
1042 <tr>
1043 <th>コンビニ決済<br><a style="cursor:pointer;" onclick="toggleVisibility('ex_conv1_activate');">ウェルネット決済</a></th>
1044 <td><input name="conv1_activate" type="radio" id="conv1_activate_mizuho_1" value="on"<?php if( isset($opts['mizuho']['conv1_activate']) && $opts['mizuho']['conv1_activate'] == 'on' ) echo ' checked="checked"'; ?> /></td><td><label for="conv1_activate_mizuho_1">利用する</label></td>
1045 <td><input name="conv1_activate" type="radio" id="conv1_activate_mizuho_2" value="off"<?php if( isset($opts['mizuho']['conv1_activate']) && $opts['mizuho']['conv1_activate'] == 'off' ) echo ' checked="checked"'; ?> /></td><td><label for="conv1_activate_mizuho_2">利用しない</label></td>
1046 <td><div id="ex_conv1_activate" class="explanation">ローソン、ファミリーマート、サークルK サンクス、ミニストップ、デイリーヤマザキ、スリーエフでのご利用が可能です。</div></td>
1047 </tr>
1048 <tr>
1049 <th>コンビニ決済<br><a style="cursor:pointer;" onclick="toggleVisibility('ex_conv2_activate');">セブンイレブン決済</a></th>
1050 <td><input name="conv2_activate" type="radio" id="conv2_activate_mizuho_1" value="on"<?php if( isset($opts['mizuho']['conv2_activate']) && $opts['mizuho']['conv2_activate'] == 'on' ) echo ' checked="checked"'; ?> /></td><td><label for="conv2_activate_mizuho_1">利用する</label></td>
1051 <td><input name="conv2_activate" type="radio" id="conv2_activate_mizuho_2" value="off"<?php if( isset($opts['mizuho']['conv2_activate']) && $opts['mizuho']['conv2_activate'] == 'off' ) echo ' checked="checked"'; ?> /></td><td><label for="conv2_activate_mizuho_2">利用しない</label></td>
1052 <td><div id="ex_conv2_activate" class="explanation">セブンイレブンでのご利用が可能です。</div></td>
1053 </tr>
1054 </table>
1055 -->
1056 <input name="acting" type="hidden" value="mizuho" />
1057 <input name="usces_option_update" type="submit" class="button" value="みずほファクターの設定を更新する" />
1058 </form>
1059 <div class="settle_exp">
1060 <p><strong>みずほファクター</strong></p>
1061 <a href="http://www.mizuho-factor.co.jp/" target="_blank">みずほファクターの詳細はこちら 》</a>
1062 <p> </p>
1063 <p>この決済は「外部リンク型」の決済システムです。</p>
1064 <p>「外部リンク型」とは、決済会社のページへ遷移してカード�
1065 報を�
1066 �力する決済システムです。</p>
1067 </div>
1068 </div><!--uscestabs_mizuho-->
1069 <!--20130225ysk end-->
1070
1071 <!--20131220ysk start-->
1072 <div id="uscestabs_anotherlane">
1073 <div class="settlement_service"><span class="service_title">アナザーレーン</span></div>
1074 <?php if( isset($_POST['acting']) && 'anotherlane' == $_POST['acting'] ) : ?>
1075 <?php if( isset($opts['anotherlane']['activate']) && 'on' == $opts['anotherlane']['activate'] ) : ?>
1076 <div class="message">十分にテストを行ってから運用してください。</div>
1077 <?php elseif( '' != $mes ) : ?>
1078 <div class="error_message"><?php echo $mes; ?></div>
1079 <?php endif; ?>
1080 <?php endif; ?>
1081 <form action="" method="post" name="anotherlane_form" id="anotherlane_form">
1082 <table class="settle_table">
1083 <tr>
1084 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_siteid_anotherlane');">サイトID</a></th>
1085 <td colspan="4"><input name="siteid" type="text" id="siteid_anotherlane" value="<?php echo esc_html(isset($opts['anotherlane']['siteid']) ? $opts['anotherlane']['siteid'] : ''); ?>" size="20" maxlength="8" /></td>
1086 <td><div id="ex_siteid_anotherlane" class="explanation"><?php _e('契約時にアナザーレーンから発行されるID(半角数字)', 'usces'); ?></div></td>
1087 </tr>
1088 <tr>
1089 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_sitepass_anotherlane');">サイトパスワード</a></th>
1090 <td colspan="4"><input name="sitepass" type="text" id="sitepass_anotherlane" value="<?php echo esc_html(isset($opts['anotherlane']['sitepass']) ? $opts['anotherlane']['sitepass'] : ''); ?>" size="20" maxlength="8" /></td>
1091 <td><div id="ex_sitepass_anotherlane" class="explanation"><?php _e('契約時にアナザーレーンから発行されるパスワード(半角英数字)', 'usces'); ?></div></td>
1092 </tr>
1093 <tr>
1094 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_quickcharge_anotherlane');">クイックチャージ</a></th>
1095 <td><input name="quickcharge" type="radio" id="quickcharge_anotherlane_1" value="on"<?php if( isset($opts['anotherlane']['quickcharge']) && $opts['anotherlane']['quickcharge'] == 'on' ) echo ' checked="checked"'; ?> /></td><td><label for="quickcharge_anotherlane_1">利用する</label></td>
1096 <td><input name="quickcharge" type="radio" id="quickcharge_anotherlane_2" value="off"<?php if( isset($opts['anotherlane']['quickcharge']) && $opts['anotherlane']['quickcharge'] == 'off' ) echo ' checked="checked"'; ?> /></td><td><label for="quickcharge_anotherlane_2">利用しない</label></td>
1097 <td><div id="ex_quickcharge_anotherlane" class="explanation"><?php _e('ログインして一度購�
1098 �したメンバーは、次の購�
1099 �時にはカード番号を�
1100 �力する�
1101 要がなくなります。', 'usces'); ?></div></td>
1102 </tr>
1103 </table>
1104 <table class="settle_table">
1105 <tr>
1106 <th>クレジットカード決済</th>
1107 <td><input name="card_activate" type="radio" id="card_activate_anotherlane_1" value="on"<?php if( isset($opts['anotherlane']['card_activate']) && $opts['anotherlane']['card_activate'] == 'on' ) echo ' checked="checked"'; ?> /></td><td><label for="card_activate_anotherlane_1">利用する</label></td>
1108 <td><input name="card_activate" type="radio" id="card_activate_anotherlane_2" value="off"<?php if( isset($opts['anotherlane']['card_activate']) && $opts['anotherlane']['card_activate'] == 'off' ) echo ' checked="checked"'; ?> /></td><td><label for="card_activate_anotherlane_2">利用しない</label></td>
1109 <td></td>
1110 </tr>
1111 </table>
1112 <input name="acting" type="hidden" value="anotherlane" />
1113 <input name="usces_option_update" type="submit" class="button" value="アナザーレーンの設定を更新する" />
1114 </form>
1115 <div class="settle_exp">
1116 <p><strong>アナザーレーン</strong></p>
1117 <a href="http://www.alij.ne.jp/" target="_blank">アナザーレーンの詳細はこちら </a>
1118 <p> </p>
1119 <p>この決済は「外部リンク型」の決済システムです。</p>
1120 <p>「外部リンク型」とは、決済会社のページへ遷移してカード�
1121 報を�
1122 �力する決済システムです。</p>
1123 </div>
1124 </div><!--uscestabs_anotherlane-->
1125 <!--20131220ysk end-->
1126
1127 <!--20140206ysk start--
1128 <div id="uscestabs_veritrans">
1129 <div class="settlement_service"><span class="service_title">ベリトランス Air-Web</span></div>
1130 <?php if( isset($_POST['acting']) && 'veritrans' == $_POST['acting'] ) : ?>
1131 <?php if( isset($opts['veritrans']['activate']) && 'on' == $opts['veritrans']['activate'] ) : ?>
1132 <div class="message">十分にテストを行ってから運用してください。</div>
1133 <?php elseif( '' != $mes ) : ?>
1134 <div class="error_message"><?php echo $mes; ?></div>
1135 <?php endif; ?>
1136 <?php endif; ?>
1137 <form action="" method="post" name="veritrans_form" id="veritrans_form">
1138 <table class="settle_table">
1139 <tr>
1140 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_merchant_id_veritrans');">マーチャントID</a></th>
1141 <td colspan="4"><input name="merchant_id" type="text" id="merchant_id_veritrans" value="<?php echo esc_html(isset($opts['veritrans']['merchant_id']) ? $opts['veritrans']['merchant_id'] : ''); ?>" size="50" maxlength="22" /></td>
1142 <td><div id="ex_merchant_id_veritrans" class="explanation"><?php _e('契約時にベリトランスから発行されるマーチャントID(半角英数字)', 'usces'); ?></div></td>
1143 </tr>
1144 <tr>
1145 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_merchanthash_veritrans');">マーチャントハッシュキー</a></th>
1146 <td colspan="4"><input name="merchanthash" type="text" id="merchanthash_veritrans" value="<?php echo esc_html(isset($opts['veritrans']['merchanthash']) ? $opts['veritrans']['merchanthash'] : ''); ?>" size="80" /></td>
1147 <td><div id="ex_merchanthash_veritrans" class="explanation"><?php _e('契約時にベリトランスから発行されるマーチャントハッシュキー(半角英数字)', 'usces'); ?></div></td>
1148 </tr>
1149 <tr>
1150 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_ope_veritrans');">稼働環境</a></th>
1151 <td><input name="ope" type="radio" id="ope_veritrans_1" value="test"<?php if( isset($opts['veritrans']['ope']) && $opts['veritrans']['ope'] == 'test' ) echo ' checked="checked"'; ?> /></td><td><label for="ope_veritrans_1">テスト環境</label></td>
1152 <td><input name="ope" type="radio" id="ope_veritrans_2" value="public"<?php if( isset($opts['veritrans']['ope']) && $opts['veritrans']['ope'] == 'public' ) echo ' checked="checked"'; ?> /></td><td><label for="ope_veritrans_2">本番環境</label></td>
1153 <td><div id="ex_ope_veritrans" class="explanation"><?php _e('動作環境を切り替えます', 'usces'); ?></div></td>
1154 </tr>
1155 </table>
1156 <table class="settle_table">
1157 <tr>
1158 <th>クレジットカード決済</th>
1159 <td><input name="card_activate" type="radio" id="card_activate_veritrans_1" value="on"<?php if( isset($opts['veritrans']['card_activate']) && $opts['veritrans']['card_activate'] == 'on' ) echo ' checked="checked"'; ?> /></td><td><label for="card_activate_veritrans_1">利用する</label></td>
1160 <td><input name="card_activate" type="radio" id="card_activate_veritrans_2" value="off"<?php if( isset($opts['veritrans']['card_activate']) && $opts['veritrans']['card_activate'] == 'off' ) echo ' checked="checked"'; ?> /></td><td><label for="card_activate_veritrans_2">利用しない</label></td>
1161 <td></td>
1162 </tr>
1163 <tr>
1164 <th><a style="cursor:pointer;" onclick="toggleVisibility('ex_card_capture_flag_veritrans');">カード売上フラグ</a></th>
1165 <td><input name="card_capture_flag" type="radio" id="card_capture_flag_veritrans_0" value="auhtorize"<?php if( isset($opts['veritrans']['card_capture_flag']) && $opts['veritrans']['card_capture_flag'] == 'auhtorize' ) echo ' checked'; ?> /></td><td><label for="card_capture_flag_veritrans_0">与信</label></td>
1166 <td><input name="card_capture_flag" type="radio" id="card_capture_flag_veritrans_1" value="capture"<?php if( isset($opts['veritrans']['card_capture_flag']) && $opts['veritrans']['card_capture_flag'] == 'capture' ) echo ' checked'; ?> /></td><td><label for="card_capture_flag_veritrans_1">与信同時売上</label></td>
1167 <td><div id="ex_card_capture_flag_veritrans" class="explanation"><?php _e('決済の処理方式を指定します', 'usces'); ?></div></td>
1168 </tr>
1169 </table>
1170 <table class="settle_table">
1171 <tr>
1172 <th>コンビニ決済</th>
1173 <td><input name="conv_activate" type="radio" id="conv_activate_veritrans_1" value="on"<?php if( isset($opts['veritrans']['conv_activate']) && $opts['veritrans']['conv_activate'] == 'on' ) echo ' checked="checked"'; ?> /></td><td><label for="conv_activate_veritrans_1">利用する</label></td>
1174 <td><input name="conv_activate" type="radio" id="conv_activate_veritrans_2" value="off"<?php if( isset($opts['veritrans']['conv_activate']) && $opts['veritrans']['conv_activate'] == 'off' ) echo ' checked="checked"'; ?> /></td><td><label for="conv_activate_veritrans_2">利用しない</label></td>
1175 <td></td>
1176 </tr>
1177 </table>
1178 <input name="acting" type="hidden" value="veritrans" />
1179 <input name="usces_option_update" type="submit" class="button" value="ベリトランスの設定を更新する" />
1180 </form>
1181 <div class="settle_exp">
1182 <p><strong>ベリトランス</strong></p>
1183 <a href="http://www.veritrans.co.jp/" target="_blank">ベリトランスの詳細はこちら </a>
1184 <p> </p>
1185 <p>この決済は「外部リンク型」の決済システムです。</p>
1186 <p>「外部リンク型」とは、決済会社のページへ遷移してカード�
1187 報を�
1188 �力する決済システムです。</p>
1189 </div>
1190 </div><!--uscestabs_veritrans-->
1191 <!--20140206ysk end-->
1192
1193 </div><!--uscestabs-->
1194 </div><!--inside-->
1195 </div><!--postbox-->
1196 </div><!--poststuff-->
1197
1198 </div><!--usces_admin-->
1199 </div><!--wrap-->