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.
Adds image resizing capabilities to blocks and phtml templates. Supports resizing via ViewModel or Helper, and includes options for breakpoints and retina settings.
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.
Adds server-side rendering of GraphQL queries to any Magento 2 frontend, preloading a query's response at page render so JavaScript has instant data without a first AJAX round-trip, with a simplified fetch() to repeat queries. Works well with AlpineJS.
Renders phtml-based templates without registering them in layout XML, with native theme overrides, block caching, FPC compatibility, and first-class AlpineJS companion blocks for building modular components.
Adds Google Tag Manager to your Magento 2 store. Simplifies integration and management of GTM for tracking and analytics.
Adds a native blog to Magento 2, including posts, categories, and SEO metadata. Integrates with RequestDesk for AI-powered content creation and product catalog syncing.
Adds configurable keyboard shortcuts to expand or collapse all collapsible panels on a Magento admin page, improving productivity on system configuration screens.
Adds a keyboard-shortcut quick search for Magento configuration paths in the admin, with autocomplete suggestions and direct navigation to the matching configuration section.
Adds a layout block container that lets you place blocks at the very start of the HTML <head>, before other scripts — useful for consent managers and tags that must load first.
Base configuration and template files for setting up a Playwright end-to-end test suite for Magento 2 projects, with multilingual setup instructions.