> For the complete documentation index, see [llms.txt](https://helpcenter.etron.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.etron.info/verwaltungsoberflache/konfiguration/stammdaten-produkte/produkte/band.md).

# 🔧Band

{% hint style="success" %}
ETRON onRetail Onlineshop
{% endhint %}

*Konfiguration -> Stammdaten Produkte -> Produkte -> Band*

Bänder werden im Onlineshop verwendet, um Produkte in der Produktübersicht besonders zu markieren.

<figure><img src="/files/9VYXRHRBwMrwVOzjgfzQ" alt=""><figcaption><p>Onlineshop, Produktübersicht: Anzeige des Bands "Neu!" für Produkte mit dem Produkt-Stichwort "Garten"</p></figcaption></figure>

Unter dem Menüpunkt "Band" können Bänder für die Anzeige im Onlineshop erstellt und konfiguriert werden.&#x20;

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

<figure><img src="/files/7yV1DkQKgBGWisKQwP4p" alt=""><figcaption></figcaption></figure>

Bei der Anlage eines Bandes können folgende Einstellungen vorgenommen werden:

### Band HTML

Unter Band HTML wird der Text eingegeben, der auf dem Band angezeigt wird, z.B. "Neu" oder "Beliebt"

### Band Textfarbe

Die Textfarbe des Bands wird als Hexcode angegeben, z.B. #ffffff für weißen Text

### Band Hintergrundfarbe

Die Hintergrundfarbe des Bands wird als Hexcode angegeben, z.B. #f18c3c für einen orangen Hintergrund

### Produkt-Stichwörter

Ein Band kann [Produkt-Stichwörtern](/verwaltungsoberflache/konfiguration/stammdaten-produkte/produkte/produkt-stichworter.md) zugeordnet werden. Dadurch wird das Band automatisch bei allen Produkten mit diesem Stichwort in der Produktübersicht des Onlineshops angezeigt.

Alternativ kann das Band über das [Produkt-Stammblatt -> Reiter Onlineshop  -> Band](/verwaltungsoberflache/stammdaten/produkte/produkte-produktstammblatt/onlineshop.md#band) direkt einem Produkt zugewiesen werden.&#x20;

### Bandklasse

Die Bandklasse entspricht einer CSS-Klasse. Über die Bandklasse kann z.B. gesteuert werden, ob das Band links (o\_ribbon\_left) oder rechts (o\_ribbon\_right) angezeigt wird. Auch ist es möglich, die Hintergrundfarbe des Bands zu setzen (bg-danger, bg-success, bg-secondary, bg-primary).

Um ein Band rechtsseitig mit roter Hintergrundfarbe anzuzeigen würde die Bandklasse so aussehen: "o\_ribbon\_right bg-danger"

Die Farben des Bandes können allerdings besser über die[ Band Textfarbe und Band Hintergrundfarbe ](#band-textfarbe)gesteuert werden.&#x20;


---

# 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://helpcenter.etron.info/verwaltungsoberflache/konfiguration/stammdaten-produkte/produkte/band.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.
