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

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

> 제조사 \<!--/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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.makeshop.co.kr/faq/mobile/design/undefined-8.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
