Integrates Facebook Messenger live chat into the storefront, letting customers reach support through Messenger directly from the store.
No Errors Modules
These modules have no PHPCS errors (warnings OK), pass PHPStan, and build correctly.
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.
Companion to MSR Agentic UCP that gives AI agents a complete UCP-authenticated REST API for commerce — browse and search the catalog, manage a per-agent guest cart, set shipping/billing, place orders (with human-confirmation), and track shipments.
Hides the Add to Cart button on product and category pages for non-logged-in visitors, useful for B2B stores that require login before purchasing. Toggleable from the catalog storefront configuration.
Implements the OpenAI Agentic Commerce Protocol (ACP) product feed as a Magento 2 REST API, with seven endpoints for DB-persisted feeds, paginated full-catalog product export with resolved categories and images, and SalesRule-to-promotion mapping including coupon codes and multiple benefits.
Generates spec-compliant llms.txt and llms-full.txt files from a Magento 2 catalog so AI assistants like ChatGPT, Claude, and Perplexity can discover products. Inventory-aware with variant/bundle/grouped intelligence, admin-selectable attributes, category breadcrumbs, multi-store/multi-language output, cron auto-regeneration, and CLI/REST generation.
Adds duplication and mass actions for Cart Price Rules, enabling one-click rule copying with smart field resets and bulk enable/disable/delete operations from the admin grid.
Extends Magento native reCAPTCHA to integrate Google reCAPTCHA Enterprise using the official Google Cloud PHP client, with admin configuration for the Cloud project ID and service-account credentials.
Sort out-of-stock products last in Magento 2 product listings. This module ensures in-stock items appear first, improving user experience and conversion rates. Compatible with Elasticsearch, OpenSearch and Smile ElasticSuite.
Makes Magento scope overrides visible in the admin, showing notices on product, category, and configuration pages when a lower-scope (website or store view) value still overrides the parent scope, which scope is overriding, the differing values, direct links to it, and helper actions to reset fields to default.
Displays a per-unit reference price (Grundpreis) next to product prices across product pages, listings, search, and cart, enabling price comparison across pack sizes and helping meet EU and German unit-pricing requirements.