> For the complete documentation index, see [llms.txt](https://jdocs.themeparrot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jdocs.themeparrot.com/joomla-templates/bookstore/layout-customization/footer/payment-methods.md).

# Payment Methods

### Payment Methods

> Module position: footer
>
> Module class suffix: Not used

![](/files/hscnGjmonf4HNNNZIPdl)

If you want to display your payment methods in footer like this you have to create a custom module and publish the custom module like below

#### Step-1:

![](/files/6hrr0hNnQSFGHfWLA3V3)

#### Step-2:

![](/files/G7CaC8N2b47H5SyFTA48)

#### Step-3:

![](/files/OJS7j70IohvgLFC2w6Of)

#### Step-4:

Add the following code in your custom module

```html
<p><img src="images/themeparrot/icons/1.png" alt="" /><img src="images/themeparrot/icons/2.png" alt="" /><img src="images/themeparrot/icons/3.png" alt="" /><img src="images/themeparrot/icons/4.png" alt="" /><img src="images/themeparrot/icons/5.png" alt="" /><img src="images/themeparrot/icons/6.png" alt="" /></p>
```
