diff --git a/css/default_shop.css b/css/default_shop.css index 2a0ae3b99..0c5144a59 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -393,6 +393,7 @@ a.btn_admin:focus, a.btn_admin:hover {text-decoration:none} #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} +.kakaopay_icon{background:url('../img/kakao.png') no-repeat ;height:21px;width:74px;display:inline-block;overflow:hidden;text-indent:-999px} #settle_bank {margin:10px 0 0} diff --git a/shop/orderform.php b/shop/orderform.php index 89b868b22..9d0a2f19d 100644 --- a/shop/orderform.php +++ b/shop/orderform.php @@ -596,7 +596,7 @@ if($is_kakaopay_use) { // 카카오페이 if($is_kakaopay_use) { $multi_settle++; - echo ' '.PHP_EOL; + echo ' '.PHP_EOL; $checked = ''; } diff --git a/theme/basic/css/default_shop.css b/theme/basic/css/default_shop.css index 3e13c8fca..8226f17ab 100644 --- a/theme/basic/css/default_shop.css +++ b/theme/basic/css/default_shop.css @@ -393,6 +393,7 @@ a.btn_admin:focus, a.btn_admin:hover {text-decoration:none} #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} +.kakaopay_icon{background:url('../../../img/kakao.png') no-repeat ;height:21px;width:74px;display:inline-block;overflow:hidden;text-indent:-999px} #settle_bank {margin:10px 0 0}