> 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/mobile/design/undefined-8.md).

# 제조원,원산지,브랜드 등 상품정보가 상품 상세화면에 노출되지 않아요

상품 등록 시 입력한 정보가 상세화면에 보이지 않는다면,\
`디자인`>`디자인 편집`>`중앙 디자인`>`상품관련`>`상품 상세 페이지`에서\
아래와 같은 가상태그를 각각 입력해주시면 상품 정보가 노출돼요.

> 제조사 \<!--/manufacture/-->\
> 원산지 \<!--/origin/-->\
> 브랜드 \<!--/brand/-->\
> 모델명 \<!--/model/-->\
> 상품 특이사항 \<!--/addcode/-->\
> 출시일 \<!--/release\_date/-->

{% tabs %}
{% tab title="예시" %}

```
<tr>
  <th scope="row"><div class="tb-left">제조사</div></th>
  <td>
   <div class="tb-left">
    <!--/manufacture/-->
   </div>
  </td>
</tr>
```

{% endtab %}
{% endtabs %}
