A Magento 2 extension that shows sort order of system configuration's tabs, sections, groups, and fields.
No Errors Modules
These modules have no PHPCS errors (warnings OK), pass PHPStan, and build correctly.
Automatically loads the next page of products via AJAX when a user reaches the end of a product listing. Simplifies navigation and improves user experience by eliminating pagination clicks.
Removes ".00" from product prices on the frontend, displaying prices like $500 instead of $500.00. Works on catalog, product, cart, and checkout pages.
Prevents database version exceptions during code deployments. Facilitates zero-downtime deployments, especially with CI/CD and Docker/Kubernetes.
Cleans catalog images by removing unused images from the file system and missing image records from the database. It also identifies duplicate images.
A Magento module that stops URL rewrites with category paths being generated for products when 'Use Categories Path for Product URLs' setting is disabled in the config.
This extension improves the user experience by loading images that are guaranteed to be displayed above the fold earlier.
Adds the option to re-enable Swagger via configuration. It's disabled in production mode since Magento 2.4.4.
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.