레벨별 최소구매수량

레벨별 최소구매수량

QA

레벨별 최소구매수량

답변 2

본문

소스가 잘못된걸까요..? 4레벨일 경우 필드값이 출력이 되질않네요 ㅠㅠ 

 

<?php if($it['it_buy_min_qty']) { ?>
                    <tr>
                        <th>최소구매수량</th>
                        <td><?php echo number_format($it['it_buy_min_qty']); ?> 개</td>
                    </tr>
                    
                    <? }elseif ($member[mb_level] == 4 ){ ?>
                        <tr>
                            <th>최소구매수량</th>
                            <td>
                                <font style="font-size:18px; font-weight:bold; color:#F3435D;"><?php echo it_buy_min_qty($it['it_6']); ?></font>
                                <input type="hidden" id="it_buy_min_qty" value="<?php echo $it['it_6']; ?>">
                            </td>
                        </tr>

이 질문에 댓글 쓰기 :

답변 2

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 1,013
© SIRSOFT
현재 페이지 제일 처음으로