Simplifies parcelLab integration by preconfiguring the Magento 2 Webhook module with appropriate defaults. It automatically configures required events for parcelLab.
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.
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.
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.
Integrates InPost Pay mobile payment app with Magento 2, enabling customers and guests to complete purchases using the InPost Pay checkout flow.
Sends Magento 2 Monolog records to a Buggregator debugging server endpoint, enabling centralized log viewing and analysis outside of the Magento file system.