Adds customer and address attributes for storing document type and number. Enables collection of customer identification information during registration and checkout.
Displays enabled payment methods as icons in the store's footer or other areas. Allows exclusion of specific payment methods via configuration.
Disables Magento's inventory reservation system, preventing writes to the inventory_reservation table. Deducts stock on order placement instead of shipment, and replenishes stock on order cancellation or credit memo.
Applies input masks to form fields within Hyvä themes using Alpine.js. Improves user experience and data validation by formatting user input.
Adds an FAQ section to Magento 2 stores, allowing admins to create and manage FAQs organized into groups. Supports WYSIWYG editing, store view restrictions, and GraphQL.
Integrates the CodeMirror code editor into Magento 2 admin. Provides form elements for UI components and frontend models for system configuration.
To ease payments for customers, merchants can provide an EPC QR code for banktransfer payments. This module adds new configurations to the Banktransfer payment method, which generates an EPC QR code for the customer to scan with their banking app.
Looking for contributors - Help fix build issues
Enables Magento 2 to connect to MariaDB versions 10.5-11.x for development. Allows usage of newer MariaDB versions that are not officially supported.
Looking for contributors - Help fix build issues
Provides CLI commands to cleanup unused product, category, and swatches media files. Also removes illegal media gallery entries and fixes missing product image references.
Allows rendering of additional templates within a block, before, after, or nested within the original template. Configure templates and their positions via layout XML.
Adds CLI commands to manage Magento 2 themes. Allows listing, assigning, and creating themes from the command line.
Validates Magento 2 extension code by checking for missing dependencies in module.xml and composer.json. It helps identify undeclared dependencies and deprecated classes.