> 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/product-specifications.md).

# Product specifications

ThemeWare® provides the functionality to display many additional product specifications (e.g. manufacturer, dimensions, weight, availability, etc.) in the buybox on product pages, in addition to the product number.

Three custom fields can be used to individually supplement the existing specifications.

<figure><img src="/files/a1CkFo2zyeBaru3cr37x" alt=""><figcaption><p>ThemeWare® "Product specifications"</p></figcaption></figure>

***

## Configuration

### **Theme configuration**

1. Go to the "**Product pages**" tab
2. Expand the block "**Product specifications (in the buybox)**"
3. Activate the specifications to be displayed
4. Save your changes after editing

### **Product specifications**

1. Switch via the main navigation to the "**Product managment**" (1) (2) ("Catalogues" => "Products")
2. Choose the product you want to edit (3)
3. In the tabs "**General**" and "**Specifications**" you will find all Shopware product specifications
4. Save your changes

### **ThemeWare® custom field 1-3**

1. Switch via the main navigation to the "**Product managment**" (1) (2) ("Catalogues" => "Products")
2. Choose the product you want to edit (3)
3. Switch to the tab "**Specifications**"
4. Scroll to the section "**Custom fields**"
5. Select the custom field set of your theme
6. Enter the desired text in the custom field "**Custom field 1**", "**Custom field 2**" and/or "**Custom field 3**"
7. Save your changes

<figure><img src="/files/0nbIbh7zxQhKMvatkBDA" alt=""><figcaption><p>Shopware 6 product managment</p></figcaption></figure>

### **Text: Labels**

You can edit and/or translate the labels of the custom fields with the "Snippet management" using the following snippets:

* Available stock: `twt.detail.availableStockLabel`
* Custom field 1: `twt.detail.customFields.customField1.label`
* Custom field 2: `twt.detail.customFields.customField2.label`
* Custom field 3: `twt.detail.customFields.customField3.label`
* Delivery time: `twt.detail.deliveryTimeLabel`
* EAN: `twt.detail.eanLabel`
* Height: `twt.detail.heightLabel`
* Length: `twt.detail.lengthLabel`
* Max. order quantity: `twt.detail.maxpurchaseLabel`
* Min. order quantity: `twt.detail.minpurchaseLabel`
* Manufacturer: `twt.detail.manufacturerLabel`
* Manufacturer product number: `twt.detail.manufacturernumberLabel`
* Weight: `twt.detail.weightLabel`
* Width: `twt.detail.widthLabel`

{% 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 %}

***

## Summary

#### Theme configuration

* Tab "Product pages" => Block "Product specifications (in the buybox)"

#### Snippets

* `twt.detail.availableStockLabel`
* `twt.detail.customFields.customField1.label`
* `twt.detail.customFields.customField2.label`
* `twt.detail.customFields.customField3.label`
* `twt.detail.deliveryTimeLabel`
* `twt.detail.eanLabel`
* `twt.detail.heightLabel`
* `twt.detail.lengthLabel`
* `twt.detail.maxpurchaseLabel`
* `twt.detail.minpurchaseLabel`
* `twt.detail.manufacturerLabel`
* `twt.detail.manufacturernumberLabel`
* `twt.detail.weightLabel`
* `twt.detail.widthLabel`

#### Custom fields

* [Custom field 1](/additional-features/custom-fields/products/general/custom-field-1.md)
* [Custom field 2](/additional-features/custom-fields/products/general/custom-field-2.md)
* [Custom field 3](/additional-features/custom-fields/products/general/custom-field-3.md)

***

## Further information

You can find out how to edit snippets in the following instructions:

{% embed url="<https://knowledge.themeware.design/knowledge-base/tutorials/texts-editing-and-translation>" %}
ThemeWare® Knowledge Base => Texts: Editing and translation
{% endembed %}


---

# 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.themeware.design/additional-features/extensions/product-specifications.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.
