Add an order comments field in the default checkout for Magento 2.
Adds a custom company logo or HTML text to the Magento admin login screen and backend navigation, letting agencies brand the admin panel.
Calculates image dimensions (width and height) using PHP. Supports various image formats and falls back to a fast image size library if needed.
Enables the use of Twig template engine for Magento 2, allowing developers to write templates using the `.twig` file extension. It dispatches events for modifying Twig's loader and environment.
Creates flipbooks from PDF files. Allows adding books with thumbnails, descriptions, and author information via widgets.
A Magento 2 extension that shows sort order of system configuration's tabs, sections, groups, and fields.
This extension provides an easy way to pre-load data for product collections like prices, stock data, and many more by using different types of load types.
Integrates Trustpilot reviews with your Magento 2 store. Allows you to showcase and improve customer service using the Trustpilot platform.
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.