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.
Applies input masks to form fields within Hyvä themes using Alpine.js. Improves user experience and data validation by formatting user input.
Adds an FAQ section to Magento 2 stores, allowing admins to create and manage FAQs organized into groups. Supports WYSIWYG editing, store view restrictions, and GraphQL.
Displays a customizable cookie notice to inform visitors about your privacy policy. Helps comply with cookie laws by requiring users to accept before proceeding.
Adds image resizing capabilities to blocks and phtml templates. Supports resizing via ViewModel or Helper, and includes options for breakpoints and retina settings.
Provides tokenized card storage and abstract components for payment gateway implementations. Enables customer card management in the frontend and admin panel.