# 注文手続き

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

<table><thead><tr><th width="303">項目</th><th>説明</th></tr></thead><tbody><tr><td>会員登録なしでの購入を禁止</td><td>未登録ユーザーの購入可否を設定</td></tr><tr><td>ゲスト購入完了後に会員登録を可能にする</td><td>ゲスト購入後の会員登録可否を設定</td></tr><tr><td>注文IDの開始値</td><td>注文番号の開始値を設定（1から10,000,000まで）</td></tr><tr><td>価格ゼロ商品の取り扱い</td><td>価格がゼロの商品の取り扱いを設定<br>・カートへの追加を禁止<br>・カートへの追加を許可<br>・お客様が価格を入力</td></tr><tr><td>最小注文数</td><td>注文可能な最小数量を設定</td></tr><tr><td>最大注文数</td><td>注文可能な最大数量を設定</td></tr><tr><td>販売単位</td><td>商品の注文数量単位を設定</td></tr><tr><td>販売単位のリスト表示数</td><td>ドロップダウンリストの最大表示数を設定</td></tr><tr><td>税額の算出基準</td><td>税額計算の基準を選択<br>・単価<br>・小計</td></tr><tr><td>最低注文金額</td><td>注文可能な最低金額を設定</td></tr><tr><td>非ログイン時における商品のカートへの追加</td><td>未ログインユーザーのカート追加可否を設定<br>・許可<br>・"カートに追加”  ボタンを非表示<br>・価格と "カートに追加”  ボタンを非表示</td></tr><tr><td>「カートの内容」ページからのみ注文手続きを許可</td><td>注文手続きの開始場所を制限</td></tr><tr><td>使用不可の配送方法を表示</td><td>利用できない配送方法の表示可否を設定</td></tr><tr><td>「カートの内容」ページで配送費用を計算</td><td>カート画面での送料計算の有効化を設定</td></tr><tr><td><strong>デフォルト住所 ▼</strong></td><td></td></tr><tr><td>国名</td><td>デフォルトの国を設定</td></tr><tr><td>郵便番号</td><td>デフォルトの郵便番号を設定</td></tr><tr><td>都道府県</td><td>デフォルトの都道府県を設定</td></tr><tr><td>市区町村</td><td>デフォルトの市区町村を設定</td></tr><tr><td>番地・ビル建物名</td><td>デフォルトの番地・建物名を設定</td></tr><tr><td>電話番号</td><td>デフォルトの電話番号を設定</td></tr></tbody></table>


---

# 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://manual-admin.cs-cart.jp/mall-admin/settings/basic_settings/checkout.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.
