Adds an SEO-optimized FAQ and product Q&A system with hierarchical categories, product-page FAQ tabs, customer ratings, full-text search, structured data, and full REST API coverage for headless storefronts.
No Errors Modules
These modules have no PHPCS errors (warnings OK), pass PHPStan, and build correctly.
Adds CLI commands to toggle all CAPTCHA and reCAPTCHA settings on or off, with an option to also disable or re-enable Magento's two-factor authentication module.
Integrates the SimPay payment gateway with Magento 2.4, using a redirect-based payment flow with IPN webhook notifications for automatic order status updates and signature verification.
Adds a CSP-compatible slide-out wishlist drawer for Hyva themes with inline product search and GraphQL-based add/remove, letting customers manage their wishlist and see a live header count without leaving the catalog.
Allows administrators to upload custom logos for the Magento admin login screen and admin menu, maintaining brand presence throughout the backend. Supports jpg, jpeg, gif, and png formats with easy revert to defaults.
Security hardening package bundling defensive mitigations that block file-type custom option uploads via the Web API (PolyShell / APSB25-94) and patch the frontend SessionReaper vulnerability.
Enables Magento staging functionality for gift sales rules. Provides compatibility between Smile's Gift Sales Rule module and Magento's Sales Rule Staging module.
Adds payment method icons for Hyva themes. Includes default, flat, and mono styles, usable in phtml files and CMS content.
Displays prices for out-of-stock products, with backend options to also show swatches and the add-to-cart button on the product page.
Extends Magento's email handling to log outgoing messages to the database even when sending is disabled, and adds a configurable blacklist to skip sending to matching addresses, with an admin log grid.
Implements Google's Universal Commerce Protocol so AI shopping agents can discover and drive checkout, exposing the /.well-known/ucp profile and the five UCP checkout session endpoints mapped to Magento quote state.
Fixes intermittent 404 errors for .min.js files in Magento 2 production mode caused by stale baseUrl closures and double-wrapping in the requirejs-min-resolver. Patches both frontend and admin contexts with an idempotent guard.