The Home for Magento 2 Excellence

Automated build tests for Magento 2 modules. Explore. Evaluate. Elevate. #magento2

1094 Modules
673 Ready
420 Need Help
Vendors ๐Ÿ† Leaderboard
Actively Maintained v2.2.0 MIT

Magento2 Storeinfo Payments

siteation/magento2-storeinfo-payments 78

Displays enabled payment methods as icons in the store's footer or other areas. Allows exclusion of specific payment methods via configuration.

22,718
Downloads
Below average
9
GitHub Stars
Below average
12d ago
Last Release
0
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
14 warnings
L0 PHPStan

Release Discipline

Follows SemVer ยท 100% What is this?

Release history audited up to v2.2.0

Tested on Magento 2.4.9

Recent Test History

Each release is tested against the latest Magento version at that time.

v2.2.0 on Magento 2.4.9
Sep 12, 2026
v2.1.0 on Magento 2.4.9
May 27, 2026
v2.1.0 on Magento 2.4.8-p4
Mar 22, 2026
v2.1.0 on Magento 2.4.8-p3
Feb 14, 2026
v2.0.0 on Magento 2.4.8-p3
Dec 28, 2025
v1.2.0 on Magento 2.4.8-p3
Dec 27, 2025

Share This Module's Status

Magento2 Storeinfo Payments Magento compatibility status badge

README

Loaded from GitHub

Siteation - Magento 2 StoreInfo Payments

Supported Magento Versions License

The Siteation StoreInfo Payments module simplifies displaying configured payment methods on your store.

There is nothing to switch on. Whichever payment methods are active in your store show up automatically, above the footer and in the minicart by default.

It runs on any Magento 2 theme. Luma, Breeze, Hyvรค, Nebula or a custom theme all render out of the box, and a Hyvรค store additionally gets the Hyvรค CMS components.

Installation

Install the package via:

composer require siteation/magento2-storeinfo-payments
bin/magento setup:upgrade

How to use

Out of the box the module shows every active payment method as an icon, above the footer and in the minicart, without any configuration.

To exclude specific payment methods, navigate to Stores โ†’ Configuration โ†’ Siteation โ†’ Payment Methods.

To display payment methods in other areas, use the ViewModel provided by this module. It offers additional functions for greater flexibility in rendering configured payment methods.

Icon Style

The default icon style is "default" (card with icon).

You can configure the style through the admin option found in Stores โ†’ Configuration โ†’ Siteation โ†’ Payment Methods โ†’ Payment Method Style.

Locations

Three placements, each toggled under Stores โ†’ Configuration โ†’ Siteation โ†’ Payment Methods โ†’ Payment Locations:

Option Where it renders
Show Before Footer Above the footer, as a scrolling marquee
Show In Footer Inside the footer, as a plain row
Show In Minicart In the minicart, as a plain row

Every placement works on every theme. The blocks are declared in containers Magento core provides and are moved into the matching Hyvรค containers when a Hyvรค theme is active.

Styling

Styling ships per frontend, so the same markup looks right everywhere:

Theme Source
Luma and Luma based view/frontend/web/css/source/_module.less
Breeze view/frontend/web/css/breeze/_default.less
Hyvรค view/frontend/tailwind/
Anything else The markup carries semantic class hooks, style them from your own theme

The templates themselves carry no theme specific classes, so the hooks (payment-marquee, payment-title, payment-logos, marquee-section, marquee-row) are yours to style. Override the classes per block with the css_classes argument in your own layout XML.

Credit Card Method Unbundling

By default, the module bundles all Credit Card methods into a single icon.

You can disable this feature through the admin option found in Stores โ†’ Configuration โ†’ Siteation โ†’ Payment Methods โ†’ Bundle Creditcard Methods.

Previews

Footer Minicart

Hyva CMS

CMS Picker

Supported Payment options as Icon

Mollie PayNL MultiSafePay Buckaroo PayOne
afterpay / riverty โœ“ โœ“ โœ“
alipay โœ“ โœ“ โœ“ โœ“
amazonpay โœ“ โœ“ โœ“
american express * โœ“ โœ“ โœ“
applepay โœ“ โœ“ โœ“ โœ“ โœ“
bancontact โœ“ โœ“ โœ“ โœ“ โœ“
belfius โœ“ โœ“ โœ“
biller โœ“ โœ“
billie โœ“
cash-on-delivery / pay-after โœ“ โœ“
creditcard โœ“ โœ“ โœ“ โœ“
direct-debit โœ“ โœ“
eps โœ“ โœ“ โœ“ โœ“ โœ“
giftcard โœ“ โœ“ โœ“
giropay โœ“ โœ“ โœ“ โœ“ โœ“
googlepay โœ“ โœ“
ideal โœ“ โœ“ โœ“ โœ“
in3 โœ“ โœ“ โœ“ โœ“
kbc/cbc โœ“ โœ“ โœ“
klarna โœ“ โœ“ โœ“
maestro * โœ“ โœ“ โœ“
mastercard * โœ“ โœ“ โœ“
mbway / multibanco โœ“ โœ“ โœ“
mybank โœ“ โœ“
payconiq โœ“ โœ“
paypal โœ“ โœ“ โœ“ โœ“ โœ“
paysafecard โœ“ โœ“
przelewy24 โœ“ โœ“ โœ“ โœ“
sepa โœ“ โœ“ โœ“
sofort โœ“ โœ“ โœ“ โœ“
trustly โœ“ โœ“ โœ“ โœ“
visa * โœ“ โœ“ โœ“
vpay โœ“ โœ“
wechatpay โœ“ โœ“ โœ“ โœ“

*Bundled to one creditcard icon by default, can be disabled trough the CreditCard method unbundling option

[!NOTE] Stripe is also supported trough the Adobe Marketplace

[!NOTE] Any payment option with gift or cadeau in its name will also be shown as the giftcard

[!IMPORTANT] This list only reflects the modules we've confirmed compatibility with so far.

While we haven't specifically tested this module with every payment module, it should work with many of them out of the box, as long the payment methods listed are offered by this payment module.

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.