주 콘텐츠로 건너뛰기

상품상세에서 후기 게시글의 조회수가 노출되지 않게 할 수 있나요?

디자인 소스 삭제를 통해 정보를 노출시키지 않을 수 있으며 자세한 방법은 아래 답변을 참고해 주세요.

자세히 알아보기

디자인 소스 삭제하기

  1. [관리자] 디자인 > 디자인 보관함 으로 이동하여 수정할 디자인의 '편집' 버튼을 눌러주세요.
  2. 스마트 디자인 편집창에서 '상품 상세' 페이지로 이동해 주세요.
  3. 아래 소스 중 빨간색 소스를 삭제하거나 주석 처리해 주세요.
    ※ 필요 시, 수정 전 기존 소스를 백업하여 PC에 저장해 주세요.

    <table border="1" summary="" class="{$list_display|display}">
        <caption>상품사용후기</caption>
        <colgroup>
            <col style="width:70px;" />
            <col style="width:auto" />
            <col style="width:100px;" />
            <col style="width:80px;" />
            <col style="width:80px;" />
            <col style="width:80px;" class="{$use_point_display|display}" />
        </colgroup>
        <thead>
            <tr>
                <th scope="col">번호</th>
                <th scope="col">제목</th>
                <th scope="col">작성자</th>
                <th scope="col">작성일</th>
                <th scope="col">조회</th>
                <th scope="col" class="{$use_point_display|display}">평점</th>
            </tr>
        </thead>
        <tbody class="center">
            <tr>
                <td>{$no}</td>
                <td class="left"><div class="subject">{$icon_re}{$icon_lock} <a href="{$link_board_detail}{$param_read}">{$subject}</a> {$icon_new} {$icon_hit}{$icon_file}{$comment_count}</div></td>
                <td>{$member_icon} {$writer}</td>
                <td>{$write_date|date:Y-m-d}</td>
                <td>{$hit_count}</td>
                <td class="{$use_point_display|display}"><img src="http://img.echosting.cafe24.com/skin/base_ko_KR/board/ico_point{$point_count}.gif" alt="{$point_count}점"></td>
            </tr>
            <tr>
                <td>{$no}</td>
                <td class="left"><div class="subject">{$icon_re}{$icon_lock} <a href="{$link_board_detail}{$param_read}">{$subject}</a> {$icon_new}{$icon_hit}{$icon_file}{$comment_count}</div></td>
                <td>{$member_icon} {$writer}</td>
                <td>{$write_date|date:Y-m-d}</td>
                <td>{$hit_count}</td>
                <td class="{$use_point_display|display}"><img src="http://img.echosting.cafe24.com/skin/base_ko_KR/board/ico_point{$point_count}.gif" alt="{$point_count}점"></td>
            </tr>
        </tbody>
    </table>
  4. 맨 아래쪽 '저장' 버튼을 눌러 주세요.

 

연관 콘텐츠

이 페이지가 도움이 되었나요?
현재 콘텐츠