Limits frontend access to only the checkout pages. Useful for PWA setups where Magento 2 is solely used for checkout functionality.
Adds an interface to expose additional directories in the Magento media gallery beyond the default wysiwyg and catalog folders, without custom development.
Adds a description field to product attributes in the admin panel. Displays the attribute description on the product page and provides an API endpoint to retrieve it.
Creates shoppable lookbooks by pinning products to images. Allows customers to view product details and purchase directly from the lookbook.
A Magento 2 module that makes it possible to set a debounce and a minimum character amount for Algolia Autocomplete
Adds a configuration setting to enable or disable Two-Factor Authentication in Magento 2.4. Allows administrators to control 2FA functionality via the admin panel.
An easy way to retrieve files in media from an origin server to a local development environment.
A module that simplifies calling Magento data structures and provides a SimpleDataPatch class which simplifies writing data patch scripts.
Ensures only one product save process can run at a time for the same product SKU. Prevents data inconsistencies from concurrent product updates.
Automatically logs in to the admin panel using a configured user. Simplifies access for development environments by bypassing the login screen.
Displays product lists as sliders on any page. Allows showcasing bestsellers, new products, or specific collections to improve customer experience.
Adds new widget parameter types, such as image selector, textarea, and WYSIWYG editor, for use in Magento CMS pages. Enables more flexible widget configuration.