Generates product images and videos directly from the product edit page using Google Gemini and Veo AI models. Supports multiple aspect ratios, usage tracking, and one-click saving to the product gallery.
Synchronizes CMS blocks, pages, and widgets between Magento environments via REST API. Supports bi-directional push and pull with batch or single-entity transfers, optional media syncing, and configurable overwrite behavior.
Automatically generates a custom identifier code for each order during checkout, displayed on the success page, admin order grid, and order detail. Includes a CLI command to backfill existing orders.
Displays RabbitMQ server information and queue status in the Magento admin panel, with notification support for monitoring potentially harmful message queue states.
Enables uploading of SVG and WebP images in Magento 2, including Page Builder, WYSIWYG editor, and product gallery. Supports theme logo/favicon, attribute swatches, and category images.
Integrates Google's Address Auto-Complete API to suggest addresses as customers type during checkout. Simplifies address entry and reduces errors for improved user experience.
Disables Magento's inventory reservation system, preventing writes to the inventory_reservation table. Deducts stock on order placement instead of shipment, and replenishes stock on order cancellation or credit memo.
Enables ViaBill payment gateway in Magento 2, allowing customers to pay in four interest-free installments. Provides a buy now, pay later option at checkout.
Retrieves product images from a production server for use in development environments. Simplifies development by using live images without directly accessing the production database.
Automatically adds Disallow rules to robots.txt for all filterable product attributes, preventing search engines from crawling layered navigation filter combinations that cause duplicate content.
Allows authorized admin users to log in as customers from the admin panel with multi-website support and full audit traceability for debugging customer issues.
Magento 2 module to validate JSON Structures against a given Schema.