Automatically loads product catalog pages as the user scrolls, without page reloads. Displays a "Load More" button and offers customizable loading text and icons.
Follows SemVer Modules
These modules follow semantic versioning across their audited release history — version bumps honestly reflect the code changes.
Displays a developer toolbar in Magento 2 with performance and debugging information. Provides insights into database queries, cache, sessions, modules, and more.
Looking for contributors - Help fix build issues
Displays a custom colored bar above the admin navigation to distinguish environments such as local, develop, staging, and production, preventing accidental changes in the wrong place.
Provides API endpoints to retrieve CMS blocks and pages. Supports filtering and retrieval by ID or identifier and store ID.
Looking for contributors - Help fix build issues
Allows uploading SVG, WebP, and AVIF images in Magento 2. Expands supported image formats for product and category images.
Looking for contributors - Help fix build issues
Automatically flushes Magento 2 caches (config, block_html, full_page) after saving system configuration. Useful for development environments to avoid manual cache flushing.
Adds a unique code to attribute options, allowing remote clients to create and reference options by code. Enables saving products with attribute option codes instead of IDs.
Looking for contributors - Help fix build issues
Improves page loading speed by lazy loading images. Loads images only when they are visible in the viewport, saving bandwidth and improving website performance.
Adds "next" and "previous" product navigation buttons to product pages. Allows customers to quickly browse related products within a category.
Detects crashed cron job processes in Magento 2 and sets their status to error. Requires the POSIX module in php.ini and a system cronjob setup.
Integrates Shippit with Magento 2, displaying delivery options from multiple couriers at checkout. Streamlines order fulfillment and provides a centralized delivery management and tracking experience.
Looking for contributors - Help fix build issues
Pushes Magento order data to Signalise via a queue. Includes configurable events and a command to push specific orders.