모바일에서 토스가 pc버전이 뜹니다.

모바일에서 토스가 pc버전이 뜹니다.

QA

모바일에서 토스가 pc버전이 뜹니다.

본문

<?php
/**
 * skin file : /theme/THEME_NAME/skin/shop/basic/orderform.sub.mobile.skin.html.php
 */
if (!defined('_EYOOM_')) exit;

require_once(G5_SHOP_PATH.'/settle_'.$default['de_pg_service'].'.inc.php');
require_once(G5_SHOP_PATH.'/settle_kakaopay.inc.php');

if( $default['de_inicis_lpay_use'] || $default['de_inicis_kakaopay_use'] ){   //이니시스 Lpay 또는 이니시스 카카오페이 사용시
    require_once(G5_SHOP_PATH.'/inicis/lpay_common.php');
}

if(function_exists('is_use_easypay') && is_use_easypay('global_nhnkcp')){  // 타 PG 사용시 NHN KCP 네이버페이 사용이 설정되어 있다면
    require_once(G5_SHOP_PATH.'/kcp/global_nhn_kcp.php');
}

/**
 * 결제대행사별 코드 include (스크립트 등)
 */
require_once(G5_SHOP_PATH.'/'.$default['de_pg_service'].'/orderform.1.php');

if( $default['de_inicis_lpay_use'] || $default['de_inicis_kakaopay_use'] ){   //이니시스 L.pay 사용시
    require_once(G5_SHOP_PATH.'/inicis/lpay_form.1.php');
}

if(function_exists('is_use_easypay') && is_use_easypay('global_nhnkcp')){  // 타 PG 사용시 NHN KCP 네이버페이 사용이 설정되어 있다면
    require_once(G5_SHOP_PATH.'/kcp/global_nhn_kcp_form.1.php');
}

if($is_kakaopay_use) {
    require_once(G5_SHOP_PATH.'/kakaopay/orderform.1.php');
}
?>

