> For the complete documentation index, see [llms.txt](https://help.makeshop.co.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.makeshop.co.kr/faq/product/undefined-1/undefined-8.md).

# 상품에 대한 공통 일반 정보를 노출할 수 있나요?

<mark style="color:blue;">의류/가방 등 상품 종류에 따라 재질이나 크기 등에 대한 일반정보를 노출할 수 있어요.</mark>

***

## 관리자 메뉴 위치

&#x20;`상품` > `부가 기능` > `상품정보고시 일괄 수정`&#x20;

기능 설정 후 각 상품 등록시 설정한 분류를 불러와 정보를 입력하면 돼요.\
자세한 사항은 [상품 일반정보 수정 매뉴얼 \[클릭!\]](/manual/goods/undefined-3/undefined-11.md) 에서 확인해 주세요.

## 디자인 작업 방법

등록한 일반정보는 상품 상세페이지에 노출 돼요. (기본소스 기준)\
만약 소스를 수정하여 노출되지 않는다면 아래와 같은 예시소스를 입력하면 돼요.

## 디자인 작업 위치&#x20;

`개별디자인 편집창` > `중앙디자인` > `상품관련` > `상품 상세 페이지`

```
예제 소스▼

<!-- s: 상품 일반정보(상품정보제공 고시) -->
<!--/if_product_info/-->
<div id="productWrap">
  <table>
   <colgroup>
    <col width="210" /><col width="*" />
   </colgroup>
   <!--/loop_product_info/-->
   <tr>
    <th><span><!--/product_info@title/--></span></th>
    <td><span><!--/product_info@content/--></span></td>
   </tr>
  <!--/end_loop/-->
  </table>
</div>
<!--/end_if/-->
<!-- e: 상품 일반정보(상품정보제공 고시) -->
```
