> For the complete documentation index, see [llms.txt](https://docs.themeware.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.themeware.design/additional-features/extensions/tabs-on-product-pages/manufacturer-tab.md).

# Manufacturer tab

The **manufacturer tab** shows information about the manufacturer of a product in a separate tab on the product page.

<figure><img src="/files/vkgzo7MLgPjl96mXP7cJ" alt=""><figcaption><p>Manufacturer information in a separate tab</p></figcaption></figure>

{% hint style="info" %}
**Note**: The tab is displayed if the "Show manufacturer tab" configuration is enabled and a manufacturer is assigned to the product.
{% endhint %}

***

## Configuration

### **Theme configuration**

1. Go to the "**Product pages**" tab
2. Expand the "**Tab "Manufacturer"**" block
3. Enable the configuration "**Show manufacturer tab**"
4. Save your changes after editing

### Content

The "Manufacturer tab" is filled automatically from the corresponding manufacturer information of the product.

#### Title

The tab name is based on the snippet `twt.detail.tabManufacturer.title`.

#### Headline

A headline is displayed within the tab. You edit the text using the snippet `twt.detail.tabManufacturer.headline`.

#### Texts / labels

In the "Related manufacturer links" section you can edit the following texts and labels:

* Subheadline: `twt.detail.tabManufacturer.moreInformation`
* Label of the "Further products" link: `twt.detail.tabManufacturer.linkProducts.label` (`%manufacturer%` is replaced by the manufacturer name)
* Label of the "Manufacturer website" link: `twt.detail.tabManufacturer.linkWebsite.label`

{% hint style="info" %}
**Note**: For information on how to edit snippets, see the following instructions: [Texts: Editing and translation](https://knowledge.themeware.design/knowledge-base/tutorials/texts-editing-and-translation)
{% endhint %}

{% hint style="success" %}
**Tip**: If a change does not affect the storefront, just clear the Shopware cache: [Clearing / warming up the Shopware cache](https://knowledge.themeware.design/knowledge-base/tutorials/miscellaneous/clearing-the-shopware-cache)
{% endhint %}

***

## Options

* **Show headline**
  * Controls the headline within the tab: "show", "don't show", "show manufacturer name only" or "show snippet only".
* **Show manufacturer logo**
  * Shows or hides the manufacturer logo in the tab ("show" / "don't show").
* **Show subheadline** (section "Related manufacturer links")
  * Shows or hides the subheadline above the manufacturer links.
* **Show "Further products" link** (section "Related manufacturer links")
  * Shows or hides a link to further products of the manufacturer.
* **Show "Manufacturer website" link** (section "Related manufacturer links")
  * Shows or hides a link to the manufacturer website.

***

## Summary

#### Theme configuration

* Tab "Product pages" => Block "Tab "Manufacturer"" => Show manufacturer tab
* Tab "Product pages" => Block "Tab "Manufacturer"" => Section "Basic configuration" => Show headline / Show manufacturer logo
* Tab "Product pages" => Block "Tab "Manufacturer"" => Section "Related manufacturer links" => Show subheadline / Show "Further products" link / Show "Manufacturer website" link

#### Snippets

* **Title**
  * `twt.detail.tabManufacturer.title`
* **Headline**
  * `twt.detail.tabManufacturer.headline`
* **Other**
  * `twt.detail.tabManufacturer.moreInformation`
  * `twt.detail.tabManufacturer.linkWebsite.label`
  * `twt.detail.tabManufacturer.linkProducts.label`
    * `%manufacturer%` is replaced by the manufacturer name.
