Adds width/height attributes to Page Builder images and aria-label to links. Improves Google Web Vitals scores related to image dimensions and link accessibility.
No Errors Modules
These modules have no PHPCS errors (warnings OK), pass PHPStan, and build correctly.
Adds color badges to order statuses in the admin panel for improved visual order management. Allows customizing status colors via a color picker.
Intercepts the customer address file upload endpoint and returns a 403 Forbidden response, effectively disabling address file uploads for security hardening.
Synchronizes CMS blocks, pages, and widgets between Magento environments via REST API. Supports bi-directional push and pull with batch or single-entity transfers, optional media syncing, and configurable overwrite behavior.
Automatically generates a custom identifier code for each order during checkout, displayed on the success page, admin order grid, and order detail. Includes a CLI command to backfill existing orders.
Retrieves product images from a production server for use in development environments. Simplifies development by using live images without directly accessing the production database.
Automatically adds Disallow rules to robots.txt for all filterable product attributes, preventing search engines from crawling layered navigation filter combinations that cause duplicate content.
Magento 2 module to validate JSON Structures against a given Schema.
Applies input masks to form fields within Hyvä themes using Alpine.js. Improves user experience and data validation by formatting user input.
Lets store owners disable the product comparison feature globally or per category from the admin, hiding the Add to Compare button and related UI elements, with optional customer-group control.
Triggers order-related Magento events (sales_order_place_after, checkout_submit_all_after, sales_order_save_after) for an existing order via a secret-key-secured URL, useful for processing orders created directly in the database.
Adds HTML comments to the rendered page output identifying the block class and template behind each section, helping developers locate the source of frontend markup.