> For the complete documentation index, see [llms.txt](https://knowledge.themeware.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.themeware.design/knowledge-base/basic-knowledge/payment-methods.md).

# Payment methods

You can find the settings for shipping and payment methods in the Shopware admin:

1. Go to **Settings** in the admin
2. Open the **Shop** section
3. Select **Payment methods**

Here you can create new payment methods or edit existing ones:

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

These configurations are applied directly in the **footer** and in the **checkout** of your storefront.

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

***

### Payment methods in ThemeWare®

**ThemeWare®** does not change the functionality of shipping or payment methods – it only improves the **visual display in the footer** or adds it to the **product detail page**.

Matching, **pagespeed-friendly logos** are included in the **ThemeWare® Utilities**.\
They are sent to you **immediately and free of charge via email** and help you create a more professional storefront design.

{% hint style="success" %}
**Get ThemeWare® Utilities now!** Register for free at [**service.themeware.design/en**](https://service.themeware.design/en/themeware-utilities) and get access to all premium resources – including logo sets, icons, and more!
{% endhint %}

Here’s how to assign a logo in Shopware:

1. Go to **Settings > Shop > Payment Methods**
2. Click on the method you want to edit
3. In the **"Media"** section, select the appropriate logo from your media library and assign it

The assigned logos will be automatically displayed in the **footer** of your shop – as long as this feature is enabled in your theme settings.

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

<figure><img src="/files/6FRcSl7yScuZbONU8c6w" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
**Tip**: For a consistent and professional look, we recommend using our page speed-optimized logos for all shipping methods.
{% endhint %}


---

# 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://knowledge.themeware.design/knowledge-base/basic-knowledge/payment-methods.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.
