> For the complete documentation index, see [llms.txt](https://docs.premsoft.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.premsoft.de/en/apps/multi-step-conversion-checkout/installation.md).

# Installation

After installing the app, it must be configured under **Extensions -> My extensions -> Apps -> Multi-step Conversion Checkout**.&#x20;

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

After installation, specify a **Sales Channel** to enable the app for. The default is **All Sales Channels**.

### General Properties

The general properties provide basic controls, such as enabling/disabling the app.

|                              |        |                                                                    |
| ---------------------------- | ------ | ------------------------------------------------------------------ |
| Field                        | Type   | Description                                                        |
| Activate Conversion Checkout | Toggle | Determine whether to use the app for the respective sales channel. |

### Layout Properties

The settings in this area are used to change the appearance of the app.

|                                   |          |                                                                                                                                                                                                                                                                                                        |
| --------------------------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Field                             | Type     | Description                                                                                                                                                                                                                                                                                            |
| Step 1 Customer setting           | Dropdown | <p>Decide which tabs should be shown during registration/login and which one should be activated first:<br><br>1. Pre-selection: Show register as customer<br>2. Pre-selection: Show register as guest<br>3. Pre-selection: Login as existing customer<br>4. Allow and show only register as guest</p> |
| Products in checkout collapseable | Toggle   | Usually all products are shown in the order summary. With this option they are closed by default. This is useful if a large number of items at the same time are buyed.                                                                                                                                |
| Disable salutation                | Toggle   | The dropdown for salutations can be hidden with this setting.                                                                                                                                                                                                                                          |
| Show login card title             | Toggle   | Some themes can add a login card title. With this setting, it will be displayed.                                                                                                                                                                                                                       |

### Advanced features

With the settings in this area, you can fine-tune the app.

|            |                 |                                                                                   |
| ---------- | --------------- | --------------------------------------------------------------------------------- |
| Field      | Type            | Description                                                                       |
| Custom CSS | Free text field | You can insert your own CSS code here to customize the appearance of the checkout |


---

# 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.premsoft.de/en/apps/multi-step-conversion-checkout/installation.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.
