Adds a Categories column and a category filter dropdown to the Magento admin product grids, including the Related, Cross-sell, and Up-sell product selectors, letting admins narrow product listings by category and see category names inline.
Adds configurable surcharge fees per payment method using fixed, percentage, per-item, or per-row strategies, with optional tax handling. Surcharges display across cart, checkout, order totals, invoices, credit memos, PDFs, sales emails, and admin order creation.
Provides reusable Monolog formatters (JSON-line, CSV, logfmt), context decorators (masking, datetime), and DI-configurable file handlers for structured logging in Magento 2 modules, making log output predictable and easy to wire through di.xml.
Replaces the stock Magento admin dashboard with an AI-powered analytics view featuring KPI cards, charts, and an embedded store assistant, built from data computed on cron and served from cache.
Restores MySQL-based catalog search for Magento 2.4+, which removed native MySQL search support in favor of Elasticsearch. Enables stores without Elasticsearch to continue using MySQL as their search engine.
Integrates Facebook Messenger live chat into the storefront, letting customers reach support through Messenger directly from the store.
Defense-in-depth protection against the PolyShell unrestricted file upload vulnerability (APSB25-94) affecting Adobe Commerce and Magento Open Source up to 2.4.9-alpha2, hardening image content validation and processing with polyglot file scanning and a strict extension allowlist. Supersedes the original markshust patch.
This extension aims to solve the problem of discrepancies between Magento revenue reports and the revenue reports in Google Analytics.
Connects Magento to the WISMOlabs post-purchase platform for real-time order and shipping tracking across 750+ carriers, with programmable email/SMS/webhook notifications, branded tracking pages, and in-notification upsells.
Integrates the Storyblok headless CMS with Magento, letting content editors manage decoupled content with visual editing and deliver it to the Magento storefront and other channels.
Adds Universal Commerce Protocol (UCP) support to Magento 2, letting AI agents discover, authenticate (DID + JWT), and transact under policy control. Provides an agent capability manifest at /.well-known/ucp.json, an auth endpoint, policy middleware with rate/order limits and human-confirmation, an admin agent registry, and an audit log.
Adds an indexed is_discounted product attribute (derived from indexed final price vs price, including tier prices) that powers a Sale-style layered-navigation facet and an Elastic/OpenSearch-ready attribute, backed by a per-website/customer-group staging table and dedicated indexer for accurate, render-time-SQL-free filtering.