Integrates the Simple Icons brand icon set into Hyva themes as a dedicated SvgIcons view model, copying icons automatically from the simple-icons package during setup.
No Errors Modules
These modules have no PHPCS errors (warnings OK), pass PHPStan, and build correctly.
Integrates the Remixicon SVG icon set into Hyva themes, exposing line and fill styles as dedicated SvgIcons view models for use in PHTML templates.
Deletes previously uploaded media files when a Stores → Configuration file field is saved with a replacement or emptied, preventing orphaned files from accumulating in media storage.
Turns product names in admin order, invoice, shipment, and credit memo item tables into links to the corresponding product edit page, falling back to plain text when the referenced product no longer exists.
Adds a Reindex mass action to the admin Index Management grid, letting permitted admin users reindex selected indexers directly from the grid.
Adds a View action to the Admin Customers Now Online grid, linking logged-in customer rows to their customer edit page while leaving guest session rows without a navigation target.
Adds a sortable, date-range-filterable Last Logged In column to the Admin Customers grid, sourced from Magento customer login activity. Hidden by default and enabled via the column toggle.
Adds a Password field to the admin customer edit form so developers can set a customer account password directly for local debugging and testing workflows. Intended as a dev-only tool, not for production use.
Adds a sortable and filterable Stock Status column to the Admin product grid, enabling quick identification of in-stock and out-of-stock products without opening each product individually.
Expands the SKU filter on the Admin Catalog Products grid to accept comma-separated SKU values, returning products matching any of the entered exact SKUs in a single search.
Hides simple product variants (children of configurable products) from the admin catalog product grid, reducing clutter and making it easier to manage configurable products.
Disables inline editing on the Customers, Customer Addresses, CMS Pages, Blocks, URL Rewrites, Inventory Sources, Inventory Stocks, and B2B Companies admin grids, keeping them as navigation-only listings to prevent accidental row edits.