Commit cc644032 authored by Antonio.Suerte's avatar Antonio.Suerte

CCD deposit update [UI - DEBUG]

parent 7915e3fa
<?php <?php
$page_title = "Credit Card Deposit Solution"; $page_title = "Card Deposit Solution";
include_once('./config.php'); include_once('./config.php');
include_once('template/base_head.php'); include_once('template/base_head.php');
?> ?>
......
<?php <?php
$page_title = "Credit Card Deposit Solution"; $page_title = "Card Deposit Solution";
include_once('./config.php'); include_once('./config.php');
include_once('template/base_head.php'); include_once('template/base_head.php');
?> ?>
...@@ -22,7 +22,7 @@ include_once('template/base_head.php'); ...@@ -22,7 +22,7 @@ include_once('template/base_head.php');
<div id="confirm_main_content"> <div id="confirm_main_content">
<p class="pleft40 mb20 respM">Please review the deposit details and read the note below before making any transactions.</p> <p class="pleft40 mb20 respM">Please review the deposit details and read the notes below before making any transactions.</p>
<div class="pleft40"> <div class="pleft40">
...@@ -48,11 +48,17 @@ include_once('template/base_head.php'); ...@@ -48,11 +48,17 @@ include_once('template/base_head.php');
<br /> <br />
<div class="container_wi650"> <div class="container_wi650">
<ul class="pleft40 ul_list"> <ul class="pleft40 ul_list">
<li>A transaction fee, 6% of the deposited amount will be charged to the member.</li> <li>A transaction fee, 7% of the deposited amount will be charged to the member.</li>
<li>This option is only available for members with Credit Card.</li> <li>This option is only available for members with Visa or Mastercard Credit/Debit/Prepaid Card.</li>
<li>The deposited amount will be instantly credited into your credit card balance of your iWallet account.</li> <li>The deposited amount will be credited into the balance of your iWallet account upon successful completion of transaction.</li>
</ul> </ul>
<div style="margin-top:50px" class="red pleft40">※To continue your transaction, click "Next." You will be redirected to the bank information page to settle your deposit transaction. <div style="margin-top:50px" class="red pleft40">
<span style="font-size:16.5px;">
<b>Important Reminder:</b>
Please be advised that you will be billed on your Card Statement as "ALTPAY*NOSAKA CHIBA" for usage of this solution
</span>
<br/><br/>
※To continue your transaction, click "Next." You will be redirected to the bank information page to settle your deposit transaction.
</div> </div>
</div> </div>
<div class="calign nextwbtn" style=" margin-top: 10px;"> <div class="calign nextwbtn" style=" margin-top: 10px;">
......
<?php <?php
$page_title = "Credit Card Deposit Solution"; $page_title = "Card Deposit Solution";
include_once('./config.php'); include_once('./config.php');
include_once('template/base_head.php'); include_once('template/base_head.php');
?> ?>
...@@ -21,7 +21,10 @@ include_once('template/base_head.php'); ...@@ -21,7 +21,10 @@ include_once('template/base_head.php');
</div> </div>
<div class="parentDiv"> <div class="parentDiv">
<div class="reverseFlex"> <div class="reverseFlex">
<p class="pleft40 mb20 respM">Invalid Deposit Details. Please try again</p> <p class="pleft40 mb20 respM">
Your transaction cannot be completed. Kindly make sure that you have entered the correct details and try again.<br/><br/>
*If your payment details are correct and error is still experienced, kindly use a different card or another form of payment.
</p>
<div class="pleft40 pt10 mb20 respM"> <div class="pleft40 pt10 mb20 respM">
<a href="menu.php" class="btn bg-default calign">Go back to homepage</a> <a href="menu.php" class="btn bg-default calign">Go back to homepage</a>
</div> </div>
......
<?php <?php
$page_title = "Credit Card Deposit Solution"; $page_title = " Card Deposit Solution";
include_once('./config.php'); include_once('./config.php');
include_once('template/base_head.php'); include_once('template/base_head.php');
?> ?>
...@@ -18,7 +18,7 @@ include_once('template/base_head.php'); ...@@ -18,7 +18,7 @@ include_once('template/base_head.php');
</div> </div>
<div class="mb10 pleft40"><?php echo $this -> echoMessage(); ?></div> <div class="mb10 pleft40"><?php echo $this -> echoMessage(); ?></div>
<p class="pleft40 mb20 respM"> <p class="pleft40 mb20 respM">
Please enter the amount you want to deposit.<br/> Please select the amount you want to deposit.<br/>
</p> </p>
<form id="acForm" action="" method="post" class="form1"> <form id="acForm" action="" method="post" class="form1">
<div class="pleft40"> <div class="pleft40">
...@@ -61,10 +61,16 @@ include_once('template/base_head.php'); ...@@ -61,10 +61,16 @@ include_once('template/base_head.php');
<br> <br>
<strong class="ml20">Note:</strong> <strong class="ml20">Note:</strong>
<ol class="ol_list ml50"> <ol class="ol_list ml50">
<li>A transaction fee, 6% of the deposited amount will be charged to the member.</li> <li>A transaction fee, 7% of the deposited amount will be charged to the member.</li>
<li>This option is only available for members with Credit Card.</li> <li>This option is only available for members with Visa or Mastercard Credit/Debit/Prepaid Card.</li>
<li>The deposited amount will be instantly credited into the balance of your iWallet account.</li> <li>The deposited amount will be credited into the balance of your iWallet account upon successful completion of transaction.</li>
</ol> </ol>
<div style="margin-top:30px" class="red pleft40">
<span style="font-size:16.5px;">
<b>Important Reminder:</b>
Please be advised that you will be billed on your Card Statement as "ALTPAY*NOSAKA CHIBA" for usage of this solution
</span>
</div>
</div> </div>
<p class="calign nextwbtn" style="margin-top: 40px;"><input type="submit" class="btn bg-grad px180" id="btnCCDSend" value="Next"></p> <p class="calign nextwbtn" style="margin-top: 40px;"><input type="submit" class="btn bg-grad px180" id="btnCCDSend" value="Next"></p>
<input type="hidden" value="<?php $this -> echoAmount() ?>" name="amount" id="amount"/> <input type="hidden" value="<?php $this -> echoAmount() ?>" name="amount" id="amount"/>
...@@ -83,10 +89,8 @@ include_once('template/base_head.php'); ...@@ -83,10 +89,8 @@ include_once('template/base_head.php');
<script src="../js/ui-choose-bind-APN.js"></script> <script src="../js/ui-choose-bind-APN.js"></script>
<script type="text/javascript"> <script type="text/javascript">
(function(){ (function(){
var selectedCurrency = "<?php echo $this -> getCurrency(); ?>";
$("#APNcurrency").val(selectedCurrency)
setTimeout(function(){ setTimeout(function(){
$("#APNcurrency option[value=USD]").prop("selected", true)
$("#APNcurrency").change() $("#APNcurrency").change()
}, 1200) }, 1200)
})() })()
......
<?php <?php
$page_title = "Credit Card Deposit Solution"; $page_title = "Card Deposit Solution";
include_once('./config.php'); include_once('./config.php');
include_once('template/base_head.php'); include_once('template/base_head.php');
?> ?>
......
<?php <?php
$page_title = "Credit Card Deposit Solution"; $page_title = "Card Deposit Solution";
include_once('./config.php'); include_once('./config.php');
include_once('template/base_head.php'); include_once('template/base_head.php');
?> ?>
......
<?php <?php
$page_title = "クレジットカード入金"; $page_title = "カード入金";
include_once('./config.php'); include_once('./config.php');
include_once('template/base_head.php'); include_once('template/base_head.php');
?> ?>
......
<?php <?php
$page_title = "クレジットカード入金"; $page_title = "カード入金";
include_once('./config.php'); include_once('./config.php');
include_once('template/base_head.php'); include_once('template/base_head.php');
?> ?>
...@@ -47,11 +47,16 @@ include_once('template/base_head.php'); ...@@ -47,11 +47,16 @@ include_once('template/base_head.php');
<br /> <br />
<div class="container_wi650"> <div class="container_wi650">
<ul class="pleft40 ul_list"> <ul class="pleft40 ul_list">
<li>取引一回につきご入金額の6%の手数料が発生します。</li> <li>取引一回につきご入金額の7%の手数料が発生します。</li>
<li>こちらの入金手段は、クレジットカードをお持ちのお客様のみご利用いただけます。</li> <li>こちらの入金手段は、MasterCardまたはVisaのクレジットカード/デビットカード/プリペイドカードをお持ちのお客様のみご利用いただけます。</li>
<li>お手続き後、ご入金額は即座にお客様のiWallet口座残高に反映されます。</li> <li>お手続き後、ご入金額は即座にお客様のiWallet口座残高に反映されます。</li>
</ul> </ul>
<div style="margin-top:50px" class="red pleft40">※問題がなければ、[次へ] ボタンを押してください。 <div style="margin-top:50px" class="red pleft40">
<span style="font-size:16.5px;">
<b>重要:</b>本カード入金のご利用はカード明細にて「ALTPAY*NOSAKA CHIBA」と記載されます。
</span>
<br/><br/>
※問題がなければ、[次へ] ボタンを押してください。
</div> </div>
</div> </div>
<div class="calign nextwbtn" style=" margin-top: 10px;"> <div class="calign nextwbtn" style=" margin-top: 10px;">
......
<?php <?php
$page_title = "クレジットカード入金"; $page_title = "カード入金";
include_once('./config.php'); include_once('./config.php');
include_once('template/base_head.php'); include_once('template/base_head.php');
?> ?>
...@@ -21,7 +21,10 @@ include_once('template/base_head.php'); ...@@ -21,7 +21,10 @@ include_once('template/base_head.php');
</div> </div>
<div class="parentDiv"> <div class="parentDiv">
<div class="reverseFlex"> <div class="reverseFlex">
<p class="pleft40 mb20 respM">無効な入金詳細。やり直してください</p> <p class="pleft40 mb20 respM">
取引が承認されませんでした。ご入金内容にお間違いがないかご確認の上、もう一度お試しください。<br/><br/>
※もしご入金内容に不備がない場合は、別のカードもしくは別の入金方法でご入金ください。
</p>
<div class="pleft40 pt10 mb20 respM"> <div class="pleft40 pt10 mb20 respM">
<a href="menu.php" class="btn bg-default calign">ホームページへ戻る</a> <a href="menu.php" class="btn bg-default calign">ホームページへ戻る</a>
</div> </div>
......
<?php <?php
$page_title = "クレジットカード入金"; $page_title = "カード入金";
include_once('./config.php'); include_once('./config.php');
include_once('template/base_head.php'); include_once('template/base_head.php');
?> ?>
...@@ -61,10 +61,15 @@ include_once('template/base_head.php'); ...@@ -61,10 +61,15 @@ include_once('template/base_head.php');
<br> <br>
<strong class="ml20">注意:</strong> <strong class="ml20">注意:</strong>
<ol class="ol_list ml50"> <ol class="ol_list ml50">
<li>取引一回につきご入金額の6%の手数料が発生します。</li> <li>取引一回につきご入金額の7%の手数料が発生します。</li>
<li>こちらの入金手段は、クレジットカードをお持ちのお客様のみご利用いただけます。</li> <li>こちらの入金手段は、MasterCardまたはVisaのクレジットカード/デビットカード/プリペイドカードをお持ちのお客様のみご利用いただけます。</li>
<li>お手続き後、ご入金額は即座にお客様のiWallet口座残高に反映されます。</li> <li>お手続き後、ご入金額は即座にお客様のiWallet口座残高に反映されます。</li>
</ol> </ol>
<div style="margin-top:30px" class="red pleft40">
<span style="font-size:16.5px;">
<b>重要:</b>本カード入金のご利用はカード明細にて「ALTPAY*NOSAKA CHIBA」と記載されます。
</span>
</div>
</div> </div>
<p class="calign nextwbtn" style="margin-top: 40px;"><input type="submit" class="btn bg-grad px180" id="btnCCDSend" value="次へ"></p> <p class="calign nextwbtn" style="margin-top: 40px;"><input type="submit" class="btn bg-grad px180" id="btnCCDSend" value="次へ"></p>
<input type="hidden" value="<?php $this -> echoAmount() ?>" name="amount" id="amount"/> <input type="hidden" value="<?php $this -> echoAmount() ?>" name="amount" id="amount"/>
...@@ -83,10 +88,8 @@ include_once('template/base_head.php'); ...@@ -83,10 +88,8 @@ include_once('template/base_head.php');
<script src="../js/ui-choose-bind-APN.js"></script> <script src="../js/ui-choose-bind-APN.js"></script>
<script type="text/javascript"> <script type="text/javascript">
(function(){ (function(){
var selectedCurrency = "<?php echo $this -> getCurrency(); ?>";
$("#APNcurrency").val(selectedCurrency)
setTimeout(function(){ setTimeout(function(){
$("#APNcurrency option[value=USD]").prop("selected", true)
$("#APNcurrency").change() $("#APNcurrency").change()
}, 1200) }, 1200)
})() })()
......
<?php <?php
$page_title = "クレジットカード入金"; $page_title = "カード入金";
include_once('./config.php'); include_once('./config.php');
include_once('template/base_head.php'); include_once('template/base_head.php');
?> ?>
......
<?php <?php
$page_title = "クレジットカード入金"; $page_title = "カード入金";
include_once('./config.php'); include_once('./config.php');
include_once('template/base_head.php'); include_once('template/base_head.php');
?> ?>
......
...@@ -68,16 +68,20 @@ include_once('template/base_head.php'); ...@@ -68,16 +68,20 @@ include_once('template/base_head.php');
$tmpStr3 = '<br><span class="red">*対応通貨:BTC,XRP,LTC,BCH,ETH,DASH,ZEC</span>'; $tmpStr3 = '<br><span class="red">*対応通貨:BTC,XRP,LTC,BCH,ETH,DASH,ZEC</span>';
} }
if($value['method'] == 'CCD'){
$tmpStr3 = "<br><span class=\"red\">*MastercardまたはVisaはサポートされています。</span>";
}
if($value['method'] == 'FLAT3'){ if($value['method'] == 'FLAT3'){
$str .= isset($value['fee']) ? "<span class='grey'>".$tmpStr2 .$value['fee']."%".$transactionFee.' '.$tmpStr."</span></span></li>" : '</span></li>'; $str .= isset($value['fee']) ? "<span class='grey'>".$tmpStr2 .$value['fee']."%".$transactionFee.' '.$tmpStr."</span></span></li>" : '</span></li>';
}else if($value['method'] == 'BIT'){ }else if($value['method'] == 'BIT'){
$str .= isset($value['fee']) ? "<span class='grey'>".$tmpStr2 .$value['fee']."%".$transactionFee.''.$tmpStr."</span></span></li>" : '</span></li>'; $str .= isset($value['fee']) ? "<span class='grey'>".$tmpStr2 .$value['fee']."%".$transactionFee.''.$tmpStr."</span></span></li>" : '</span></li>';
}else if($value['method'] == 'CARDPAY'){ }else if($value['method'] == 'CARDPAY'){
$str .= isset($value['fee']) ? "<span class='grey'>".$tmpStr2 .$value['fee']."% + ".$tmpStr."</span>".$tmpStr3."</span></li>" : $tmpStr3."</span></li>"; $str .= isset($value['fee']) ? "<span class='grey'>".$tmpStr2 .$value['fee']."% + ".$tmpStr."</span>".$tmpStr3."</span></li>" : $tmpStr3."</span></li>";
}else if($value['method'] == 'UNIONPAY'){ }else if($value['method'] == 'UNIONPAY'){
$str .= isset($value['fee']) ? "<span class='grey'>".$tmpStr2 .$value['fee']."% + ".$tmpStr."</span>".$tmpStr3."</span></li>" : $tmpStr3."</span></li>"; $str .= isset($value['fee']) ? "<span class='grey'>".$tmpStr2 .$value['fee']."% + ".$tmpStr."</span>".$tmpStr3."</span></li>" : $tmpStr3."</span></li>";
}else{ }else{
$str .= isset($value['fee']) ? "<span class='grey'>".$tmpStr2 .$value['fee']."% ".$transactionFee.' '.$tmpStr."</span>".$tmpStr3."</span></li>" : $tmpStr3."</span></li>"; $str .= isset($value['fee']) ? "<span class='grey'>".$tmpStr2 .$value['fee']."% ".$transactionFee.' '.$tmpStr."</span>".$tmpStr3."</span></li>" : $tmpStr3."</span></li>";
} }
} }
......
...@@ -1655,7 +1655,7 @@ class Common extends HtmlBuilder { ...@@ -1655,7 +1655,7 @@ class Common extends HtmlBuilder {
'lang' => VAL_STR_LBTF3_DISPLAY_LANG); 'lang' => VAL_STR_LBTF3_DISPLAY_LANG);
} }
if($this -> getColumnData($row, COLUMN_TEST_ACCOUNT_FLG) == 1){ if(in_array($this->getUserData(PARAM_USER_ACCOUNT), $grantDeposit -> CCD) || $accountType == 0){
$rtn[] = array( $rtn[] = array(
'name' => VAL_STR_CCDEPOSIT_NAME, 'name' => VAL_STR_CCDEPOSIT_NAME,
'logo' => VAL_STR_CCDEPOSIT_LOGO, 'logo' => VAL_STR_CCDEPOSIT_LOGO,
...@@ -1672,7 +1672,7 @@ class Common extends HtmlBuilder { ...@@ -1672,7 +1672,7 @@ class Common extends HtmlBuilder {
'lang' => VAL_STR_JPV_DISPLAY_LANG); 'lang' => VAL_STR_JPV_DISPLAY_LANG);
if(in_array($this->getUserData(PARAM_USER_ACCOUNT), $grantDeposit -> CPS) || ($accountType == 0)){ if(in_array($this->getUserData(PARAM_USER_ACCOUNT), $grantDeposit -> CPS) || $accountType == 0){
$rtn[] = array( $rtn[] = array(
'name' => VAL_STR_CPS_NAME, 'name' => VAL_STR_CPS_NAME,
'logo' => VAL_STR_CPS_LOGO, 'logo' => VAL_STR_CPS_LOGO,
......
...@@ -310,11 +310,11 @@ define('VAL_STR_LBTF3_LOGO','img/local_bank.png'); ...@@ -310,11 +310,11 @@ define('VAL_STR_LBTF3_LOGO','img/local_bank.png');
define('VAL_STR_LBTF3_METHOD','LBTF3'); define('VAL_STR_LBTF3_METHOD','LBTF3');
define('VAL_STR_JPV_NAME', 'JAPAN送金バウチャー'); define('VAL_STR_JPV_NAME', 'JAPAN送金バウチャー');
define('VAL_STR_JPV_LOGO','img/jpv.png'); define('VAL_STR_JPV_LOGO','img/jpv-new.png');
define('VAL_STR_JPV_METHOD','JPV'); define('VAL_STR_JPV_METHOD','JPV');
define('VAL_STR_CCDEPOSIT_NAME', 'クレジットカード入金'); define('VAL_STR_CCDEPOSIT_NAME', 'カード入金');
define('VAL_STR_CCDEPOSIT_LOGO', 'img/credit-card-deposit-solution.png'); define('VAL_STR_CCDEPOSIT_LOGO', 'img/card-solution-new.png');
define('VAL_STR_CCDEPOSIT_METHOD', 'CCD'); define('VAL_STR_CCDEPOSIT_METHOD', 'CCD');
define('VAR_KYC_VALIDATE_STATUS_1','未対応'); define('VAR_KYC_VALIDATE_STATUS_1','未対応');
...@@ -619,7 +619,7 @@ define('VAL_STR_WITHDRAW_FLAT3', '収納代行サービス(日本)申請'); ...@@ -619,7 +619,7 @@ define('VAL_STR_WITHDRAW_FLAT3', '収納代行サービス(日本)申請');
// HELP2PAY // HELP2PAY
define('VAL_STR_H2P_NAME','Local Bank Transfer (Southeast Asia)'); define('VAL_STR_H2P_NAME','Local Bank Transfer (Southeast Asia)');
define('VAL_STR_H2P_LOGO','img'.DIRECTORY_SEPARATOR.'local_bank.png'); define('VAL_STR_H2P_LOGO','img'.DIRECTORY_SEPARATOR.'local_bank-new.png');
define('VAL_STR_H2P_FEE','2.80'); define('VAL_STR_H2P_FEE','2.80');
define('VAL_STR_H2P_TRANSACTIONFEE','手数料'); define('VAL_STR_H2P_TRANSACTIONFEE','手数料');
define('VAL_STR_H2P_METHOD','H2P'); define('VAL_STR_H2P_METHOD','H2P');
...@@ -641,7 +641,7 @@ define('VAL_STR_MONTH_MAINTENANCE', '毎月のメンテナンス'); ...@@ -641,7 +641,7 @@ define('VAL_STR_MONTH_MAINTENANCE', '毎月のメンテナンス');
//// define('VAL_STR_CPS_LOGO','img/cryptocoin.png'); //// define('VAL_STR_CPS_LOGO','img/cryptocoin.png');
// define('VAL_STR_CPS_NAME','暗号通貨ソリューション'); // define('VAL_STR_CPS_NAME','暗号通貨ソリューション');
define('VAL_STR_CPS_NAME','仮想通貨入金'); define('VAL_STR_CPS_NAME','仮想通貨入金');
define('VAL_STR_CPS_LOGO','img/bitcoin_3.png'); define('VAL_STR_CPS_LOGO','img/crypto-new.png');
define('VAL_STR_CPS_METHOD','CPS'); define('VAL_STR_CPS_METHOD','CPS');
define('VAL_STR_CPS_FEE','2.80'); define('VAL_STR_CPS_FEE','2.80');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment