diff --git a/css/default_shop.css b/css/default_shop.css index ba2f13246..2a0ae3b99 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -390,6 +390,10 @@ a.btn_admin:focus, a.btn_admin:hover {text-decoration:none} #sod_frm_paysel {margin:0 0 20px;padding:10px;border:1px solid #e9e9e9;background:#f2f5f9;text-align:center} #sod_frm_paysel legend {position:absolute;font-size:0;line-height:0;overflow:hidden} +#sod_frm_paysel .KPAY{background:url('../img/kpay_logo.png') no-repeat;padding-left:37px;display:inline-block} +#sod_frm_paysel .PAYNOW{background:url('../img/paynow_logo.png') no-repeat;padding-left:46px;display:inline-block} +#sod_frm_paysel .PAYCO{background:url('../img/payco_logo.png') no-repeat 1px;padding-left:46px;display:inline-block} + #settle_bank {margin:10px 0 0} #sod_frm_escrow {margin:30px 0 0} diff --git a/css/mobile_shop.css b/css/mobile_shop.css index b95c26821..97fdcc377 100644 --- a/css/mobile_shop.css +++ b/css/mobile_shop.css @@ -352,6 +352,10 @@ html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_f #sod_frm_paysel ul {margin:0;padding:0;} #sod_frm_paysel ul:after {display:block;visibility:hidden;clear:both;content:""} #sod_frm_paysel li {float:left;padding:5px 2%;width:46%} +#sod_frm_paysel .KPAY{background:url('../img/kpay_logo.png') no-repeat;padding-left:37px;} +#sod_frm_paysel .PAYNOW{background:url('../img/paynow_logo.png') no-repeat;padding-left:46px;} +#sod_frm_paysel .PAYCO{background:url('../img/payco_logo.png') no-repeat 1px ;padding-left:46px;} + #sod_frm_paysel #settle_bank {padding:10px;background:#fff;line-height:2em;border:1px solid #dbdbdb} #sod_frm_paysel #settle_bank label {display:inline-block;margin:0 10px 0 0;font-weight:bold} #sod_frm_paysel #settle_bank .frm_input {background:#fff;text-align:center} diff --git a/img/kpay_logo.png b/img/kpay_logo.png new file mode 100644 index 000000000..7f7e76c75 Binary files /dev/null and b/img/kpay_logo.png differ diff --git a/img/payco_logo.png b/img/payco_logo.png new file mode 100644 index 000000000..e0d842c67 Binary files /dev/null and b/img/payco_logo.png differ diff --git a/img/paynow_logo.png b/img/paynow_logo.png new file mode 100644 index 000000000..768e30f8d Binary files /dev/null and b/img/paynow_logo.png differ diff --git a/mobile/shop/orderform.php b/mobile/shop/orderform.php index 6e265ce80..279de855b 100644 --- a/mobile/shop/orderform.php +++ b/mobile/shop/orderform.php @@ -608,7 +608,7 @@ require_once(G5_MSHOP_PATH.'/'.$default['de_pg_service'].'/orderform.1.php'); } $multi_settle++; - echo '
  • '.PHP_EOL; + echo '
  • '.PHP_EOL; $checked = ''; } diff --git a/shop/orderform.php b/shop/orderform.php index eecbb6fbe..bee2926de 100644 --- a/shop/orderform.php +++ b/shop/orderform.php @@ -634,7 +634,7 @@ require_once('./'.$default['de_pg_service'].'/orderform.1.php'); } $multi_settle++; - echo ' '.PHP_EOL; + echo ' '.PHP_EOL; $checked = ''; }