# Payment methods on product pages

ThemeWare® provides the functionality to display logos of the available payment methods in the Buybox on product pages.

> We try to keep as many elements of ThemeWare® modular as possible, which is particularly evident in the approach of the widgets. You probably know these from the footer. The "Payment methods on product pages" are an example of this modularity, because technically speaking, this is the "Payment methods" widget.

<figure><img src="/files/UWJTE3tux8nRoBZRZ62j" alt=""><figcaption><p>ThemeWare® "Payment methods on product pages"</p></figcaption></figure>

***

## Configuration

### **Theme configuration**

1. Go to the "**Product pages**" tab
2. Expand the block "**Payment logos (in the buybox)**"
3. Enable the configuration "**Show payment logos**"
4. Save your changes after editing

### **Payment methods**

* You can manage the payment methods in the Shopware settings: "Settings" => "Shop" => "Payment methods"

### **Text: Headline**

* Edit the headline with the following snippet:
  * `twt.detail.paymentLogos.headline`

{% 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 "Payment logos (in the buybox)"

#### Snippet

* `twt.detail.paymentLogos.headline`

#### Additional information

You can find more information on how to create and manage payment methods with Shopware 6 in the Shopware documentation:

{% embed url="<https://docs.shopware.com/en/shopware-6-en/settings/Paymentmethods>" %}
Shopware documentation => Payment methods
{% endembed %}


---

# Agent Instructions: 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.themeware.design/additional-features/extensions/payment-methods-on-product-pages.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.
