| 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 |
$('#uscestabs').tabs({ |
| 24 |
cookie: { |
| 25 |
// store cookie for a day, without, it would be a session cookie |
| 26 |
expires: 1 |
| 27 |
} |
| 28 |
}); |
| 29 |
|
| 30 |
if( '2' == $("input[name='connection']:checked").val() ){ |
| 31 |
$("#authkey_zeus").css("display", ""); |
| 32 |
}else{ |
| 33 |
$("#authkey_zeus").css("display", "none"); |
| 34 |
$("#3dsecur_zeus_2").attr("checked", "checked"); |
| 35 |
} |
| 36 |
$("input[name='connection']").click(function(){ |
| 37 |
if( '2' == $("input[name='connection']:checked").val() ){ |
| 38 |
$("#authkey_zeus").css("display", ""); |
| 39 |
}else{ |
| 40 |
$("#authkey_zeus").css("display", "none"); |
| 41 |
$("#3dsecur_zeus_2").attr("checked", "checked"); |
| 42 |
} |
| 43 |
}); |
| 44 |
|
| 45 |
if( '1' == $("input[name='3dsecur']:checked").val() ){ |
| 46 |
$("#connection_zeus_2").attr("checked", "checked"); |
| 47 |
$("#authkey_zeus").css("display", ""); |
| 48 |
} |
| 49 |
$("input[name='3dsecur']").click(function(){ |
| 50 |
if( '1' == $("input[name='3dsecur']:checked").val() ){ |
| 51 |
$("#connection_zeus_2").attr("checked", "checked"); |
| 52 |
$("#authkey_zeus").css("display", ""); |
| 53 |
} |
| 54 |
}); |
| 55 |
|
| 56 |
// if( '1' == $("input[name='security']:checked").val() ){ |
| 57 |
// $("input[name='quickcharge']").attr("disabled", "disabled"); |
| 58 |
// $("#quickcharge_zeus_2").attr("checked", "checked"); |
| 59 |
// }else{ |
| 60 |
// $("input[name='quickcharge']").removeAttr("disabled"); |
| 61 |
// } |
| 62 |
// $("input[name='security']").click(function(){ |
| 63 |
// if( '1' == $("input[name='security']:checked").val() ){ |
| 64 |
// $("input[name='quickcharge']").attr("disabled", "disabled"); |
| 65 |
// $("#quickcharge_zeus_2").attr("checked", "checked"); |
| 66 |
// }else{ |
| 67 |
// $("input[name='quickcharge']").removeAttr("disabled"); |
| 68 |
// } |
| 69 |
// }); |
| 70 |
}); |
| 71 |
|
| 72 |
function toggleVisibility(id) { |
| 73 |
var e = document.getElementById(id); |
| 74 |
if(e.style.display == 'block') |
| 75 |
e.style.display = 'none'; |
| 76 |
else |
| 77 |
e.style.display = 'block'; |
| 78 |
} |
| 79 |
</script> |
| 80 |
<div class="wrap"> |
| 81 |
<div class="usces_admin"> |
| 82 |
<h2><?php _e('Settlement Setting','usces'); ?></h2> |
| 83 |
<div id="aniboxStatus" class="<?php echo $status; ?>"> |
| 84 |
<div id="anibox" class="clearfix"> |
| 85 |
<img src="<?php echo USCES_PLUGIN_URL; ?>/images/list_message_<?php echo $status; ?>.gif" /> |
| 86 |
<div class="mes" id="info_massage"><?php echo $message; ?></div> |
| 87 |
</div> |
| 88 |
</div> |
| 89 |
|
| 90 |
<div id="poststuff" class="metabox-holder"> |
| 91 |
<div class="postbox"> |
| 92 |
<h3 class="hndle"><span><?php _e('Settlement Setting','usces'); ?></span></h3> |
| 93 |
<div class="inside"> |
| 94 |
<div id="uscestabs"> |
| 95 |
|
| 96 |
<ul> |
| 97 |
<li><a href="#uscestabs_zeus"><?php _e('ZEUS','usces'); ?></a></li> |
| 98 |
<li><a href="#uscestabs_remise"><?php _e('Remise','usces'); ?></a></li> |
| 99 |
<!--20101018ysk start--> |
| 100 |
<li><a href="#uscestabs_jpayment">J-Payment</a></li> |
| 101 |
<!--20101018ysk end--> |
| 102 |
<!--20110208ysk start--> |
| 103 |
<li><a href="#uscestabs_paypal">PayPal</a></li> |
| 104 |
<!--20110208ysk end--> |
| 105 |
<!--20120413ysk start--> |
| 106 |
<li><a href="#uscestabs_sbps">ソフトバンク・ペイメント</a></li> |
| 107 |
<!--20120413ysk end--> |
| 108 |
<!--20120618ysk start--> |
| 109 |
<li><a href="#uscestabs_telecom">テレコムクレジット</a></li> |
| 110 |
<!--20120618ysk end--> |
| 111 |
<!--20121206ysk start--> |
| 112 |
<li><a href="#uscestabs_digitalcheck">デジタルチェック</a></li> |
| 113 |
<!--20121206ysk end--> |
| 114 |
<!--20130225ysk start--> |
| 115 |
<li><a href="#uscestabs_mizuho">みずほファクター</a></li> |
| 116 |
<!--20130225ysk end--> |
| 117 |
</ul> |
| 118 |
|
| 119 |
<div id="uscestabs_zeus"> |
| 120 |
<div class="settlement_service"><span class="service_title"><?php _e('ZEUS Japanese Settlement', 'usces'); ?></span></a></div> |
| 121 |
|
| 122 |
<?php if( isset($_POST['acting']) && 'zeus' == $_POST['acting'] ){ ?> |
| 123 |
<?php if( isset($opts['zeus']['activate']) && 'on' == $opts['zeus']['activate'] ){ ?> |
| 124 |
<div class="message">十分にテストを行ってから運用してください。</div> |
| 125 |
<?php }else if( '' != $mes ){ ?> |
| 126 |
<div class="error_message"><?php echo $mes; ?></div> |
| 127 |
<?php } ?> |
| 128 |
<?php } ?> |
| 129 |
<form action="" method="post" name="zeus_form" id="zeus_form"> |
| 130 |
<table class="settle_table"> |
| 131 |
<tr> |
| 132 |
<th>クレジットカード決済</th> |
| 133 |
<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> |
| 134 |
<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> |
| 135 |
<td colspan="2"></td> |
| 136 |
</tr> |
| 137 |
<tr> |
| 138 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_clid_zeus');"><?php _e('カード決済IPコード', 'usces'); ?></a></th> |
| 139 |
<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> |
| 140 |
<td colspan="2"><div id="ex_clid_zeus" class="explanation"><?php _e('契約時にZEUSから発行されるクレジットカード決済用のIPコード(半角数字)', 'usces'); ?></div></td> |
| 141 |
</tr> |
| 142 |
<tr> |
| 143 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_connection_zeus');"><?php _e('接続方式', 'usces'); ?></a></th> |
| 144 |
<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> |
| 145 |
<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> |
| 146 |
<td colspan="2"><div id="ex_connection_zeus" class="explanation"><?php _e('認証接続方法。契約に従って指定する� |
| 147 |
要があります。', 'usces'); ?></div></td> |
| 148 |
</tr> |
| 149 |
<tr id="authkey_zeus"> |
| 150 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_authkey_zeus');"><?php _e('認証キー', 'usces'); ?></a></th> |
| 151 |
<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> |
| 152 |
<td colspan="2"><div id="ex_authkey_zeus" class="explanation"><?php _e('契約時にZEUSから発行されるSecure API用認証キー(半角数字)', 'usces'); ?></div></td> |
| 153 |
</tr> |
| 154 |
<tr> |
| 155 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_3dsecur_zeus');"><?php _e('3Dセキュア(※)', 'usces'); ?></a></th> |
| 156 |
<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> |
| 157 |
<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> |
| 158 |
<td colspan="2"><div id="ex_3dsecur_zeus" class="explanation"><?php _e('3Dセキュアを利用するにはSecure APIを利用した接続が� |
| 159 |
要です。契約に従って指定する� |
| 160 |
要があります。', 'usces'); ?></div></td> |
| 161 |
</tr> |
| 162 |
<tr> |
| 163 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_security_zeus');"><?php _e('セキュリティーコード(※)', 'usces'); ?></a></th> |
| 164 |
<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> |
| 165 |
<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> |
| 166 |
<td colspan="2"><div id="ex_security_zeus" class="explanation"><?php _e('セキュリティーコードの� |
| 167 |
�力を� |
| 168 |
須とするかどうかを指定します。契約に従って指定する� |
| 169 |
要があります。セキュリティーコードを利用した場合、クイックチャージは利用できません。', 'usces'); ?></div></td> |
| 170 |
</tr> |
| 171 |
<tr> |
| 172 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_quickcharge_zeus');">クイックチャージ</a></th> |
| 173 |
<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> |
| 174 |
<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> |
| 175 |
<td colspan="2"><div id="ex_quickcharge_zeus" class="explanation"><?php _e('ログインして一度購� |
| 176 |
�したメンバーは、次の購� |
| 177 |
�時にはカード番号を� |
| 178 |
�力する� |
| 179 |
要がなくなります。', 'usces'); ?></div></td> |
| 180 |
</tr> |
| 181 |
<?php if( defined('WCEX_AUTO_DELIVERY') ): ?> |
| 182 |
<tr> |
| 183 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_batch_zeus');">バッチ処理</a></th> |
| 184 |
<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> |
| 185 |
<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> |
| 186 |
<td colspan="2"><div id="ex_batch_zeus" class="explanation"><?php _e('ゼウス決済を定期購� |
| 187 |
�でご利用の場合は、「利用する」にしてください。また、クイックチャージも「利用する」にしてください。', 'usces'); ?></div></td> |
| 188 |
</tr> |
| 189 |
<?php endif; ?> |
| 190 |
<tr> |
| 191 |
<th>お客様の支払方法</th> |
| 192 |
<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> |
| 193 |
<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> |
| 194 |
<td colspan="2"></td> |
| 195 |
</tr> |
| 196 |
</table> |
| 197 |
<table class="settle_table"> |
| 198 |
<tr> |
| 199 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_bank_zeus');">� |
| 200 |
�金お任せサービス</a></th> |
| 201 |
<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> |
| 202 |
<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> |
| 203 |
<td><div id="ex_bank_zeus" class="explanation"><?php _e('銀行振り込み支払いの自動� |
| 204 |
�会機能です。振込みが有った場合、自動的に� |
| 205 |
�金済みになり、� |
| 206 |
�金確認メールが自動送信されます。', 'usces'); ?></div></td> |
| 207 |
</tr> |
| 208 |
<tr> |
| 209 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_bank_clid_zeus');"><?php _e('� |
| 210 |
�金お任せIPコード', 'usces'); ?></a></th> |
| 211 |
<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> |
| 212 |
<td><div id="ex_bank_clid_zeus" class="explanation"><?php _e('契約時にZEUSから発行される� |
| 213 |
�金お任せサービス用のIPコード(半角数字)', 'usces'); ?></div></td> |
| 214 |
</tr> |
| 215 |
<!-- <tr> |
| 216 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_bank_testid_zeus');"><?php _e('テストカード番号', 'usces'); ?></a></th> |
| 217 |
<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> |
| 218 |
<td><div id="ex_bank_testid_zeus" class="explanation"><?php _e('契約時にZEUSから発行される� |
| 219 |
�金お任せサービス接続テストで� |
| 220 |
要なカード番号です。(半角数字)<br />本稼動の場合は空白にしてください。', 'usces'); ?></div></td> |
| 221 |
</tr> |
| 222 |
--> |
| 223 |
</table> |
| 224 |
<table class="settle_table"> |
| 225 |
<tr> |
| 226 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_conv_zeus');">コンビニ決済サービス</a></th> |
| 227 |
<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> |
| 228 |
<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> |
| 229 |
<td colspan="2"></td> |
| 230 |
<td><div id="ex_conv_zeus" class="explanation"><?php _e('コンビニ支払いができる決済サービスです。払い込みが有った場合、自動的に� |
| 231 |
�金済みになります。', 'usces'); ?></div></td> |
| 232 |
</tr> |
| 233 |
<tr> |
| 234 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_conv_clid_zeus');"><?php _e('コンビニ決済IPコード', 'usces'); ?></a></th> |
| 235 |
<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> |
| 236 |
<td><div id="ex_conv_clid_zeus" class="explanation"><?php _e('契約時にZEUSから発行されるコンビニ決済サービス用のIPコード(半角数字)', 'usces'); ?></div></td> |
| 237 |
</tr> |
| 238 |
<!-- <tr> |
| 239 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_conv_testid_zeus');"><?php _e('テストカード番号', 'usces'); ?></a></th> |
| 240 |
<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> |
| 241 |
<td><div id="ex_conv_testid_zeus" class="explanation"><?php _e('契約時にZEUSから発行されるコンビニ決済サービス接続テストで� |
| 242 |
要なカード番号です。(半角数字)<br />本稼動の場合は空白にしてください。', 'usces'); ?></div></td> |
| 243 |
</tr> |
| 244 |
<tr> |
| 245 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_conv_testtype_zeus');">テストタイプ</a></th> |
| 246 |
<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">� |
| 247 |
�金テスト無し</label></td> |
| 248 |
<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> |
| 249 |
<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> |
| 250 |
<td><div id="ex_conv_testtype_zeus" class="explanation"><?php _e('テスト環境でのテストタイプを指定します。テストカード番号が空白のときはこの� |
| 251 |
目は無効になります。', 'usces'); ?></div></td> |
| 252 |
</tr> |
| 253 |
--> |
| 254 |
</table> |
| 255 |
<input name="conv_url" type="hidden" value="https://linkpt.cardservice.co.jp/cgi-bin/cvs.cgi" /> |
| 256 |
<input name="bank_url" type="hidden" value="https://linkpt.cardservice.co.jp/cgi-bin/ebank.cgi" /> |
| 257 |
<input name="card_url" type="hidden" value="https://linkpt.cardservice.co.jp/cgi-bin/secure.cgi" /> |
| 258 |
<input name="card_secureurl" type="hidden" value="https://linkpt.cardservice.co.jp/cgi-bin/secure/api.cgi" /> |
| 259 |
<input name="ipaddrs[]" type="hidden" value="210.164.6.67" /> |
| 260 |
<input name="ipaddrs[]" type="hidden" value="202.221.139.50" /> |
| 261 |
<input name="pay_cvs[D001]" type="hidden" value="セブンイレブン" /> |
| 262 |
<input name="pay_cvs[D002]" type="hidden" value="ローソン" /> |
| 263 |
<input name="pay_cvs[D030]" type="hidden" value="ファミリーマート" /> |
| 264 |
<input name="pay_cvs[D040]" type="hidden" value="サークルKサンクス" /> |
| 265 |
<input name="pay_cvs[D015]" type="hidden" value="セイコーマート" /> |
| 266 |
<input name="acting" type="hidden" value="zeus" /> |
| 267 |
<input name="usces_option_update" type="submit" class="button" value="ゼウスの設定を更新する" /> |
| 268 |
</form> |
| 269 |
<div class="settle_exp"> |
| 270 |
<p><strong><?php _e('ZEUS Japanese Settlement', 'usces'); ?></strong></p> |
| 271 |
<a href="http://www.cardservice.co.jp/" target="_blank">ゼウス決済サービスの詳細はこちら 》</a> |
| 272 |
<p> </p> |
| 273 |
<p>この決済は「埋め込み型」の決済システムです。</p> |
| 274 |
<p>「埋め込み型」とは、決済会社のページへは遷移せず、Welcart のページのみで完結する決済システムです。<br /> |
| 275 |
デザインの統一されたスタイリッシュな決済が可能です。但し、カード番号を扱いますので専用SSLが� |
| 276 |
須となります。</p> |
| 277 |
<p>カード番号はZEUS のシステムに送信されるだけで、Welcart に記録は残しません。</p> |
| 278 |
<p> </p> |
| 279 |
<p>※ 3Dセキュアとセキュリティーコード </p> |
| 280 |
<p>3Dセキュアとおよびセキュリティーコードの利用は、決済サービス契約時に決定します。契約� |
| 281 |
容に従って指定しないと正常に動作しませんのでご注意ください。<br /> |
| 282 |
また、セキュリティーコードを利用した場合はクイックチャージが利用できなくなります。詳しくは<a href="http://www.cardservice.co.jp/" target="_blank">株式会社ゼウス</a>(代表:03-3498-9030)にお問い合わせください。</p> |
| 283 |
<!--<p><strong>テスト稼動について</strong></p> |
| 284 |
<p>� |
| 285 |
�金お任せ及びコンビニ決済のテスト稼動を行なう際は、”テストカード番号”の� |
| 286 |
目にゼウスから発行されるテストカード番号を� |
| 287 |
�力して下さい。<br /> |
| 288 |
これを� |
| 289 |
�力することでWelcart は、名前の後ろにテストカード番号を自動的に付けるなどテストモードで動作します。通常の購� |
| 290 |
�方法でテストができます。<br /> |
| 291 |
また、この� |
| 292 |
目を空白にすることで本稼動となります。</p>--> |
| 293 |
</div> |
| 294 |
</div><!--uscestabs_zeus--> |
| 295 |
|
| 296 |
<div id="uscestabs_remise"> |
| 297 |
<div class="settlement_service"><span class="service_title"><?php _e('Remise Japanese Settlement', 'usces'); ?></span></div> |
| 298 |
|
| 299 |
<?php if( isset($_POST['acting']) && 'remise' == $_POST['acting'] ){ ?> |
| 300 |
<?php if( isset($opts['remise']['activate']) && 'on' == $opts['remise']['activate'] ){ ?> |
| 301 |
<div class="message">十分にテストを行ってから運用してください。</div> |
| 302 |
<?php }else if( '' != $mes ){ ?> |
| 303 |
<div class="error_message"><?php echo $mes; ?></div> |
| 304 |
<?php } ?> |
| 305 |
<?php } ?> |
| 306 |
<form action="" method="post" name="remise_form" id="remise_form"> |
| 307 |
<table class="settle_table"> |
| 308 |
<!-- <tr> |
| 309 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_plan_remise');"><?php _e('契約プラン', 'usces'); ?></a></th> |
| 310 |
<td> |
| 311 |
<select name="plan" id="plan_remise"> |
| 312 |
<option value="0"<?php echo( ( isset($opts['remise']['plan']) && '0' === $opts['remise']['plan']) ? ' selected="selected"' : '' ); ?>>-------------------------</option> |
| 313 |
<option value="1"<?php echo( ( isset($opts['remise']['plan']) && '1' === $opts['remise']['plan']) ? ' selected="selected"' : '' ); ?>>スーパーバリュープラン</option> |
| 314 |
<option value="2"<?php echo( ( isset($opts['remise']['plan']) && '2' === $opts['remise']['plan']) ? ' selected="selected"' : '' ); ?>>ライトプラン</option> |
| 315 |
</select> |
| 316 |
</td> |
| 317 |
<td><div id="ex_plan_remise" class="explanation"><?php _e('ルミーズと契約したサービスプランを選択してください。<br />契約が変更したい場合はルミーズへお問合せください。', 'usces'); ?></div></td> |
| 318 |
</tr> |
| 319 |
--> <tr> |
| 320 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_SHOPCO_remise');"><?php _e('加盟店コード', 'usces'); ?></a></th> |
| 321 |
<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> |
| 322 |
<td><div id="ex_SHOPCO_remise" class="explanation"><?php _e('契約時にルミーズから発行される加盟店コード(半角英数)', 'usces'); ?></div></td> |
| 323 |
</tr> |
| 324 |
<tr> |
| 325 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_HOSTID_remise');"><?php _e('ホスト番号', 'usces'); ?></a></th> |
| 326 |
<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> |
| 327 |
<td><div id="ex_HOSTID_remise" class="explanation"><?php _e('契約時にルミーズから割り当てられるホスト番号(半角数字)', 'usces'); ?></div></td> |
| 328 |
</tr> |
| 329 |
</table> |
| 330 |
<table class="settle_table"> |
| 331 |
<tr> |
| 332 |
<th>クレジットカード決済</th> |
| 333 |
<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> |
| 334 |
<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> |
| 335 |
<td><div></div></td> |
| 336 |
</tr> |
| 337 |
<tr> |
| 338 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_card_jb_remise');">ジョブコード</a></th> |
| 339 |
<!-- <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> |
| 340 |
--> <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> |
| 341 |
<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> |
| 342 |
<td><div id="ex_card_jb_remise" class="explanation"><?php _e('決済の種類を指定します', 'usces'); ?></div></td> |
| 343 |
</tr> |
| 344 |
<tr> |
| 345 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_payquick_remise');">ペイクイック機能</a></th> |
| 346 |
<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> |
| 347 |
<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> |
| 348 |
<td><div id="ex_payquick_remise" class="explanation"><?php _e('Welcart の会員システムを利用している場合、会員に対して2回目以降の決済の際、クレジットカード番号、有効期限、名義人の� |
| 349 |
�力が不要となります。<br />クレジットカード� |
| 350 |
報はWelcart では保存せず、「ルミーズ」のデータベースにて安� |
| 351 |
�に保管されます。', 'usces'); ?></div></td> |
| 352 |
</tr> |
| 353 |
<tr> |
| 354 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_howpay_remise');">お客様の支払方法</a></th> |
| 355 |
<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> |
| 356 |
<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> |
| 357 |
<td><div id="ex_howpay_remise" class="explanation"><?php _e('「一括払い」以外をご利用の場合はルミーズ側の設定が� |
| 358 |
要となります。前もってルミーズにお問合せください。<br >「スーパーバリュープラン」の場合は「一括払いのみ」を選択してください。', 'usces'); ?></div></td> |
| 359 |
</tr> |
| 360 |
<?php if( defined('WCEX_DLSELLER') ): ?> |
| 361 |
<tr> |
| 362 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_continuation_remise');">自動継続課金</a></th> |
| 363 |
<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> |
| 364 |
<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> |
| 365 |
<td><div id="ex_continuation_remise" class="explanation"><?php _e('定期的に発生する月会費などの� |
| 366 |
�わしい課金処理を完� |
| 367 |
�に自動化することができる機能です。<br />詳しくは「ルミーズ」にお問合せください。', 'usces'); ?></div></td> |
| 368 |
</tr> |
| 369 |
<?php endif; ?> |
| 370 |
<tr> |
| 371 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_card_pc_ope_remise');">稼働環境</a></th> |
| 372 |
<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> |
| 373 |
<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> |
| 374 |
<td><div id="ex_card_pc_ope_remise" class="explanation"><?php _e('動作環境を切り替えます', 'usces'); ?></div></td> |
| 375 |
</tr> |
| 376 |
<tr> |
| 377 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_send_url_pc_remise');"><?php _e('本番URL(PC)', 'usces'); ?></a></th> |
| 378 |
<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> |
| 379 |
<td><div id="ex_send_url_pc_remise" class="explanation"><?php _e('クレジットカード決済の本番環境(PC)で接続するURLを設定します。', 'usces'); ?></div></td> |
| 380 |
</tr> |
| 381 |
<?php if( defined('WCEX_MOBILE') ): ?> |
| 382 |
<tr> |
| 383 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_send_url_mbl_remise');"><?php _e('本番URL(携帯)', 'usces'); ?></a></th> |
| 384 |
<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> |
| 385 |
<td><div id="ex_send_url_mbl_remise" class="explanation"><?php _e('クレジットカード決済の本番環境(携帯)で接続するURLを設定します。', 'usces'); ?></div></td> |
| 386 |
</tr> |
| 387 |
<?php endif; ?> |
| 388 |
</table> |
| 389 |
<table class="settle_table"> |
| 390 |
<tr> |
| 391 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_conv_remise');">コンビニ・電子マネー決済</a></th> |
| 392 |
<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> |
| 393 |
<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> |
| 394 |
<td><div id="ex_conv_remise" class="explanation"><?php _e('コンビニ・電子マネー決済を利用するかどうか', 'usces'); ?></div></td> |
| 395 |
</tr> |
| 396 |
<tr> |
| 397 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_paydate_remise');"><?php _e('支払期限', 'usces'); ?></a></th> |
| 398 |
<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> |
| 399 |
<td><div id="ex_paydate_remise" class="explanation"><?php _e('日数を設定します。(半角数字)', 'usces'); ?></div></td> |
| 400 |
</tr> |
| 401 |
<tr> |
| 402 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_conv_pc_ope_remise');">稼働環境</a></th> |
| 403 |
<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> |
| 404 |
<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> |
| 405 |
<td><div id="ex_conv_pc_ope_remise" class="explanation"><?php _e('動作環境を切り替えます', 'usces'); ?></div></td> |
| 406 |
</tr> |
| 407 |
<tr> |
| 408 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_send_url_cvs_pc_remise');"><?php _e('本番URL(PC)', 'usces'); ?></a></th> |
| 409 |
<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> |
| 410 |
<td><div id="ex_send_url_cvs_pc_remise" class="explanation"><?php _e('コンビニ・電子マネー決済の本番環境(PC)で接続するURLを設定します。', 'usces'); ?></div></td> |
| 411 |
</tr> |
| 412 |
<?php if( defined('WCEX_MOBILE') ): ?> |
| 413 |
<tr> |
| 414 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_send_url_cvs_mbl_remise');"><?php _e('本番URL(携帯)', 'usces'); ?></a></th> |
| 415 |
<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> |
| 416 |
<td><div id="ex_send_url_cvs_mbl_remise" class="explanation"><?php _e('コンビニ・電子マネー決済の本番環境(携帯)で接続するURLを設定します。', 'usces'); ?></div></td> |
| 417 |
</tr> |
| 418 |
<?php endif; ?> |
| 419 |
</table> |
| 420 |
<input name="send_url_pc_test" type="hidden" value="https://test.remise.jp/rpgw2/pc/card/paycard.aspx" /> |
| 421 |
<input name="send_url_mbl_test" type="hidden" value="https://test.remise.jp/rpgw2/mbl/card/paycard.aspx" /> |
| 422 |
<input name="send_url_cvs_pc_test" type="hidden" value="https://test.remise.jp/rpgw2/pc/cvs/paycvs.aspx" /> |
| 423 |
<input name="send_url_cvs_mbl_test" type="hidden" value="https://test.remise.jp/rpgw2/mbl/cvs/paycvs.aspx" /> |
| 424 |
<input name="REMARKS3" type="hidden" value="A0000875" /> |
| 425 |
<input name="acting" type="hidden" value="remise" /> |
| 426 |
<input name="usces_option_update" type="submit" class="button" value="ルミーズの設定を更新する" /> |
| 427 |
</form> |
| 428 |
<div class="settle_exp"> |
| 429 |
<p><strong><?php _e('Remise Japanese Settlement', 'usces'); ?></strong></p> |
| 430 |
<a href="http://www.remise.jp/" target="_blank">ルミーズ決済サービスの詳細はこちら 》</a> |
| 431 |
<p> </p> |
| 432 |
<p>この決済は「外部リンク型」の決済システムです。</p> |
| 433 |
<p>「外部リンク型」とは、決済会社のページへは遷移してカード� |
| 434 |
報を� |
| 435 |
�力する決済システムです。</p> |
| 436 |
<p>「自動継続課金」を利用するには「DL Seller」拡張プラグインのインストールが� |
| 437 |
要です。</p> |
| 438 |
</div> |
| 439 |
</div><!--uscestabs_remise--> |
| 440 |
|
| 441 |
<!--20101018ysk start--> |
| 442 |
<div id="uscestabs_jpayment"> |
| 443 |
<div class="settlement_service"><span class="service_title"><?php _e('J-Payment Japanese Settlement', 'usces'); ?></span></div> |
| 444 |
|
| 445 |
<?php if( isset($_POST['acting']) && 'jpayment' == $_POST['acting'] ){ ?> |
| 446 |
<?php if( isset($opts['jpayment']['activate']) && 'on' == $opts['jpayment']['activate'] ){ ?> |
| 447 |
<div class="message">十分にテストを行ってから運用してください。</div> |
| 448 |
<?php }else if( '' != $mes ){ ?> |
| 449 |
<div class="error_message"><?php echo $mes; ?></div> |
| 450 |
<?php } ?> |
| 451 |
<?php } ?> |
| 452 |
<form action="" method="post" name="jpayment_form" id="jpayment_form"> |
| 453 |
<table class="settle_table"> |
| 454 |
<tr> |
| 455 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_aid_jpayment');"><?php _e('店舗ID', 'usces'); ?></a></th> |
| 456 |
<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> |
| 457 |
<td><div id="ex_aid_jpayment" class="explanation"><?php _e('契約時にJ-Paymentから発行される店舗ID(半角数字)', 'usces'); ?></div></td> |
| 458 |
</tr> |
| 459 |
</table> |
| 460 |
<table class="settle_table"> |
| 461 |
<tr> |
| 462 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_card_jpayment');">クレジットカード決済</a></th> |
| 463 |
<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> |
| 464 |
<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> |
| 465 |
<td><div id="ex_card_jpayment" class="explanation"><?php _e('クレジットカード決済を利用するかどうか<br />※自動継続課金には対応していません。', 'usces'); ?></div></td> |
| 466 |
</tr> |
| 467 |
<tr> |
| 468 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_card_jb_jpayment');">ジョブタイプ</a></th> |
| 469 |
<!-- <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> |
| 470 |
--> <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> |
| 471 |
<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> |
| 472 |
<td><div id="ex_card_jb_jpayment" class="explanation"><?php _e('決済の種類を指定します', 'usces'); ?></div></td> |
| 473 |
</tr> |
| 474 |
</table> |
| 475 |
<table class="settle_table"> |
| 476 |
<tr> |
| 477 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_conv_jpayment');">コンビニ決済</a></th> |
| 478 |
<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> |
| 479 |
<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> |
| 480 |
<td><div id="ex_conv_jpayment" class="explanation"><?php _e('コンビニ(ペーパーレス)決済を利用するかどうか', 'usces'); ?></div></td> |
| 481 |
</tr> |
| 482 |
</table> |
| 483 |
<!-- |
| 484 |
<table class="settle_table"> |
| 485 |
<tr> |
| 486 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_webm_jpayment');">WebMoney決済</a></th> |
| 487 |
<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> |
| 488 |
<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> |
| 489 |
<td><div></div></td><td><div></div></td> |
| 490 |
<td><div id="ex_webm_jpayment" class="explanation"><?php _e('電子マネー(WebMoney)決済を利用するかどうか', 'usces'); ?></div></td> |
| 491 |
</tr> |
| 492 |
</table> |
| 493 |
<table class="settle_table"> |
| 494 |
<tr> |
| 495 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_bitc_jpayment');">BitCash決済</a></th> |
| 496 |
<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> |
| 497 |
<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> |
| 498 |
<td><div id="ex_bitc_jpayment" class="explanation"><?php _e('電子マネー(BitCash)決済を利用するかどうか', 'usces'); ?></div></td> |
| 499 |
</tr> |
| 500 |
</table> |
| 501 |
<table class="settle_table"> |
| 502 |
<tr> |
| 503 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_suica_jpayment');">モバイルSuica決済</a></th> |
| 504 |
<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> |
| 505 |
<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> |
| 506 |
<td><div id="ex_suica_jpayment" class="explanation"><?php _e('電子マネー(モバイルSuica)決済を利用するかどうか', 'usces'); ?></div></td> |
| 507 |
</tr> |
| 508 |
</table> |
| 509 |
--> |
| 510 |
<table class="settle_table"> |
| 511 |
<tr> |
| 512 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_bank_jpayment');">バンクチェック決済</a></th> |
| 513 |
<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> |
| 514 |
<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> |
| 515 |
<td><div id="ex_bank_jpayment" class="explanation"><?php _e('バンクチェック決済を利用するかどうか', 'usces'); ?></div></td> |
| 516 |
</tr> |
| 517 |
</table> |
| 518 |
<input name="send_url" type="hidden" value="https://credit.j-payment.co.jp/gateway/payform.aspx" /> |
| 519 |
<input name="acting" type="hidden" value="jpayment" /> |
| 520 |
<input name="usces_option_update" type="submit" class="button" value="J-Paymentの設定を更新する" /> |
| 521 |
</form> |
| 522 |
<div class="settle_exp"> |
| 523 |
<p><strong><?php _e('J-Payment Japanese Settlement', 'usces'); ?></strong></p> |
| 524 |
<a href="http://www.j-payment.co.jp/" target="_blank">J-Payment決済サービスの詳細はこちら 》</a> |
| 525 |
<p> </p> |
| 526 |
<p>この決済は「外部リンク型」の決済システムです。</p> |
| 527 |
<p>「外部リンク型」とは、決済会社のページへ遷移してカード� |
| 528 |
報を� |
| 529 |
�力する決済システムです。</p> |
| 530 |
</div> |
| 531 |
</div><!--uscestabs_jpayment--> |
| 532 |
<!--20101018ysk end--> |
| 533 |
<!--20110208ysk start--> |
| 534 |
<div id="uscestabs_paypal"> |
| 535 |
<div class="settlement_service"><span class="service_title"><?php _e('PayPal Express Checkout', 'usces'); ?></span></div> |
| 536 |
|
| 537 |
<?php if( isset($_POST['acting']) && 'paypal' == $_POST['acting'] ){ ?> |
| 538 |
<?php if( isset($opts['paypal']['activate']) && 'on' == $opts['paypal']['activate'] ){ ?> |
| 539 |
<div class="message"><?php _e('Test thoroughly before use.', 'usces'); ?></div> |
| 540 |
<?php }else if( '' != $mes ){ ?> |
| 541 |
<div class="error_message"><?php echo $mes; ?></div> |
| 542 |
<?php } ?> |
| 543 |
<?php } ?> |
| 544 |
<form action="" method="post" name="paypal_form" id="paypal_form"> |
| 545 |
<table class="settle_table"> |
| 546 |
<tr> |
| 547 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_ec_activate_paypal');"><?php _e('PayPal Settlement', 'usces'); ?></a></th> |
| 548 |
<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> |
| 549 |
<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> |
| 550 |
<td><div id="ex_ec_activate_paypal" class="explanation"><?php _e('Choose if to use PayPal settlement.', 'usces'); ?></div></td> |
| 551 |
</tr> |
| 552 |
<tr> |
| 553 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_sandbox_paypal');"><?php _e('Operation Environment', 'usces'); ?></a></th> |
| 554 |
<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> |
| 555 |
<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> |
| 556 |
<td><div id="ex_sandbox_paypal" class="explanation"><?php _e("Choose 'Test (Sandbox)' when testing payment settlement by Sandbox.", 'usces'); ?></div></td> |
| 557 |
</tr> |
| 558 |
<tr> |
| 559 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_user_paypal');"><?php _e('API User Name', 'usces'); ?></a></th> |
| 560 |
<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> |
| 561 |
<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> |
| 562 |
</tr> |
| 563 |
<tr> |
| 564 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_pwd_paypal');"><?php _e('API Password', 'usces'); ?></a></th> |
| 565 |
<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> |
| 566 |
<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> |
| 567 |
</tr> |
| 568 |
<tr> |
| 569 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_signature_paypal');"><?php _e('Signature', 'usces'); ?></a></th> |
| 570 |
<td colspan="4"><input name="signature" type="text" id="signature_paypal" value="<?php echo esc_html(isset($opts['paypal']['signature']) ? $opts['paypal']['signature'] : ''); ?>" size="50" /></td> |
| 571 |
<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> |
| 572 |
</tr> |
| 573 |
<!--20110412ysk start--> |
| 574 |
<?php if( defined('WCEX_DLSELLER') ): ?> |
| 575 |
<tr> |
| 576 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_continuation_paypal');"><?php _e('Recurring Payment', 'usces'); ?></a></th> |
| 577 |
<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> |
| 578 |
<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> |
| 579 |
<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> |
| 580 |
</tr> |
| 581 |
<?php endif; ?> |
| 582 |
<!--20110412ysk end--> |
| 583 |
</table> |
| 584 |
<input name="acting" type="hidden" value="paypal" /> |
| 585 |
<input name="usces_option_update" type="submit" class="button" value="<?php _e('Update PayPal Settings', 'usces'); ?>" /> |
| 586 |
</form> |
| 587 |
<div class="settle_exp"> |
| 588 |
<p><strong><?php _e('PayPal Express Checkout', 'usces'); ?></strong></p> |
| 589 |
<a href="https://www.paypal.com/" target="_blank"><?php _e('For the details on PayPal settlement service, click here >>', 'usces'); ?></a> |
| 590 |
<p> </p> |
| 591 |
<p><?php _e("This settlement uses 'Express Checkout'.", 'usces'); ?></p> |
| 592 |
<p><?php _e("If the 'OpenSSL' module is not installed in the server you're using, you cannot settle payments by 'ExpressCheckout'.", 'usces'); ?></p> |
| 593 |
</div> |
| 594 |
</div><!--uscestabs_paypal--> |
| 595 |
<!--20110208ysk end--> |
| 596 |
<!--20120413ysk start--> |
| 597 |
<div id="uscestabs_sbps"> |
| 598 |
<div class="settlement_service"><span class="service_title">ソフトバンク・ペイメント・サービス</span></div> |
| 599 |
|
| 600 |
<?php if( isset($_POST['acting']) && 'sbps' == $_POST['acting'] ){ ?> |
| 601 |
<?php if( isset($opts['sbps']['activate']) && 'on' == $opts['sbps']['activate'] ){ ?> |
| 602 |
<div class="message">十分にテストを行ってから運用してください。</div> |
| 603 |
<?php }else if( '' != $mes ){ ?> |
| 604 |
<div class="error_message"><?php echo $mes; ?></div> |
| 605 |
<?php } ?> |
| 606 |
<?php } ?> |
| 607 |
<form action="" method="post" name="sbps_form" id="sbps_form"> |
| 608 |
<table class="settle_table"> |
| 609 |
<tr> |
| 610 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_merchant_id_sbps');">マーチャントID</a></th> |
| 611 |
<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> |
| 612 |
<td><div id="ex_merchant_id_sbps" class="explanation"><?php _e('契約時にソフトバンク・ペイメント・サービスから発行されるマーチャントID(半角数字)', 'usces'); ?></div></td> |
| 613 |
</tr> |
| 614 |
<tr> |
| 615 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_service_id_sbps');">サービスID</a></th> |
| 616 |
<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> |
| 617 |
<td><div id="ex_service_id_sbps" class="explanation"><?php _e('契約時にソフトバンク・ペイメント・サービスから発行されるサービスID(半角数字)', 'usces'); ?></div></td> |
| 618 |
</tr> |
| 619 |
<tr> |
| 620 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_hash_key_sbps');">Hash KEY</a></th> |
| 621 |
<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> |
| 622 |
<td><div id="ex_hash_key_sbps" class="explanation"><?php _e('契約時にソフトバンク・ペイメント・サービスから発行される Hash KEY(半角英数)', 'usces'); ?></div></td> |
| 623 |
</tr> |
| 624 |
<tr> |
| 625 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_ope_sbps');"><?php _e('Operation Environment', 'usces'); ?></a></th> |
| 626 |
<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> |
| 627 |
<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> |
| 628 |
<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> |
| 629 |
<td><div id="ex_ope_sbps" class="explanation"><?php _e('動作環境を切り替えます。', 'usces'); ?></div></td> |
| 630 |
</tr> |
| 631 |
<tr> |
| 632 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_send_url_sbps');"><?php _e('本番URL', 'usces'); ?></a></th> |
| 633 |
<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> |
| 634 |
<td><div id="ex_send_url_sbps" class="explanation"><?php _e('本番環境で接続するURLを設定します。「購� |
| 635 |
�要求(画面遷移要求)」に示されるURLを� |
| 636 |
�力してください。', 'usces'); ?></div></td> |
| 637 |
</tr> |
| 638 |
</table> |
| 639 |
<table class="settle_table"> |
| 640 |
<tr> |
| 641 |
<th>クレジットカード決済</th> |
| 642 |
<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> |
| 643 |
<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> |
| 644 |
<td></td> |
| 645 |
</tr> |
| 646 |
<tr> |
| 647 |
<th>3Dセキュア</th> |
| 648 |
<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> |
| 649 |
<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> |
| 650 |
<td></td> |
| 651 |
</tr> |
| 652 |
<?php if( defined('WCEX_DLSELLER') ): ?> |
| 653 |
<!-- <tr> |
| 654 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_continuation_sbps');">簡易継続課金</a></th> |
| 655 |
<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> |
| 656 |
<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> |
| 657 |
<td><div id="ex_continuation_sbps" class="explanation"><?php _e('定期的に発生する月会費などの� |
| 658 |
�わしい課金処理を完� |
| 659 |
�に自動化することができる機能です。<br />詳しくはソフトバンク・ペイメント・サービスにお問合せください。', 'usces'); ?></div></td> |
| 660 |
</tr> |
| 661 |
--> <?php endif; ?> |
| 662 |
</table> |
| 663 |
<table class="settle_table"> |
| 664 |
<tr> |
| 665 |
<th>WEBコンビニ決済</th> |
| 666 |
<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> |
| 667 |
<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> |
| 668 |
<td></td> |
| 669 |
</tr> |
| 670 |
</table> |
| 671 |
<table class="settle_table"> |
| 672 |
<tr> |
| 673 |
<th>Pay-easy(ペイジー)決済</th> |
| 674 |
<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> |
| 675 |
<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> |
| 676 |
<td></td> |
| 677 |
</tr> |
| 678 |
</table> |
| 679 |
<table class="settle_table"> |
| 680 |
<tr> |
| 681 |
<th>Yahoo!ウォレット決済</th> |
| 682 |
<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> |
| 683 |
<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> |
| 684 |
<td></td> |
| 685 |
</tr> |
| 686 |
<tr> |
| 687 |
<th>楽天あんしん決済</th> |
| 688 |
<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> |
| 689 |
<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> |
| 690 |
<td></td> |
| 691 |
</tr> |
| 692 |
<tr> |
| 693 |
<th>PayPal</th> |
| 694 |
<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> |
| 695 |
<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> |
| 696 |
<td></td> |
| 697 |
</tr> |
| 698 |
<tr> |
| 699 |
<th>ネットマイル</th> |
| 700 |
<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> |
| 701 |
<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> |
| 702 |
<td></td> |
| 703 |
</tr> |
| 704 |
<tr> |
| 705 |
<th>Alipay国際決済</th> |
| 706 |
<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> |
| 707 |
<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> |
| 708 |
<td></td> |
| 709 |
</tr> |
| 710 |
</table> |
| 711 |
<table class="settle_table"> |
| 712 |
<tr> |
| 713 |
<th>ドコモ ケータイ払い</th> |
| 714 |
<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> |
| 715 |
<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> |
| 716 |
<td></td> |
| 717 |
</tr> |
| 718 |
<tr> |
| 719 |
<th>S!まとめて支払い</th> |
| 720 |
<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> |
| 721 |
<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> |
| 722 |
<td></td> |
| 723 |
</tr> |
| 724 |
<tr> |
| 725 |
<th>auかんたん決済</th> |
| 726 |
<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> |
| 727 |
<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> |
| 728 |
<td></td> |
| 729 |
</tr> |
| 730 |
<tr> |
| 731 |
<th>ソフトバンク<br />まとめて支払い</th> |
| 732 |
<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> |
| 733 |
<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> |
| 734 |
<td></td> |
| 735 |
</tr> |
| 736 |
</table> |
| 737 |
<input name="send_url_check" type="hidden" value="https://stbfep.sps-system.com/Extra/BuyRequestAction.do" /> |
| 738 |
<input name="send_url_test" type="hidden" value="https://stbfep.sps-system.com/f01/FepBuyInfoReceive.do" /> |
| 739 |
<input name="acting" type="hidden" value="sbps" /> |
| 740 |
<input name="usces_option_update" type="submit" class="button" value="ソフトバンク・ペイメントの設定を更新する" /> |
| 741 |
</form> |
| 742 |
<div class="settle_exp"> |
| 743 |
<p><strong>ソフトバンク・ペイメント・サービス</strong></p> |
| 744 |
<a href="http://www.welcart.com/wc-settlement/sbps_guide/" target="_blank">ソフトバンク・ペイメント・サービスの詳細はこちら 》</a> |
| 745 |
<p> </p> |
| 746 |
<p>この決済は「外部リンク型」の決済システムです。</p> |
| 747 |
<p>「外部リンク型」とは、決済会社のページへ遷移してカード� |
| 748 |
報を� |
| 749 |
�力する決済システムです。</p> |
| 750 |
<!--<p>「簡易継続課金」を利用するには「DL Seller」拡張プラグインのインストールが� |
| 751 |
要です。</p>--> |
| 752 |
<p>尚、本番環境では、正規SSL証明書のみでのSSL通信となりますのでご注意ください。</p> |
| 753 |
</div> |
| 754 |
</div><!--uscestabs_sbps--> |
| 755 |
<!--20120413ysk end--> |
| 756 |
<!--20120618ysk start--> |
| 757 |
<div id="uscestabs_telecom"> |
| 758 |
<div class="settlement_service"><span class="service_title">テレコムクレジット</span></div> |
| 759 |
<?php if( isset($_POST['acting']) && 'telecom' == $_POST['acting'] ){ ?> |
| 760 |
<?php if( isset($opts['telecom']['activate']) && 'on' == $opts['telecom']['activate'] ){ ?> |
| 761 |
<div class="message">十分にテストを行ってから運用してください。</div> |
| 762 |
<?php }else if( '' != $mes ){ ?> |
| 763 |
<div class="error_message"><?php echo $mes; ?></div> |
| 764 |
<?php } ?> |
| 765 |
<?php } ?> |
| 766 |
<form action="" method="post" name="telecom_form" id="telecom_form"> |
| 767 |
<table class="settle_table"> |
| 768 |
<tr> |
| 769 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_clientip_telecom');">クライアントIP</a></th> |
| 770 |
<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> |
| 771 |
<td><div id="ex_clientip_telecom" class="explanation"><?php _e('契約時にテレコムクレジットから発行されるクライアントIP(半角数字)', 'usces'); ?></div></td> |
| 772 |
</tr> |
| 773 |
<tr> |
| 774 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_stype_telecom');">決済タイプ</a></th> |
| 775 |
<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> |
| 776 |
<td><div id="ex_stype_telecom" class="explanation"><?php _e('設定依頼書に記載されている決済タイプ。', 'usces'); ?></div></td> |
| 777 |
</tr> |
| 778 |
</table> |
| 779 |
<table class="settle_table"> |
| 780 |
<tr> |
| 781 |
<th>クレジットカード決済</th> |
| 782 |
<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> |
| 783 |
<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> |
| 784 |
<td></td> |
| 785 |
</tr> |
| 786 |
</table> |
| 787 |
<!-- |
| 788 |
<table class="settle_table"> |
| 789 |
<tr> |
| 790 |
<th>Edy決済</th> |
| 791 |
<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> |
| 792 |
<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> |
| 793 |
<td></td> |
| 794 |
</tr> |
| 795 |
</table> |
| 796 |
--> |
| 797 |
<input name="acting" type="hidden" value="telecom" /> |
| 798 |
<input name="usces_option_update" type="submit" class="button" value="テレコムクレジットの設定を更新する" /> |
| 799 |
</form> |
| 800 |
<div class="settle_exp"> |
| 801 |
<p><strong>テレコムクレジット</strong></p> |
| 802 |
<a href="http://www.telecomcredit.co.jp/" target="_blank">テレコムクレジットの詳細はこちら 》</a> |
| 803 |
<p> </p> |
| 804 |
<p>この決済は「外部リンク型」の決済システムです。</p> |
| 805 |
<p>「外部リンク型」とは、決済会社のページへ遷移してカード� |
| 806 |
報を� |
| 807 |
�力する決済システムです。</p> |
| 808 |
</div> |
| 809 |
</div><!--uscestabs_telecom--> |
| 810 |
<!--20120618ysk end--> |
| 811 |
|
| 812 |
<!--20121206ysk start--> |
| 813 |
<div id="uscestabs_digitalcheck"> |
| 814 |
<div class="settlement_service"><span class="service_title">デジタルチェック</span></div> |
| 815 |
<?php if( isset($_POST['acting']) && 'digitalcheck' == $_POST['acting'] ){ ?> |
| 816 |
<?php if( isset($opts['digitalcheck']['activate']) && 'on' == $opts['digitalcheck']['activate'] ){ ?> |
| 817 |
<div class="message">十分にテストを行ってから運用してください。</div> |
| 818 |
<?php }else if( '' != $mes ){ ?> |
| 819 |
<div class="error_message"><?php echo $mes; ?></div> |
| 820 |
<?php } ?> |
| 821 |
<?php } ?> |
| 822 |
<form action="" method="post" name="digitalcheck_form" id="digitalcheck_form"> |
| 823 |
<table class="settle_table"> |
| 824 |
<tr> |
| 825 |
<th>クレジットカード決済</th> |
| 826 |
<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> |
| 827 |
<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> |
| 828 |
<td></td> |
| 829 |
</tr> |
| 830 |
<tr> |
| 831 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_card_ip_digitalcheck');">加盟店コード</a></th> |
| 832 |
<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> |
| 833 |
<td><div id="ex_card_ip_digitalcheck" class="explanation"><?php _e('契約時にデジタルチェックから発行される加盟店コード(半角英数字)。', 'usces'); ?></div></td> |
| 834 |
</tr> |
| 835 |
<tr> |
| 836 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_card_pass_digitalcheck');">加盟店パスワード</a></th> |
| 837 |
<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> |
| 838 |
<td><div id="ex_card_pass_digitalcheck" class="explanation"><?php _e('契約時にデジタルチェックから発行される加盟店パスワード(半角英数字)。<br />ユーザID決済をご利用の場合は、� |
| 839 |
須となります。', 'usces'); ?></div></td> |
| 840 |
</tr> |
| 841 |
<tr> |
| 842 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_card_kakutei');">決済自動確定</a></th> |
| 843 |
<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> |
| 844 |
<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> |
| 845 |
<td><div id="ex_card_kakutei" class="explanation"><?php _e('注文の際にクレジットの与信のみを行ないます。<br />実際の売上として計上するには確定処理が� |
| 846 |
要となります。省略時は「売上確定(確定まで同時に行う)」です。', 'usces'); ?></div></td> |
| 847 |
</tr> |
| 848 |
<tr> |
| 849 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_card_user_id');">ユーザID決済</a></th> |
| 850 |
<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> |
| 851 |
<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> |
| 852 |
<td><div id="ex_card_user_id" class="explanation"><?php _e('過去にクレジットカードでのお取引があるユーザは、次回からカード� |
| 853 |
報の� |
| 854 |
�力を省略することが可能となります。', 'usces'); ?></div></td> |
| 855 |
</tr> |
| 856 |
</table> |
| 857 |
<table class="settle_table"> |
| 858 |
<tr> |
| 859 |
<th>コンビニ決済</th> |
| 860 |
<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> |
| 861 |
<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> |
| 862 |
<td></td> |
| 863 |
</tr> |
| 864 |
<tr> |
| 865 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_conv_ip_digitalcheck');">加盟店コード</a></th> |
| 866 |
<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> |
| 867 |
<td><div id="ex_conv_ip_digitalcheck" class="explanation"><?php _e('契約時にデジタルチェックから発行される加盟店コード(半角英数字)', 'usces'); ?></div></td> |
| 868 |
</tr> |
| 869 |
<tr> |
| 870 |
<th rowspan="4"><a style="cursor:pointer;" onclick="toggleVisibility('ex_conv_store_digitalcheck');">利用コンビニ</a></th> |
| 871 |
<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> |
| 872 |
<td rowspan="4"><div id="ex_conv_store_digitalcheck" class="explanation"><?php _e('収納� |
| 873 |
�のコンビニを選択します。コンビニ毎の審査が� |
| 874 |
要となり、審査通過後にご利用可能となります。', 'usces'); ?></div></td> |
| 875 |
</tr> |
| 876 |
<tr> |
| 877 |
<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> |
| 878 |
</tr> |
| 879 |
<tr> |
| 880 |
<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> |
| 881 |
</tr> |
| 882 |
<tr> |
| 883 |
<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> |
| 884 |
</tr> |
| 885 |
<tr> |
| 886 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_conv_kigen_digitalcheck');">支払期限</a></th> |
| 887 |
<td colspan="4"> |
| 888 |
<?php |
| 889 |
$selected = array_fill( 1, 30, '' ); |
| 890 |
if( isset($opts['digitalcheck']['conv_kigen']) ) { |
| 891 |
$selected[$opts['digitalcheck']['conv_kigen']] = ' selected'; |
| 892 |
} else { |
| 893 |
$selected[14] = ' selected'; |
| 894 |
} |
| 895 |
?> |
| 896 |
<select name="conv_kigen" id="conv_kigen"> |
| 897 |
<?php for( $i = 1; $i <= 30; $i++ ): ?> |
| 898 |
<option value="<?php echo esc_html($i); ?>"<?php echo esc_html($selected[$i]); ?>><?php echo esc_html($i); ?></option> |
| 899 |
<?php endfor; ?> |
| 900 |
</select>(日数)</td> |
| 901 |
<td><div id="ex_conv_kigen_digitalcheck" class="explanation"><?php _e('コンビニ店頭でお支払いいただける期限となります。', 'usces'); ?></div></td> |
| 902 |
</tr> |
| 903 |
</table> |
| 904 |
<input name="acting" type="hidden" value="digitalcheck" /> |
| 905 |
<input name="usces_option_update" type="submit" class="button" value="デジタルチェックの設定を更新する" /> |
| 906 |
</form> |
| 907 |
<div class="settle_exp"> |
| 908 |
<p><strong>デジタルチェック</strong></p> |
| 909 |
<a href="http://www.digitalcheck.co.jp/" target="_blank">デジタルチェックの詳細はこちら 》</a> |
| 910 |
<p> </p> |
| 911 |
<p>この決済は「外部リンク型」の決済システムです。</p> |
| 912 |
<p>「外部リンク型」とは、決済会社のページへ遷移してカード� |
| 913 |
報を� |
| 914 |
�力する決済システムです。</p> |
| 915 |
</div> |
| 916 |
</div><!--uscestabs_digitalcheck--> |
| 917 |
<!--20121206ysk end--> |
| 918 |
|
| 919 |
<!--20130225ysk start--> |
| 920 |
<div id="uscestabs_mizuho"> |
| 921 |
<div class="settlement_service"><span class="service_title">みずほファクター</span></div> |
| 922 |
<?php if( isset($_POST['acting']) && 'mizuho' == $_POST['acting'] ) : ?> |
| 923 |
<?php if( isset($opts['mizuho']['activate']) && 'on' == $opts['mizuho']['activate'] ) : ?> |
| 924 |
<div class="message">十分にテストを行ってから運用してください。</div> |
| 925 |
<?php elseif( '' != $mes ) : ?> |
| 926 |
<div class="error_message"><?php echo $mes; ?></div> |
| 927 |
<?php endif; ?> |
| 928 |
<?php endif; ?> |
| 929 |
<form action="" method="post" name="mizuho_form" id="mizuho_form"> |
| 930 |
<table class="settle_table"> |
| 931 |
<tr> |
| 932 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_shopid_mizuho');">加盟店コード</a></th> |
| 933 |
<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> |
| 934 |
<td><div id="ex_shopid_mizuho" class="explanation"><?php _e('契約時にみずほファクターから発行される加盟店コード(半角数字6桁)。', 'usces'); ?></div></td> |
| 935 |
</tr> |
| 936 |
<tr> |
| 937 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_cshopid_mizuho');">加盟店サブコード</a></th> |
| 938 |
<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> |
| 939 |
<td><div id="ex_cshopid_mizuho" class="explanation"><?php _e('契約時にみずほファクターから発行される加盟店サブコード(半角数字5桁)。', 'usces'); ?></div></td> |
| 940 |
</tr> |
| 941 |
<tr> |
| 942 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_hash_pass_mizuho');">ハッシュ用パスワード</a></th> |
| 943 |
<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> |
| 944 |
<td><div id="ex_hash_pass_mizuho" class="explanation"><?php _e('契約時にみずほファクターから発行されるハッシュ用パスワード(半角英数字)。', 'usces'); ?></div></td> |
| 945 |
</tr> |
| 946 |
<tr> |
| 947 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_ope_mizuho');"><?php _e('Operation Environment', 'usces'); ?></a></th> |
| 948 |
<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> |
| 949 |
<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> |
| 950 |
<td><div id="ex_ope_mizuho" class="explanation"><?php _e('動作環境を切り替えます。', 'usces'); ?></div></td> |
| 951 |
</tr> |
| 952 |
<tr> |
| 953 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_send_url_mizuho');"><?php _e('本番URL', 'usces'); ?></a></th> |
| 954 |
<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> |
| 955 |
<td><div id="ex_send_url_mizuho" class="explanation"><?php _e('本番環境で接続するURLを設定します。決済インタフェース「接続� |
| 956 |
�URL(画面連携型)PC」に示されるURLを� |
| 957 |
�力してください。', 'usces'); ?></div></td> |
| 958 |
</tr> |
| 959 |
<?php if( defined('WCEX_MOBILE') ): ?> |
| 960 |
<tr> |
| 961 |
<th><a style="cursor:pointer;" onclick="toggleVisibility('ex_send_url_mbl_mizuho');"><?php _e('本番URL(携帯)', 'usces'); ?></a></th> |
| 962 |
<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> |
| 963 |
<td><div id="ex_send_url_mbl_mizuho" class="explanation"><?php _e('本番環境で接続するURLを設定します。決済インタフェース「接続� |
| 964 |
�URL(画面連携型)MB」に示されるURLを� |
| 965 |
�力してください。', 'usces'); ?></div></td> |
| 966 |
</tr> |
| 967 |
<?php endif; ?> |
| 968 |
</table> |
| 969 |
<table class="settle_table"> |
| 970 |
<tr> |
| 971 |
<th>クレジットカード決済</th> |
| 972 |
<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> |
| 973 |
<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> |
| 974 |
<td></td> |
| 975 |
</tr> |
| 976 |
</table> |
| 977 |
<!-- |
| 978 |
<table class="settle_table"> |
| 979 |
<tr> |
| 980 |
<th>コンビニ決済<br><a style="cursor:pointer;" onclick="toggleVisibility('ex_conv1_activate');">ウェルネット決済</a></th> |
| 981 |
<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> |
| 982 |
<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> |
| 983 |
<td><div id="ex_conv1_activate" class="explanation">ローソン、ファミリーマート、サークルK サンクス、ミニストップ、デイリーヤマザキ、スリーエフでのご利用が可能です。</div></td> |
| 984 |
</tr> |
| 985 |
<tr> |
| 986 |
<th>コンビニ決済<br><a style="cursor:pointer;" onclick="toggleVisibility('ex_conv2_activate');">セブンイレブン決済</a></th> |
| 987 |
<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> |
| 988 |
<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> |
| 989 |
<td><div id="ex_conv2_activate" class="explanation">セブンイレブンでのご利用が可能です。</div></td> |
| 990 |
</tr> |
| 991 |
</table> |
| 992 |
--> |
| 993 |
<input name="acting" type="hidden" value="mizuho" /> |
| 994 |
<input name="usces_option_update" type="submit" class="button" value="みずほファクターの設定を更新する" /> |
| 995 |
</form> |
| 996 |
<div class="settle_exp"> |
| 997 |
<p><strong>みずほファクター</strong></p> |
| 998 |
<a href="http://www.mizuho-factor.co.jp/" target="_blank">みずほファクターの詳細はこちら 》</a> |
| 999 |
<p> </p> |
| 1000 |
<p>この決済は「外部リンク型」の決済システムです。</p> |
| 1001 |
<p>「外部リンク型」とは、決済会社のページへ遷移してカード� |
| 1002 |
報を� |
| 1003 |
�力する決済システムです。</p> |
| 1004 |
</div> |
| 1005 |
</div><!--uscestabs_mizuho--> |
| 1006 |
<!--20130225ysk end--> |
| 1007 |
|
| 1008 |
</div><!--uscestabs--> |
| 1009 |
</div><!--inside--> |
| 1010 |
</div><!--postbox--> |
| 1011 |
</div><!--poststuff--> |
| 1012 |
|
| 1013 |
</div><!--usces_admin--> |
| 1014 |
</div><!--wrap--> |