# (구) 상품 상세 공통 정보

## 관리자 메뉴 위치

`상품` > `상품 관리` > `상품 등록`

## 메뉴 안내 및 설정 방법

<figure><img src="/files/SrcugtkSqYelQXuULD49" alt=""><figcaption></figcaption></figure>

* `디자인` > `디자인 부가 설정` > `상품 상세 공통 정보 입력` 메뉴에서 공통 정보 입력할 경우 디자인 편집 페이지 기본 상품 상세 페이지에서 아래의 가상태그를 입력해 주세요.   &#x20;

{% code title="상품상세 공통정보" %}

```
<!--/detail_common/-->
```

{% endcode %}

* 위 가상태그가 입력된 위치에 공통 정보가 노출는데 상품별 \[공통 정보 사용 유무] 설정을 통해서 \
  특정 상품에 대해서만 정보를 다르게 노출시키거나 공통 정보가 노출되지 않도록 설정할 수 있어요.&#x20;

<figure><img src="/files/sLh7XhyjhOg3VsiNo90U" alt=""><figcaption></figcaption></figure>

* 모바일샵은 `디자인` > `디자인 부가 설정` > `상품 상세 공통 정보 입력` 페이지 하단에 위 이미지와 같이 모바일샵 전용 공통 정보 입력하는 메뉴가 별도 존재해요.&#x20;

<pre data-full-width="false"><code><strong>&#x3C;!--/mobile_shop_policy/-->
</strong></code></pre>

* 위 가상태그를 통해서 모바일샵 상품상세 페이지에 공통 정보 노출이 가능해요.
* 단,  위 가상태그 사용 시 상품별로 개별적으로 입력한 \[개별 상품 정보 입력] 기능은 적용되지 않고모바일샵 공통 정보만 노출이 가능해요.&#x20;

{% hint style="warning" %}
참고

* 공통 정보 입력하는 관리자 메뉴 위치 : `디자인` > `디자인 부가 설정` > `상품 상세 공통 정보 입력`
* ![](http://makeshop.img1.kr/makeshop_manual/co/780/780_1.JPG)
* 위 가상태그의 경우 PC / 모바일 모두 사용이 가능해요.
* PC / 모바일 동일하게 적용 원할 경우에는  &#x20;PC / 모바일 모두 위 가상태그를 활용해서 공통 정보가 노출되도록 개별 작업 진행이 필요해요.
  {% endhint %}


---

# 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/manual/goods/undefined/undefined-9.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.