<style>
.shop-steps {position:relative;margin-bottom:30px}
.shop-steps .step-indicator {border-collapse:separate;display:table;margin-left:0;position:relative;table-layout:fixed;vertical-align:middle}
.shop-steps .step-indicator li {display:table-cell;float:none;padding:0;width:1%}
.shop-steps .step-indicator li:before {background-color:#d5d5d5;content:"";display:block;height:1px;position:relative;top:40px}
.shop-steps .step-indicator li:first-child:before {left:50%}
.shop-steps .step-indicator li:last-child:before {right:50%}
.shop-steps .step-indicator .step {background-color:#fff;border:5px solid #e5e5e5;color:#e5e5e5;font-size:1.875rem;width:80px;height:80px;line-height:70px;border-radius:50% !important;margin:0 auto;position:relative;z-index:1}
.shop-steps .step-indicator .caption {box-sizing:border-box;color:#e5e5e5;padding:10px 5px;font-size:.9375rem;font-weight:700}
.shop-steps .step-indicator .active .step {border-color:#252525;color:#252525}
.shop-steps .step-indicator .active .caption {color:#252525}
.shop-steps .step-indicator .complete .step {border-color:#b5b5b5;color:#b5b5b5}
.shop-steps .step-indicator .complete .caption {color:#b5b5b5}
.shop-steps .step-indicator .incomplete .step {border-color:#b5b5b5;color:#b5b5b5}
.shop-steps .step-indicator .incomplete .caption {color:#b5b5b5}
.shop-steps .step-indicator .inactive .caption {color:#b5b5b5}
.shop-steps .alarm-marker .alarm-point {top:15px;right:15px}
.shop-steps .alarm-marker .alarm-effect {top:5px;right:5px}
.shop-cart .shop-cart-li-wrap, .shop-cart .table-list-eb .td-item-name ul, .shop-cart .shop-cart-li-wrap .li-opt ul {padding:0;list-style:none}
@media (max-width:576px) {
    .shop-steps .step-indicator li:before {top:30px}
    .shop-steps .step-indicator .step {border:3px solid #e5e5e5;font-size:20px;width:60px;height:60px;line-height:54px}
    .shop-steps .step-indicator .caption {font-size:.875rem}
    .shop-steps .alarm-marker .alarm-point {top:10px;right:10px}
    .shop-steps .alarm-marker .alarm-effect {top:0px;right:0px}
}
.shop-order-form {font-size:.9375rem}
.shop-order-form .table-list-eb .table {border-bottom:1px solid #e5e5e5;margin-bottom:0;white-space:nowrap}
.shop-order-form .table-list-eb .td-item-desc {position:relative;min-height:80px}
.shop-order-form .table-list-eb .td-image {position:absolute;top:0;left:0;width:80px;height:80px;overflow:hidden}
.shop-order-form .table-list-eb .td-image img {display:block;max-width:100%;height:auto}
.shop-order-form .table-list-eb .td-item-name {margin-left:95px}
.sod_opt {padding:0;margin:0}
.shop-order-form .table-list-eb .td-item-name .sod_opt ul {list-style:none;padding:0;margin:5px 0}
.shop-order-form .table-list-eb .td-item-name .sod_opt ul li {color:#757575;background:none;line-height:1.5;padding:0;font-weight:normal}
.sod_opt li:before {display:none}
.shop-order-form .table-list-eb .td-item-name .cp_btn {margin-top:5px;margin-right:2px}
.shop-order-form .table-list-eb .td-item-name .cp_cancel {margin-top:5px}
.shop-order-form .order-member-payment {position:relative;border:1px solid #e5e5e5}
.shop-order-form .order-member-area {position:relative;margin-right:370px}
.shop-order-form .order-member-area .sod-frm-title {position:relative;height:70px;margin:-30px -15px 30px;padding:25px 20px;border-bottom:1px solid #e5e5e5;background:#fafafa}
.shop-order-form .order-member-area .sod-frm-title h4 {font-size:1.25rem;line-height:1}
.shop-order-form .order-member-area .sod-frm-title h4:after {content:"";display:block;position:absolute;top:-1px;left:-1px;width:0;height:0;border-top:20px solid #5c6bc0;border-right:20px solid transparent}
.shop-order-form .order-member-area .sod-frm-orderer {padding:30px 15px 40px;border-bottom:1px solid #e5e5e5}
.shop-order-form .order-member-area .sod-frm-taker {padding:30px 15px 40px}
.shop-order-form .order-table {margin:0}
.shop-order-form .order-table table {width:100%;border-collapse:collapse;border-spacing:0}
.shop-order-form .order-table th {width:100px;padding:5px 10px;background:none;text-align:right}
.shop-order-form .order-table td {padding:5px 10px;background:transparent}
.shop-order-form .order-table textarea {width:100%;height:100px}
.shop-order-form .order-table a {text-decoration:none}
.shop-order-form .order-payment-area {position:absolute;top:0;right:0;width:370px;height:100%;border-left:1px solid #e5e5e5;background:#fafafa;padding:20px 15px}
.shop-order-form .order-payment-total {margin-bottom:20px}
.shop-order-form .payment-calc-wrap {position:relative;overflow:hidden;clear:both;border:1px solid #e5e5e5;background:#fff}
.shop-order-form .payment-calc-box {position:relative;float:left;width:33.33333%;text-align:center;padding:20px 0;color:#757575}
.shop-order-form .payment-calc-box span {display:block;margin-bottom:10px}
.shop-order-form .payment-calc-box strong {color:#000}
.shop-order-form .payment-calc-box:before {content:"";width:1px;height:100%;background:#f0f0f0;position:absolute;top:0;right:0}
.shop-order-form .payment-calc-box:last-child:before {display:none}
.shop-order-form .payment-calc-box:nth-child(1):after {font-family:'Font Awesome\ 5 Free';content:"\f068";font-weight:900;color:#ab0000;font-size:.8125rem;text-align:center;width:24px;height:24px;line-height:24px;border:1px solid #e5e5e5;background:#fff;position:absolute;top:50%;right:-12px;margin-top:-12px;z-index:1}
.shop-order-form .payment-calc-box:nth-child(2):after {font-family:'Font Awesome\ 5 Free';content:"\f067";font-weight:900;color:#ab0000;font-size:.8125rem;text-align:center;width:24px;height:24px;line-height:24px;border:1px solid #e5e5e5;background:#fff;position:absolute;top:50%;right:-12px;margin-top:-12px;z-index:1}
.shop-order-form .payment-point-box {position:relative;overflow:hidden;clear:both;padding:10px 15px;border:1px solid #e5e5e5;border-top:0;background:#fff;text-align:right;color:#757575}
.shop-order-form .payment-point-box span {float:left}
.shop-order-form .payment-point-box strong {color:#000}
.shop-order-form .payment-total-box {position:relative;overflow:hidden;clear:both;padding:10px 15px;border:1px solid #e5e5e5;border-top:0;background:#fff;text-align:right;color:#757575}
.shop-order-form .payment-total-box span {float:left}
.shop-order-form .payment-total-box strong {color:#ab0000}
.shop-order-form .order-payment-info {margin-bottom:20px}
.shop-order-form .order-payment-info h2 {position:absolute;border:0;font-size:0;line-height:0;content:""}
.shop-order-form .payment-info-box {position:relative;clear:both;padding:10px 15px;border:1px solid #e5e5e5;margin-top:-1px;background:#fff;text-align:right;color:#757575}
.shop-order-form .payment-info-box.border-color-red {border-color:#ab0000}
.shop-order-form .payment-info-box span {float:left}
.shop-order-form .payment-info-box strong {color:#000}
.shop-order-form .payment-info-box .cp_cancel {margin-left:3px;height:inherit;}
.shop-order-form #od_tot_price {position:relative;overflow:hidden;clear:both;padding:10px 15px;margin:0;text-align:right;line-height:inherit;background:#fff}
.shop-order-form #od_tot_price span {line-height:30px}
.shop-order-form #od_tot_price .print_price {color:#ab0000;font-size:1.25rem}
.shop-order-form .payment-select-wrap {position:relative;margin-top:20px}
.shop-order-form .payment-select-title {margin:0 0 10px;font-size:1.125rem}
.shop-order-form .payment-select-wrap #sod_frm_paysel {padding:0 0 0 2px;background:none;border:0 none}
.shop-order-form .payment-select-wrap input[type="radio"] {position:absolute;width:0;height:0;overflow:hidden;visibility:hidden;text-indent:-999px;left:0;z-index:-1px}
.shop-order-form .payment-select-wrap .payment-select-box {position:relative;overflow:hidden;float:left;width:50% !important;background:#fff;cursor:pointer;font-size:.875rem;height:60px;box-sizing:border-box;border:1px solid #e5e5e5;margin:-1px 0 0 -1px;padding:20px 5px 0 70px !important;text-indent:inherit !important}
.shop-order-form .payment-select-wrap .payment-select-box.inicis_kakaopay {padding:9px 5px 0 70px !important}
.shop-order-form .payment-select-wrap input[type="radio"]:checked+.payment-select-box {border:1px solid #ab0000;z-index:3}
.shop-order-form .payment-select-wrap input[type="radio"]:checked+.payment-select-box:after {font-family:'Font Awesome\ 5 Free';content:"\f00c";font-weight:900;position:absolute;top:2px;right:5px;color:#ab0000;font-size:1rem}
.shop-order-form .payment-select-wrap #sod_frm_paysel .bank_icon {background:#fff}
.shop-order-form .payment-select-wrap #sod_frm_paysel .bank_icon:before {font-family:'Font Awesome\ 5 Free';content:"\f53c";font-weight:900;position:absolute;top:5px;left:5px;width:48px;height:48px;line-height:48px;text-align:center;color:#b5b5b5;font-size:20px}
.shop-order-form .payment-select-wrap #sod_frm_paysel .vbank_icon {background:#fff}
.shop-order-form .payment-select-wrap #sod_frm_paysel .vbank_icon:before {font-family:'Font Awesome\ 5 Free';content:"\f2c2";font-weight:900;position:absolute;top:5px;left:5px;width:48px;height:48px;line-height:48px;text-align:center;color:#b5b5b5;font-size:20px}
.shop-order-form .payment-select-wrap #sod_frm_paysel .iche_icon {background:#fff}
.shop-order-form .payment-select-wrap #sod_frm_paysel .iche_icon:before {font-family:'Font Awesome\ 5 Free';content:"\f53c";font-weight:900;position:absolute;top:5px;left:5px;width:48px;height:48px;line-height:48px;text-align:center;color:#b5b5b5;font-size:20px}
.shop-order-form .payment-select-wrap #sod_frm_paysel .hp_icon {background:#fff}
.shop-order-form .payment-select-wrap #sod_frm_paysel .hp_icon:before {font-family:'Font Awesome\ 5 Free';content:"\f3cd";font-weight:900;position:absolute;top:5px;left:5px;width:48px;height:48px;line-height:48px;text-align:center;color:#b5b5b5;font-size:20px}
.shop-order-form .payment-select-wrap #sod_frm_paysel .card_icon {background:#fff}
.shop-order-form .payment-select-wrap #sod_frm_paysel .card_icon:before {font-family:'Font Awesome\ 5 Free';content:"\f09d";font-weight:900;position:absolute;top:5px;left:5px;width:48px;height:48px;line-height:48px;text-align:center;color:#b5b5b5;font-size:20px}
.shop-order-form .payment-select-wrap #sod_frm_paysel .kakaopay_icon {background:#fff;background-image:url("<?php echo EYOOM_THEME_URL .'/skin/shop/'.$eyoom['shop_skin']; ?>/img/kakaopay.jpg");background-repeat:no-repeat;background-position:5px 5px;background-size:48px 48px}
.shop-order-form .payment-select-wrap #sod_frm_paysel .PAYNOW {background:#fff;background-image:url("<?php echo EYOOM_THEME_URL .'/skin/shop/'.$eyoom['shop_skin']; ?>/img/paynow.jpg");background-repeat:no-repeat;background-position:5px 5px;background-size:48px 48px}
.shop-order-form .payment-select-wrap #sod_frm_paysel .KPAY {background:#fff;background-image:url("<?php echo EYOOM_THEME_URL .'/skin/shop/'.$eyoom['shop_skin']; ?>/img/kpay.jpg");background-repeat:no-repeat;background-position:5px 5px;background-size:48px 48px}
.shop-order-form .payment-select-wrap #sod_frm_paysel .PAYCO {background:#fff;background-image:url("<?php echo EYOOM_THEME_URL .'/skin/shop/'.$eyoom['shop_skin']; ?>/img/payco.jpg");background-repeat:no-repeat;background-position:5px 5px;background-size:48px 48px}
.shop-order-form .payment-select-wrap #sod_frm_paysel .inicis_lpay {background:#fff;background-image:url("<?php echo EYOOM_THEME_URL .'/skin/shop/'.$eyoom['shop_skin']; ?>/img/lpay.jpg");background-repeat:no-repeat;background-position:5px 5px;background-size:48px 48px}
.shop-order-form .payment-select-wrap #sod_frm_paysel .inicis_kakaopay {background:#fff;background-image:url("<?php echo EYOOM_THEME_URL .'/skin/shop/'.$eyoom['shop_skin']; ?>/img/kakaopay.jpg");background-repeat:no-repeat;background-position:5px 5px;background-size:48px 48px}
.shop-order-form .payment-select-wrap #sod_frm_paysel .naverpay_icon {background:#fff;background-image:url("<?php echo EYOOM_THEME_URL .'/skin/shop/'.$eyoom['shop_skin']; ?>/img/naverpay.jpg");background-repeat:no-repeat;background-position:5px 5px;background-size:48px 48px}
#display_pay_button {background:none;padding:0;border:0 none}
.shop-order-form #display_pay_button .btn_submit {display:block;width:100%;height:46px;line-height:46px;padding:0;background:#3f4678;color:#fff;font-size:.9375rem;font-weight:700;letter-spacing:0;border:0;margin-bottom:15px}
.shop-order-form #display_pay_button a.btn01 {display:block;width:100%;height:46px;line-height:46px;padding:0;background:#fff;color:#757575;font-size:.9375rem;font-weight:700;letter-spacing:0;border:1px solid #d5d5d5}
#settle_bank label {float:none;width:auto;line-height:inherit}
.shop-order-form .payment-point-use-box {margin-top:20px}
.shop-order-form .payment-point-use {position:relative;overflow:hidden;clear:both;padding:10px 15px;border:1px solid #e5e5e5;margin-top:-1px;background:#fff;color:#757575}
.shop-order-form .payment-point-use label {line-height:30px;margin-bottom:0}
.shop-order-form .payment-point-use .input {margin-bottom:0}
.shop-order-form #settle_bank {position:relative;padding:15px;border:1px solid #ab0000;margin:20px 0 0;display:none}
.shop-order-form #settle_bank .select {margin-bottom:10px}
#settle_bank select {width:100%;border:1px solid #ccc}
.shop-order-form #settle_bank .input {margin-bottom:0}
.shop-order-form #settle_bank #od_deposit_name {width:100%;text-align:left;border:1px solid #ccc}
/* Datepicker CSS 수정 */
.ui-datepicker {width:260px}
.ui-datepicker td span, .ui-datepicker td a {padding:inherit;text-align:inherit;line-height:25px}
.ui-widget-header {border:0;border-bottom:1px solid #c5c5c5 !important;background:#e5e5e5}
.ui-widget-content .ui-state-default {border:inherit;background:none}
.ui-datepicker .ui-datepicker-buttonpane button {margin:10px 0 0;padding:5px 15px;border:0;background:#171C29;color:#fff}
.ui-datepicker .ui-datepicker-buttonpane button:hover {background:#1F263B !important}
.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {border:0}
@media (max-width:991px) {
    .shop-order-form .order-member-area {margin-right:0}
    .shop-order-form .order-table th {width:70px !important;text-align:left;padding:5px 0;display:none}
    .shop-order-form .order-table td {padding:5px 0}
    .shop-order-form .order-payment-area {position:relative;top:inherit;right:inherit;width:100%;height:auto;border-left:0;border-top:1px solid #e5e5e5;background:#fafafa}
}
@media (min-width:992px) and (max-width:1199px){
    .gnb-wrap .gnb .gnb-nav > li {padding-right:10px;}
    .gnb-wrap .gnb .gnb-nav > li > a {font-size:var(--small-font-size);}
}
/* 쿠폰 선택 테이블 */
.shop-order-form .payment-info-box .od_coupon h3 {padding: 0 10px;margin: 10px 0 7px;line-height: 35px;font-size: 13px;color:#fff;background:#333;}
.shop-order-form .payment-info-box .od_coupon .btn_close {top: 45px;right: 15px;width: 35px;height: 35px;color:#ddd;border:0 none;}
.shop-order-form .payment-info-box .od_coupon .btn_close:hover {color:#fff;background:transparent;}
.shop-order-form .payment-info-box .od_coupon .tbl_head02 {margin: 0;}
.shop-order-form .payment-info-box #sc_coupon_frm table thead th,
.shop-order-form .payment-info-box #sc_coupon_frm table tbody td {font-size: 12px;text-align: center;}
.shop-order-form .payment-info-box #sc_coupon_frm a.btn_frmline,
.shop-order-form .payment-info-box #sc_coupon_frm button.btn_frmline {width:auto;height:inherit;padding:4px 10px;font-size: 12px;}
/* KG이니시스 팝업창과 부트스트랩 모달과의 충돌로 팝업 출력 버그 해결 소스 */
#inicisModalDiv {opacity:1 !important}
</style>

<div class="shop-steps">
    <ol class="list-inline text-center step-indicator">
        <li class="complete">
            <div class="step"><span class="fas fa-hand-pointer"></span></div>
            <div class="caption">การเลือกผลิตภัณฑ์</div>
        </li>
        <li class="complete">
            <div class="step"><i class="fas fa-shopping-basket"></i></div>
            <div class="caption">ตะกร้าสินค้า</div>
        </li>
        <li class="active">
            <div class="step">
                <div class="alarm-marker">
                    <span class="alarm-effect"></span>
                    <span class="alarm-point"></span>
                </div>
                <i class="fas fa-credit-card"></i>
            </div>
            <div class="caption">สั่งซื้อ/ชำระเงิน</div>
        </li>
        <li class="incomplete">
            <div class="step"><i class="fas fa-check"></i></div>
            <div class="caption">คำสั่งซื้อเสร็จสมบูรณ์</div>
        </li>
    </ol>
</div>

<form name="forderform" id="forderform" method="post" action="<?php echo $order_action_url; ?>" autocomplete="off" enctype="multipart/form-data" class="eyoom-form">
<div class="shop-order-form">
    <p class="text-end f-s-13r m-b-5 text-gray visible-xs">Note! 좌우 스크롤 (<i class="fas fa-arrows-alt-h"></i>)</p>
    <div class="table-list-eb m-b-30">
        <div class="table-responsive">
            <table id="sod_list" class="table">
                <thead>
                    <tr>
                        <th>ชื่อสินค้า</th>
                        <th class="width-100px tbd-both">ปริมาณรวม</th>
                        <th class="width-100px">ราคาขาย</th>
                        <th class="width-100px tbd-both">ผลรวม</th>
                        <th class="width-100px tbd-r">พอยท์</th>
                        <th class="width-100px">ค่าจัดส่ง</th>
                    </tr>
                </thead>
                <tbody>
                    <?php if ($sod_count > 0) { ?>
                    <?php for ($i=0; $i<$sod_count; $i++) { ?>
                    <tr>
                        <td>
                            <div class="td-item-desc">
                                <div class="td-image"><?php echo $list[$i]['image']; ?></div>
                                <div class="td-item-name">
                                    <input type="hidden" name="it_id[<?php echo $i; ?>]"    value="<?php echo $list[$i]['it_id']; ?>">
                                    <input type="hidden" name="it_name[<?php echo $i; ?>]"  value="<?php echo get_text($list[$i]['it_name']); ?>">
                                    <input type="hidden" name="it_price[<?php echo $i; ?>]" value="<?php echo $list[$i]['sell_price']; ?>">
                                    <input type="hidden" name="cp_id[<?php echo $i; ?>]" value="">
                                    <input type="hidden" name="cp_price[<?php echo $i; ?>]" value="0">
                                    <?php if($default['de_tax_flag_use']) { ?>
                                    <input type="hidden" name="it_notax[<?php echo $i; ?>]" value="<?php echo $list[$i]['it_notax']; ?>">
                                    <?php } ?>
                                    <div><?php echo $list[$i]['it_name']; ?></div>
                                    <?php if ($list[$i]['cp_count']) { ?>
                                    <button type="button" class="btn-e btn-e-dark cp_btn" data-bs-toggle="modal" data-bs-target="#modal_coupon_apply">쿠폰적용</button>
                                    <?php } ?>
                                </div>
                            </div>
                        </td>
                        <td class="text-center tbd-both"><?php echo number_format($list[$i]['sum_qty']); ?></td>
                        <td class="text-center"><?php echo number_format($list[$i]['ct_price']); ?></td>
                        <td class="text-center tbd-both"><span class="total_price"><?php echo number_format($list[$i]['sell_price']); ?></span></td>
                        <td class="text-center tbd-r"><?php echo number_format($list[$i]['point']); ?></td>
                        <td class="text-center"><?php echo $list[$i]['ct_send_cost']; ?></td>
                    </tr>
                    <?php } ?>
                    <?php } ?>
                </tbody>
            </table>
        </div>
    </div>

    <div class="order-member-payment">
        <div class="order-member-area">
            <input type="hidden" name="od_price" value="<?php echo $tot_sell_price; ?>">
            <input type="hidden" name="org_od_price" value="<?php echo $tot_sell_price; ?>">
            <input type="hidden" name="od_send_cost" value="<?php echo $send_cost; ?>">
            <input type="hidden" name="od_send_cost2" value="0">
            <input type="hidden" name="item_coupon" value="0">
            <input type="hidden" name="od_coupon" value="0">
            <input type="hidden" name="od_send_coupon" value="0">
            <input type="hidden" name="od_goods_name" value="<?php echo $goods; ?>">
            <?php
            // 결제대행사별 코드 include (결제대행사 정보 필드)
            require_once(G5_SHOP_PATH.'/'.$default['de_pg_service'].'/orderform.2.php');

            if($is_kakaopay_use) {
                require_once(G5_SHOP_PATH.'/kakaopay/orderform.2.php');
            }
            ?>

            <?php /* ---------- คนสั่งของ 입력 시작 ---------- */ ?>
            <div class="sod-frm-orderer">
                <div class="sod-frm-title"><h4><strong>คนสั่งของ</strong></h4></div>
                <div class="order-table">
                    <table>
                        <tbody>
                            <tr>
                                <th scope="row"><label for="od_name">ชื่อ<strong class="sound_only"> 필수</strong></label></th>
                                <td>
                                    <label for="od_name" class="label hidden-lg hidden-md">ชื่อ<strong class="sound_only"> 필수</strong></label>
                                    <label class="input width-200px required-mark">
                                        <input type="text" name="od_name" value="<?php echo get_text($member['mb_name']); ?>" id="od_name" required maxlength="20">
                                    </label>
                                </td>
                            </tr>

                            <?php if (!$is_member) { // 비회원이면 ?>
                            <tr>
                                <th scope="row"><label for="od_pwd">비밀번호</label></th>
                                <td>
                                    <label for="od_pwd" class="label hidden-lg hidden-md">비밀번호<strong class="sound_only"> 필수</strong></label>
                                    <label class="input width-200px required-mark">
                                        <input type="password" name="od_pwd" id="od_pwd" required maxlength="20">
                                    </label>
                                    <div class="note">อักขระตัวอักษรและตัวเลข 3~20 ตัว (จำเป็นเมื่อตรวจสอบแบบฟอร์มการสั่งซื้อ)</div>
                                </td>
                            </tr>
                            <?php } ?>

                            <tr>
                                <th scope="row"><label for="od_tel">หมายเลขโทรศัพท์<strong class="sound_only"> 필수</strong></label></th>
                                <td>
                                    <label for="od_tel" class="label hidden-lg hidden-md">หมายเลขโทรศัพท์<strong class="sound_only"> 필수</strong></label>
                                    <label class="input width-200px required-mark">
                                        <input type="text" name="od_tel" value="<?php echo get_text($member['mb_tel']); ?>" id="od_tel" required maxlength="20">
                                    </label>
                                </td>
                            </tr>
                            <tr>
                                <th scope="row"><label for="od_hp">โทรศัพท์มือถือ</label></th>
                                <td>
                                    <label for="od_hp" class="label hidden-lg hidden-md">โทรศัพท์มือถือ</label>
                                    <label class="input width-200px">
                                        <input type="text" name="od_hp" value="<?php echo get_text($member['mb_hp']); ?>" id="od_hp" maxlength="20">
                                    </label>
                                </td>
                            </tr>
                            <tr>
                                <th scope="row">ที่อยู่</th>
                                <td>
                                    <label class="label hidden-lg hidden-md">ที่อยู่</label>
                                    <label for="od_zip" class="sound_only">รหัสไปรษณีย์<strong class="sound_only"> 필수</strong></label>
                                    <div class="clearfix"></div>
                                    <label class="input width-150px m-r-5 float-start">
                                        <i class="icon-append fas fa-question-circle"></i>
                                        <input type="text" name="od_zip" value="<?php echo $member['mb_zip1'].$member['mb_zip2']; ?>" id="od_zip" required class="required" size="8" maxlength="6" placeholder="รหัสไปรษณีย์">
                                        <b class="tooltip tooltip-top-right">รหัสไปรษณีย์ (ค้นหาโดยคลิกปุ่มค้นหาที่อยู่)</b>
                                    </label>
                                    <button type="button" class="btn-e btn-e-lg btn-e-navy" onclick="win_zip('forderform', 'od_zip', 'od_addr1', 'od_addr2', 'od_addr3', 'od_addr_jibeon');">ค้นหา</button>
                                    <div class="clearfix m-b-10"></div>
                                    <label for="od_addr1" class="sound_only">ที่อยู่พื้นฐาน<strong class="sound_only"> 필수</strong></label>
                                    <label class="input ">
                                        <input type="text" name="od_addr1" value="<?php echo get_text($member['mb_addr1']) ?>" id="od_addr1"  size="60" placeholder="ที่อยู่พื้นฐาน">
                                    </label>
                                    <label for="od_addr2" class="sound_only">ที่อยู่โดยละเอียด</label>
                                    <label class="input">
                                        <input type="text" name="od_addr2" value="<?php echo get_text($member['mb_addr2']) ?>" id="od_addr2" size="60" placeholder="ที่อยู่โดยละเอียด">
                                    </label>
                                    <label for="od_addr3" class="sound_only">รายการอ้างอิง</label>
                                    <label class="input">
                                        <input type="text" name="od_addr3" value="<?php echo get_text($member['mb_addr3']) ?>" id="od_addr3" size="60" readonly="readonly" placeholder="รายการอ้างอิง">
                                    </label>
                                    <input type="hidden" name="od_addr_jibeon" value="<?php echo get_text($member['mb_addr_jibeon']); ?>">
                                </td>
                            </tr>
                            <tr>
                                <th scope="row"><label for="od_email">E-mail<strong class="sound_only"> 필수</strong></label></th>
                                <td>
                                    <label for="od_email" class="label hidden-lg hidden-md">E-mail<strong class="sound_only"> 필수</strong></label>
                                    <label class="input width-200px required-mark">
                                        <input type="text" name="od_email" value="<?php echo $member['mb_email']; ?>" id="od_email" required size="35" maxlength="100">
                                    </label>
                                </td>
                            </tr>

                            <?php if ($default['de_hope_date_use']) { // 배송희망일 사용 ?>
                            <tr>
                                <th scope="row"><label for="od_hope_date">희망배송일</label></th>
                                <td>
                                    <label for="od_hope_date" class="hidden-lg hidden-md">희망배송일</label>
                                    <!-- <select name="od_hope_date" id="od_hope_date">
                                    <option value="">선택하십시오.</option>
                                    <?php
                                    for ($i=0; $i<7; $i++) {
                                        $sdate = date("Y-m-d", time()+86400*($default['de_hope_date_after']+$i));
                                        echo '<option value="'.$sdate.'">'.$sdate.' ('.get_yoil($sdate).')</option>'.PHP_EOL;
                                    }
                                    ?>
                                    </select> -->
                                    <label class="input width-100px m-r-5 float-start">
                                        <input type="text" name="od_hope_date" value="" id="od_hope_date" required class="required" size="11" maxlength="10" readonly="readonly">
                                    </label>
                                    <span>이후로 배송 바랍니다.</span>
                                    <div class="clearfix"></div>
                                </td>
                            </tr>
                            <?php } ?>
                        </tbody>
                    </table>
                </div>
            </div>
            <?php /* ---------- คนสั่งของ 입력 끝 ---------- */ ?>

            <?php /* ---------- 받으시는 분 입력 시작 ---------- */ ?>
            <div class="sod-frm-taker">
                <div class="sod-frm-title"><h4><strong>ผู้รับ</strong></h4></div>
                <div class="order-table">
                    <table>
                        <tbody>
                            <tr>
                                <th scope="row">เลือกที่อยู่ในการจัดส่ง</th>
                                <td>
                                    <label class="label hidden-lg hidden-md">เลือกที่อยู่ในการจัดส่ง</label>
                                    <div class="inline-group">
                                    <?php if ($is_member) { ?>
                                        <label for="ad_sel_addr_same" class="radio"><input type="radio" name="ad_sel_addr" value="same" id="ad_sel_addr_same"><i class="rounded-x"></i>เช่นเดียวกับผู้สั่งซื้อ</label>
                                        <?php if ($ad_sel_addr) { ?>
                                        <label for="ad_sel_addr_def" class="radio"><input type="radio" name="ad_sel_addr" value="<?php echo $ad_sel_addr; ?>" id="ad_sel_addr_def"><i class="rounded-x"></i>ที่อยู่จัดส่งเริ่มต้น</label>
                                        <?php } ?>
                                        <?php if (is_array($latest_addr)) { ?>
                                        <?php foreach ($latest_addr as $k => $addrinfo) { ?>
                                        <label for="ad_sel_addr_<?php echo ($k+1); ?>" class="radio"><input type="radio" name="ad_sel_addr" value="<?php echo $addrinfo['val1']; ?>" id="ad_sel_addr_<?php echo ($k+1); ?>"><i class="rounded-x"></i>ที่อยู่จัดส่งล่าสุด(<?php echo $addrinfo['ad_subject'] ? $addrinfo['ad_subject'] : $addrinfo['ad_name']; ?>)</label>
                                        <?php } ?>
                                        <?php } ?>
                                        <label for="od_sel_addr_new" class="radio"><input type="radio" name="ad_sel_addr" value="new" id="od_sel_addr_new"><i class="rounded-x"></i>ที่อยู่จัดส่งใหม่</label>
                                        <a href="<?php echo G5_SHOP_URL; ?>/orderaddress.php" id="order_address" class="btn-e btn-e-dark">รายการที่อยู่จัดส่ง</a>
                                    <?php } else { ?>
                                        <label for="ad_sel_addr_same" class="checkbox"><input type="checkbox" name="ad_sel_addr" value="same" id="ad_sel_addr_same"><i class="rounded-x"></i>주문자와 동일</label>
                                    <?php } ?>
                                    </div>
                                </td>
                            </tr>
                            <?php if($is_member) { ?>
                            <tr>
                                <th scope="row"><label for="ad_subject">ที่อยู่จัดส่ง</label></th>
                                <td>
                                    <label for="ad_subject" class="label hidden-lg hidden-md">ที่อยู่จัดส่ง</label>
                                    <div class="clearfix"></div>
                                    <label class="input width-200px m-r-10 float-start">
                                        <input type="text" name="ad_subject" id="ad_subject" maxlength="20">
                                    </label>
                                    <div class="position-relative float-start">
                                        <label class="checkbox">
                                            <input type="checkbox" name="ad_default" id="ad_default" value="1"><i></i>ตั้งเป็นที่อยู่จัดส่งเริ่มต้น
                                        </label>
                                    </div>
                                    <div class="clearfix"></div>
                                </td>
                            </tr>
                            <?php } ?>
                            <tr>
                                <th scope="row"><label for="od_b_name">ชื่อ<strong class="sound_only"> 필수</strong></label></th>
                                <td>
                                    <label for="od_b_name" class="label hidden-lg hidden-md">ชื่อ<strong class="sound_only"> 필수</strong></label>
                                    <label class="input width-200px required-mark">
                                        <input type="text" name="od_b_name" id="od_b_name" required maxlength="20">
                                    </label>
                                </td>
                            </tr>
                            <tr>
                                <th scope="row"><label for="od_b_tel">หมายเลขโทรศัพท์<strong class="sound_only"> 필수</strong></label></th>
                                <td>
                                    <label for="od_b_tel" class="label hidden-lg hidden-md">หมายเลขโทรศัพท์<strong class="sound_only"> 필수</strong></label>
                                    <label class="input width-200px required-mark">
                                        <input type="text" name="od_b_tel" id="od_b_tel" required maxlength="20">
                             

이 질문에 댓글 쓰기 :

답변 1

/shop/orderform.sub.php파일에서

 

orderform.sub.mobile.skin.html.php

 

해당 모바일 스킨이 정상적으로 호출되는지 체크를 해보셔야 할듯 합니다.

답변을 작성하시기 전에 로그인 해주세요.
전체 7
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1402호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT