Help Center

카페24 소식

[스마트디자인] 공정위 상품정보 제공 고시 관련 기능개선 2건

2012-11-14


안녕하세요.
카페24 운영도우미 입니다.

오늘 기능개선 건은 공정위에서 고시한 '상품정보 제공 고시' 관련한 작업에도 활용이 가능한 부분이므로
아래 내용을 확인하신 후 쇼핑몰 운영에 참고해주시기 바랍니다.
--------------------------------------------------------------------------------------------

1. 업데이트 항목

    1) 표시항목관리의 기본항목에 '제조일자' 추가
    2) 표시항목관리의 추가항목 엑셀관리 기능 개선

2. 적용일자 : 2012-11-14 (수)

3. 업데이트 내용

    [표시항목관리의 기본항목에 '제조일자' 추가]

   
      1) HTML 소스 수정
 
          ① 상품상세 (/product/detail.html)의  "product_detail" 모듈 안에 아래와 같이 빨간색 소스 추가

 ...생략...

<tr class="{$manu_display|display}">
<th scope="row">제조사</th>
<td>{$manu_name}</td>
</tr>
<tr class="{$product_open_date_display|display}">
<th scope="row">제조일자</th>
<td>{$product_open_date}</td>
</tr>
<tr class="{$made_display|display}">
<th scope="row">원산지</th>
<td>{$made_in}</td>
</tr>

...생략...


          ② 메인화면 (/index.html)의 "product_listmain_[SEQ]" 모듈 안에 아래와 같이 빨간색 소스 추가

 ...생략...

<strong class="price">{$price_unit_head}{$product_price}{$price_unit_tail}</strong>
<span class="{$product_open_date_display|display}">{$product_open_date}</span>
<span class="btns">

...생략...


          ③ 상푼분류 (/product/list.html) 의 "product_listrecommend", "product_listnew", "product_listnormal" 모듈 안에
              아래와 같이 빨간색 소스 추가

 ...생략...

<strong class="price">{$price_unit_head}{$product_price}{$price_unit_tail}</strong>
<span class="manu">{$manu_name}</span>
<span class="{$product_open_date_display|display}">{$product_open_date}</span>
<span class="allotment" style="display:{$allotment_icon_display};">{$allotment_icon}{$allotment_period}개월</span>
<span class="mileage" style="display:{$mileage_icon_display};">{$mileage_icon}{$mileage_value}</span>

...생략...


          ④ 이미지확대보기 (/product/image_zoom.html) 의 "product_zoom" 모듈 안에 아래와 빨간색 소스 추가

 ... 생략 ...

<tr class="{$manu_display|display}">
<th scope="row">제조사</th>
<td>{$manu_name}</td>
</tr>
<tr class="{$product_open_date_display|display}">
<th scope="row">제조일자</th>
<td>{$product_open_date}</td>
</tr>
<tr class="{$made_display|display}">
<th scope="row">원산지</th>
<td>{$made_in}</td>
</tr>

...생략...



      2) '어드민 > 상품관리 > 표시항목관리' 메뉴로 이동하여 상세정보 기본표시설정, 목록 기본표시설정 메뉴의 기본항목에
         '제조일자' 항목이 추가된 것을 확인 후 노출 체크 및 상품별 제조일자를 입력합니다.

      ▼ 화면1. 표시항목관리 > 상품 상세정보 표시설정 화면
     



      3) 쇼핑몰의 각 페이지에 설정한 '제조일자'가 정상적으로 노출되는지 확인합니다.
        - 노출화면 : 메인화면, 상품상세화면, 상품 확대보기, 상품분류별 상품리스트, 추가분류별 상품리스트

      ▼ 화면2. 상품상세화면 예시
     




    [표시항목관리의 추가항목 엑셀관리 기능 개선]

     ※ '어드민 > 상품관리 > 표시항목관리' 에서 추가항목 등록 및 각 상품의 추가항목 등록 시 아래의 글자수 제한을
         참고하신 후 등록하시기 바랍니다.

          - 추가항목 명 : 한글 8자, 영문 16자
          - 추가항목 값 : 한글 25자, 영문 50자


      1) '어드민 > 상품관리 > 상품등록관리 > 엑셀관리' 메뉴로 이동하여 추가항목이 포함된 엑셀 양식을 다운로드 합니다.

      ▼ 화면1. 추가항목 포함된 엑셀파일 예시
     



      2) 추가항목이 포함된 엑셀 양식을 작성 후 등록합니다.


      3) 쇼핑몰에서 정상적으로 추가항목이 노출되는지 확인합니다.

      ▼ 화면2. 상품 상세화면 예시
     


4. 주의사항
  - '어드민 > 상품관리 > 표시항목관리' 메뉴에서 추가항목으로 설정되지 않은 항목은
     엑셀에 임의로 필드를 추가하셔도 반영이 되지 않습니다.

 

--------------------------------------------------------------------------------------------
카페24 는 쇼핑몰 운영을 보다 편리하고 쉽게 할 수 있도록 기능 업데이트를 지속적으로 진행하고 있습니다.
더 좋은 서비스가 되기 위해 노력하겠습니다.
끊임없는 애정과 관심 부탁 드립니다.

궁금하신 사항은 언제든지 고객지원센터 1:1게시판으로 문의해주세요. [문의하기]
감사합니다.