Indexes var/log and var/report files into OpenSearch vector storage for hybrid keyword and semantic search, with an admin search page, a CLI indexer, and support for OpenAI, Gemini, and Voyage AI providers.
Validates custom option values before processing to prevent unauthorized file type injections via the PolyShell vulnerability. Checks option existence and enforces strict type matching for file-type custom options.
Adds a configurable fee to the Cash on Delivery payment method in Magento 2. The fee is displayed in the checkout and order totals.
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.
Integrates Novalnet payment gateway with Magento 2, enabling secure payment processing. Supports various international and local payment methods with fraud prevention and reporting.
Integrates Tabby payment gateway with Magento 2. Allows customers to pay in installments.
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.
Mitigates the PolyShell unrestricted file upload vulnerability in the Magento REST API by enforcing an image-only extension allowlist on custom option file uploads. Blocks executable file uploads at both the validator and uploader level.
Automatically scans and removes malware files from the Magento media directory every 15 minutes, protecting the store from uploaded malicious files.
Integrates Lucide Icons into Hyva themes. Allows usage of SVG icons in CMS content, pages, blocks and widgets.