Adds posts, categories, tags, authors, scheduled publishing, six storefront widgets, and SEO (meta, Open Graph, Twitter Cards, JSON-LD), plus RSS, sitemap, and a full GraphQL API with URL resolving. Works with Hyvä and Luma.
Highlights rendered CMS blocks on the storefront, showing ID, identifier, and title, with one-click open in Admin. Includes installation, usage, and configuration details.
Move any cron job to another group by job code without duplicate runs, preserving schedules and config overrides. Set up a destination group in cron_groups.xml and map relocations in di.xml; no database changes or extra jobs.
Checks and exposes Elasticsearch cluster health on a schedule via cron and on demand through admin/CLI, with simple Composer installation steps.
Auto-approves product reviews asynchronously via a queue when selected validators pass (minimum rating, difference from product average), with all/any/no pass modes and optional auto-rejection. Includes admin configuration, a queue topic/consumer, and an extensible validator pool for adding custom rules.
Adds an admin-area file browser and text editor with clickable breadcrumbs, ACL-controlled view/edit access, and a detailed activity log. Enforces strict security with path validation, a sensitive-file denylist, and allowlisted text types only—no upload, delete, or rename actions.
Automatically sends review reminders a configurable number of days after shipment, with per-store sender addresses and customizable review/complaint links, all configurable in admin. Includes manual and Composer installation instructions.
Drop-in replacement for the open-source MSI modules that keeps original module names/namespaces, bundling community fixes ahead of upstream releases. Adds opt-in source-level reservations, per-source concurrency locks, integrity guards with reconciliation, supply-side oversell detection, and a cache-friendly storefront stock visualizer.
Adds SAML-based single sign-on for backend users, compatible with IdPs like Auth0, OneLogin, and Amazon SSO. Install via composer and configure under Stores > Configuration > Advanced > Admin > Single Sign-on.
Splits one‑page checkout into islands: an instantly typeable, cache‑friendly shell with deferred window.checkoutConfig and the stock Knockout payment component, so existing gateways keep working. Includes Google Places autocomplete, saved‑address carousel via customer‑data/localStorage, guest‑order linking, inline validation, and a fail‑safe fallback. Beta; tested primarily alongside its sibling performance extension, and requires 2.4.6+ with PHP 8.1+.