> For the complete documentation index, see [llms.txt](https://docs.hubyte.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hubyte.de/artikel-konfigurator/english-documentation/en.md).

# Introduction

Welcome to the official documentation of the **Article Configurator for Own/Additional Fields** plugin (`HuebertAddOrderAttributes`) by Hubyte for Shopware 6.

<figure><img src="/files/V8QWZbwkU2LKSZ7eZmSG" alt="" width="375"><figcaption></figcaption></figure>

## What does this plugin do?

This plugin extends your products with additional input and selection fields that the customer fills in directly on the product detail page. The entries are added to the cart, stored with the order and can be displayed in the administration, on documents (e.g. delivery note) and in emails.

This makes it easy to build configurable products – from a simple wish text through engravings, dimensions and color selection up to file uploads. Optionally, individual options can trigger a **surcharge** or a **multiplier** on the selling price.

### Key features

* **Many field types** – Text field, text area, number field, date, date & time, dropdown, single/multi select, color selection as color tile, info text (tooltip/beside/below the field) and media upload
* **Flexible assignment** – Show fields per product, per category or via dynamic product groups, with a clear priority rule
* **Surcharges & multiplier** – Assign a price to options or number fields; either as a fixed surcharge or as a factor on the selling price
* **Dependencies via checkbox** – Show fields only after a checkbox has been confirmed
* **Required fields & validation** – Mark fields as required, limit character lengths and validate via regex
* **Media upload** – Restrict file formats, configure maximum upload size and preview image
* **Output everywhere** – Display in the cart, in the order (administration), on documents and in the order confirmation email

## Overview

| Area                                                                                                                  | Description                                                              |
| --------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ |
| [Installation & activation](/artikel-konfigurator/english-documentation/installation.md)                              | Install and activate the plugin                                          |
| [Getting started](/artikel-konfigurator/english-documentation/erste-schritte.md)                                      | Where do I find the configurator and how is it structured?               |
| [Creating fields & field types](/artikel-konfigurator/english-documentation/felder-anlegen.md)                        | All field types and their settings in detail                             |
| [Field assignment & priorities](/artikel-konfigurator/english-documentation/feldzuordnung.md)                         | Show fields via products, categories or dynamic product groups           |
| [Surcharges & multiplier](/artikel-konfigurator/english-documentation/preise-und-multiplikator.md)                    | Assign a price or factor to options                                      |
| [Dependencies (checkbox)](/artikel-konfigurator/english-documentation/abhaengigkeiten.md)                             | Show fields only after a checkbox has been confirmed                     |
| [Media upload](/artikel-konfigurator/english-documentation/medienupload.md)                                           | File upload, formats, size and preview image                             |
| [Plugin configuration](/artikel-konfigurator/english-documentation/plugin-konfiguration.md)                           | Global settings of the plugin                                            |
| [Output in order & documents](/artikel-konfigurator/english-documentation/ausgabe-bestellung-belege.md)               | Display in administration, documents and confirmation email              |
| [Email template & variables](/artikel-konfigurator/english-documentation/ausgabe-bestellung-belege/email-template.md) | Output additional fields in emails – template, examples and variables    |
| [PDF documents & variables](/artikel-konfigurator/english-documentation/ausgabe-bestellung-belege/pdf-dokumente.md)   | Output additional fields on documents – template, examples and variables |
| [Frequently asked questions (FAQ)](/artikel-konfigurator/english-documentation/faq.md)                                | Answers to common questions                                              |

## System requirements as of plugin version 4.x

* Shopware 6.7.\*
* PHP 8.x

> **Note:** Fields are managed centrally in the configurator and assigned to products. You therefore do not have to maintain them on each product individually – one field can apply to many products, entire categories or dynamic product groups.


---

# 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:

```
GET https://docs.hubyte.de/artikel-konfigurator/english-documentation/en.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.
