> For the complete documentation index, see [llms.txt](https://docs.openspaces.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openspaces.design/english-ja/plain-jane-interactive/customer-accounts/how-to-setup-customer-accounts.md).

# 顧客アカウントの設定方法

### **学べること**

* Shopifyストアで顧客ログイン機能を有効にする方法
* 次のうちどちらを選ぶか **レガシー** および **新しい** 顧客アカウントシステム
* ストアフロントにログインリンクを表示または非表示にする方法

### ステップ1: Shopifyの設定に移動

1. あなたの管理画面から **Shopify管理ダッシュボード**左サイドバーを下にスクロール
2. クリック： **設定** 左下隅に

### ステップ2: 顧客アカウントパネルを開く

1. 設定メニューで、クリックします **カスタマーアカウント**
2. これによりログイン構成画面が開きます

### ステップ3: ログインリンクを有効にする

1. 「 **ログインリンク** 上部のセクション
2. 切り替え： **ログインリンクを表示** オン\
   これによりヘッダーとチェックアウトにログインオプションが表示されます

>

### ステップ4: ログインシステムを選択する

次の中から選択できます:

* **新しい顧客アカウント（推奨）**：パスワード不要、メールの確認リンクでログイン
* **レガシー顧客アカウント**：顧客はメール＋パスワードで登録し、資格情報でログインします

> Shopifyは両方のシステムを並行して動作させることを許可します — オーディエンスの好みに基づいて選択してください

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

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


---

# 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.openspaces.design/english-ja/plain-jane-interactive/customer-accounts/how-to-setup-customer-accounts.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.
