# 팝업창 관리

<details>

<summary>팝업창은 어떻게 등록하나요?</summary>

\
쇼핑몰에 노출되는 팝업창은 다음 경로에서 설정 가능합니다.

고도몰 관리자 페이지 > 디자인 > 디자인 설정 > 팝업창 관리 > 팝업창 등록 버튼\
을 통해 신규 등록이 가능합니다.

팝업창의 내용 작성은 에디터로 되어있어 사진 첨부 후 에디터에 보여지는 사진을 클릭, URL 버튼을 클릭하여 쉽게 링크를 걸 수 있습니다.

</details>

<details>

<summary>팝업 등록시 파라메터가 무엇인가요?</summary>

파라메터는 특정 주소로 접속 할 수 있는 변수값을 말합니다.

예를들어, 카테고리(카테고리코드 : 001)에 팝업을 노출할 경우 상품리스트 페이지 : /goods/goods\_list.php 선택 후 cateCd=001 파라메터 입력

특정 상품 상세 페이지(상품코드 : 1000000023)에서 팝업을 노출할 경우 상품 상세 페이지: /goods/goods\_view\.php 선택 후 goodsNo=1000000023 파라메터 입력을 통해

특정 이벤트 카테고리 접속시에 팝업을 노출하거나, 상품별로 다른 팝업을 노출 할 수 있습니다.

</details>

<details>

<summary>여러 이벤트를 알려주는 팝업 등록이 가능한가요?</summary>

\
멀티 팝업창 기능을 이용하여 마우스 오버시 이미지가 변경되는 팝업창 생성이 가능합니다.

[멀티 팝업 기능 설치하기](https://plus.nhn-commerce.com/goods/view.gd?idx=11)\
\
쇼핑몰 관리자 > 디자인 > 멀티 팝업창 관리 > 멀티 팝업창 등록 버튼\
을 통해 멀티 팝업창 등록이 가능합니다.

</details>

<details>

<summary>특정 시간에만 팝업창이 노출되도록 설정이 가능한가요?</summary>

특정 기간 동안 특정 시간에만 팝업이 노출되도록 설정이 가능합니다.

고도몰 관리자 페이지 > 디자인 > 팝업창 관리 > 팝업창 등록시 기간별 노출 설정에서 특정 기간 동안 특정한 시간에만 팝업창이 열립니다.&#x20;

선택 후 노출하시고자 하는 기간 및 시간 지정 후 등록을 해주시면 됩니다.

</details>


---

# 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://godomall-help.nhn-commerce.com/faq/admin/design/popup.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.
