# モデル情報の設定

**学べること**

* 製品ページで「モデル情報」ブロックを有効化および設定する方法
* モデル写真と仕様のためのメタフィールドを作成する方法
* Shopify管理画面で個々の製品にモデル情報を割り当てる方法

> 💡 ヒント: モデル情報は、ほとんどの OpenSpaces テーマではデフォルトでデスクトップ表示にのみ表示されます。

### 🧩 ステップ 1 – モデル情報ブロックを有効にする

1. Shopify 管理画面で、次へ移動します `オンラインストア` > `テーマ`、次にクリックします **テキストの** 現在のテーマで。
2. 製品ページで、次が製品セクションの下に存在することを確認します。 **モデル情報** ブロックが存在します。

### ⚙️ ステップ 2 – モデル用メタフィールドを追加する

1. 移動先： `設定` > `カスタムデータ` > **製品**.
2. クリック： **定義を追加** して新しいメタフィールドを作成します。
   * **名前**: `モデル画像`
   * **ネームスペースとキー**: `custom.model_image`
   * **タイプ**: `ファイル`
   * クリック： **保存**
3.

```
<figure><img src="../.gitbook/assets/Screenshot 2025-04-10 at 9.55.53 PM.png" alt=""><figcaption></figcaption></figure>
```

3. クリック： **定義を追加** もう一度繰り返し、仕様についても同様に行います：
   * **名前**: `モデル仕様 1`
     * キー： `custom.model_spec_1`
     * タイプ： `一行テキスト`
   * **名前**: `モデル仕様 2`
     * キー： `custom.model_spec_2`
     * タイプ： `一行テキスト`
   * **名前**: `モデル仕様 3`
     * キー： `custom.model_spec_3`
     * タイプ： `一行テキスト`

> 💡 ヒント\
> テーマエディタのラベルで「モデル仕様 1」などの名前を変更できますが、キーは表示されている通り正確に保持してください。

### 🧾 ステップ 3 – 製品にモデル情報を追加する

1. 移動先： `製品` Shopify 管理画面で任意の製品を開きます。
2. 下にスクロールして、次を見つけます： **メタフィールド** エリアに入力します：
   * モデル画像
   * 仕様 1–3 に身長またはサイズ情報
3. クリック： **保存**.

### 👀 ステップ 4 – ストアフロントで確認する

顧客が製品を表示すると、モデル情報が製品画像の横に視覚的に表示されるはずです。

### **ヘルプが必要ですか？**

* 💬 **Discordでコミュニティに参加：** <https://discord.gg/hcc2GvgZc6>
* 📧 **メールでお問い合わせ：** <support@openspaces.design>
* 💻 **ライブチャット：** 月〜金、現地時間午前10時〜午後6時（EST）に当社ウェブサイトで直接対応


---

# 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://docs.openspaces.design/english-ja/readme-1/advanced/setting-up-model-info.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.
