Integrates NoFraud's post-payment-gateway API to screen orders for fraud. It sends transaction data to NoFraud and updates order status based on the response.
Adds a Source Code button to the toolbar of the Page Builder WYSIWYG editor.
Disables Magento 2's built-in newsletter confirmation emails. Allows control over subscription, confirmation, and unsubscribe email sending, useful when using external newsletter platforms.
Generate product descriptions and similar content with the help of AI.
Provides CSP (Content Security Policy) utilities for other modules, including nonce and hash generation. Helps improve website security by managing CSP directives.
Mirrors Magento's default logs and errors to stderr, facilitating centralized logging in Docker environments. Simplifies log collection for containerized Magento 2 deployments.
Adds new widgets to Magento Page Builder. Includes a Categories content type to display category grids or carousels on CMS pages and blocks.
Imports products and customers into Magento 2 from arrays. Leverages Magento's ImportExport functionality for efficient data handling.
Analyzes the sentiment of product reviews using an external API and RabbitMQ. Displays the sentiment analysis results on the product detail page, next to each review.
Enhances Magento's template hints by displaying information for templates, blocks, containers, and UI components. Uses CSS outlines to avoid layout disruption.
Blocks spam submissions on forms. Prevents bots from submitting unwanted data, improving data quality.