Integrates Umami, a privacy-focused open-source web analytics service, with your storefront for cookie-free visitor tracking.
No Errors Modules
These modules have no PHPCS errors (warnings OK), pass PHPStan, and build correctly.
Reduces cache keys by removing product/category specific layout handles. Improves performance by decreasing cache size and average Redis TTL.
Allows administrators to change customer passwords directly from the customer edit page in the admin panel. Includes a command-line interface for password updates.
Disables customer registration on the storefront. Removes the registration form and links, useful for B2B stores where admins create accounts.
Adds width/height attributes to Page Builder images and aria-label to links. Improves Google Web Vitals scores related to image dimensions and link accessibility.
Integrates Magento 2 with the IVO Marketplace platform, enabling automatic product synchronization, offer management, and real-time listing status tracking from the admin panel.
Adds color badges to order statuses in the admin panel for improved visual order management. Allows customizing status colors via a color picker.
Intercepts the customer address file upload endpoint and returns a 403 Forbidden response, effectively disabling address file uploads for security hardening.
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.
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.
Retrieves product images from a production server for use in development environments. Simplifies development by using live images without directly accessing the production database.