> For the complete documentation index, see [llms.txt](https://docs.ohmyapp.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ohmyapp.io/main/guide/faq/undefined/2.md).

# 2. \[완성형 쇼핑몰 패키지 전용] 하나의 상품에 두가지 옵션을 만들고 싶어요.

\[완성형] 쇼핑몰 패키지를 적용하면 두가지 옵션을 만들 수 있어요.

1. 메인 옵션
   1. 선택 함에 따라 가격이 달라지는 옵션이에요.
   2. 메인 옵션은 상품 당 하나만 설정할 수 있어요.
2. 일반 옵션
   1. 선택을 해도 가격에 영향을 주지 않아요.
   2. 하나의 상품에 여러 개의 일반 옵션 설정이 가능해요.

ex.) 핸드폰을 판매하고자 할 경우

1. 메인 옵션 : 32GB, 64GB, 128GB (핸드폰의 저장 공간 크기에 따라 가격이 달라요.)
2. 일반 옵션 : 골드, 실버, 화이트 (가격에 영향을 주지 않아요.)

* 옵션 등록

관리자 웹 > 옵션 설정이 아닌, 좌측 메뉴바의 \[완성형] 쇼핑몰 메뉴 > 상품 > 상품 메인 옵션, 상품 일반 옵션에서 각 옵션을 등록할 수 있어요.

* 메인 옵션 등록 방법

1. 관리자 웹 > 좌측 메뉴바의 \[완성형] 쇼핑몰 메뉴 > 상품 > 상품 관리에서 원하는 상품을 먼저 등록해 주세요.&#x20;
2. 관리자 웹 > 좌측 메뉴바의 \[완성형] 쇼핑몰 메뉴 > 상품 >  상품 메인 옵션 > 우측 상단의 '등록'버튼을 눌러 주세요. (제품 정보에 먼저 등록한 상품을 선택해 주세요.)
3. '+하단 행 추가' 버튼을 눌러 메인 옵션의 선택지 하나를 등록해 주세요.  \*메인 옵션은 일반 옵션과 달리, 옵션 목록 입력 칸이 없어요. 모두 별개로 등록해 주세요.&#x20;

* 일반 옵션 등록 방법

1. 관리자 웹 > 좌측 메뉴바의 \[완성형] 쇼핑몰 메뉴 > 상품 > 상품 관리에서 원하는 상품을 먼저 등록해 주세요.&#x20;
2. 관리자 웹 > 좌측 메뉴바의 \[완성형] 쇼핑몰 메뉴 > 상품 >  상품 일반 옵션 > 우측 상단의 '등록'버튼을 눌러 주세요. (제품 정보에 먼저 등록한 상품을 선택해 주세요.)
3. '+하단 행 추가' 버튼을 눌러 옵션을 여러 개 등록할 수 있어요.&#x20;
4. 옵션 목록 > 옵션 코드에서 선택지를 등록할 수 있어요.&#x20;

2023.08.24 Garlic, Jinny


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ohmyapp.io/main/guide/faq/undefined/2.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
