Commit 647ce5a0 authored by Antonio.Suerte's avatar Antonio.Suerte

Card Deposit Solution [Follow-Up Logos]

parent 6f83a0e4
...@@ -2199,15 +2199,25 @@ article div.article-heading{ ...@@ -2199,15 +2199,25 @@ article div.article-heading{
.iwl-tag li.newtag:before{ .iwl-tag li.newtag:before{
content: ''; content: '';
position: absolute; position: absolute;
background-image: url(../img/iwl-new-tag_1.png); /*background-image: url(../img/iwl-new-tag_1.png);*/
background-image: url(../img/iwl-new.png);
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
right: -4px; /* right: -4px;
top: -6px; top: -6px;
height: 60px; height: 60px;
width: 60px; width: 60px;*/
top: 0px;
right: 0px;
height: 26px;
width: 100%;
max-width: 120px;
z-index: 9999; z-index: 9999;
} }
.iwl-tag li a img{
width: 100%;
max-width: 100px;
}
@media (max-width: 1363px){ @media (max-width: 1363px){
.iwl-tag li.newtag:before{ .iwl-tag li.newtag:before{
...@@ -2224,9 +2234,22 @@ article div.article-heading{ ...@@ -2224,9 +2234,22 @@ article div.article-heading{
} }
@media (max-width: 435px){ @media (max-width: 435px){
.iwl-tag li.newtag:before{ /*.iwl-tag li.newtag:before{
right: -2px; right: -2px;
top: -6px; top: -6px;
}*/
.iwl-tag li.newtag:before{
content: '';
position: absolute;
background-image: url(../img/new-tag-m.png);
background-size: cover;
background-repeat: no-repeat;
top: 0px;
right: 0px;
height: 30px;
width: 100%;
max-width: 70px;
z-index: 9999;
} }
} }
......
<?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');
?> ?>
...@@ -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');
?> ?>
......
<?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');
?> ?>
...@@ -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');
?> ?>
......
<?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');
?> ?>
......
...@@ -3152,7 +3152,7 @@ class DepositModelClass extends ModelClassEx { ...@@ -3152,7 +3152,7 @@ class DepositModelClass extends ModelClassEx {
} }
function newTag($methods){ function newTag($methods){
$newMethods = array('BIT','H2P','CPS','JPV', 'UNIONPAY'); $newMethods = array('CCD');
if(in_array($methods,$newMethods)){ if(in_array($methods,$newMethods)){
$class = "class='newtag'"; $class = "class='newtag'";
}else{ }else{
......
...@@ -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');
......
...@@ -273,7 +273,8 @@ define('VAL_STR_IBT_METHOD','IBT'); ...@@ -273,7 +273,8 @@ define('VAL_STR_IBT_METHOD','IBT');
define('VAL_STR_CPS_NAME','Cryptocurrency Solution'); define('VAL_STR_CPS_NAME','Cryptocurrency Solution');
// define('VAL_STR_CPS_LOGO','img/cryptocoin.png'); // define('VAL_STR_CPS_LOGO','img/cryptocoin.png');
define('VAL_STR_CPS_LOGO','img/bitcoin_3.png'); // 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');
...@@ -306,11 +307,11 @@ define('VAL_STR_LBTF3_LOGO','img/local_bank.png'); ...@@ -306,11 +307,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 Remittance Voucher'); define('VAL_STR_JPV_NAME', 'Japan Remittance Voucher');
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', 'Credit Card Solution'); define('VAL_STR_CCDEPOSIT_NAME', 'Card Solution');
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');
/** /**
* Validate Status -- anton * Validate Status -- anton
...@@ -636,7 +637,7 @@ define('VAL_STR_WITHDRAW', 'Withdrawal Application'); ...@@ -636,7 +637,7 @@ define('VAL_STR_WITHDRAW', 'Withdrawal Application');
// 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','Commission'); define('VAL_STR_H2P_TRANSACTIONFEE','Commission');
define('VAL_STR_H2P_METHOD','H2P'); define('VAL_STR_H2P_METHOD','H2P');
......
...@@ -129,6 +129,6 @@ define('VAR_CUP_PERHOUR_LIMIT_AMOUNT', VAL_INT_10); ...@@ -129,6 +129,6 @@ define('VAR_CUP_PERHOUR_LIMIT_AMOUNT', VAL_INT_10);
define('VAL_STR_FLAT3_FEE',VAL_INT_5); define('VAL_STR_FLAT3_FEE',VAL_INT_5);
define('VAL_STR_LBTF3_FEE',VAL_INT_4); define('VAL_STR_LBTF3_FEE',VAL_INT_4);
define('VAL_STR_JPV_FEE',VAL_INT_5); define('VAL_STR_JPV_FEE',VAL_INT_5);
define('VAL_STR_CCDEPOSIT_FEE', 6); define('VAL_STR_CCDEPOSIT_FEE', 7);
?> ?>
\ No newline at end of file
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