Adds a Password field to the admin customer edit form so developers can set a customer account password directly for local debugging and testing workflows. Intended as a dev-only tool, not for production use.
Adds a sortable and filterable Stock Status column to the Admin product grid, enabling quick identification of in-stock and out-of-stock products without opening each product individually.
Expands the SKU filter on the Admin Catalog Products grid to accept comma-separated SKU values, returning products matching any of the entered exact SKUs in a single search.
Hides simple product variants (children of configurable products) from the admin catalog product grid, reducing clutter and making it easier to manage configurable products.
Disables inline editing on the Customers, Customer Addresses, CMS Pages, Blocks, URL Rewrites, Inventory Sources, Inventory Stocks, and B2B Companies admin grids, keeping them as navigation-only listings to prevent accidental row edits.
Enhances Magento 2 catalog search with natural-language understanding by matching queries against product embeddings stored in OpenSearch, returning semantically relevant results rather than keyword-only matches.
Integrates NowPost PUDO (pick-up/drop-off) pickup points into Magento 2 checkout as a shipping method, with an interactive map of nearby points, dynamic pickup-based shipping fees, automatic order sync to the NowPost API, admin visibility, and pickup details in confirmation emails.
Integrates the Koply AI-powered site search widget into Magento 2, injecting the search widget and wiring add-to-cart to Magento native cart endpoint. Includes zero-results recovery, synonym suggestions, and catalog enrichment, configured via an API key with all widget customization managed from the Koply panel.
Integrates Salesfire, a service offering tools to increase sales through on-site methods. Requires a Salesfire account and configuration with a Site ID.
Integrates Magento with Smaily for email marketing automation. Syncs newsletter subscribers, generates product RSS feeds, and enables abandoned cart notifications.
Manages tax rates within Magento 2. Provides tools to configure and maintain tax rates effectively.
Adds a live, debounced VAT-validation indicator to Hyva-themed registration and address forms, showing a green/red badge under the VAT field as the customer types by calling the Byte8 VAT Validator REST endpoint. Built with Alpine and Tailwind only.