Removes the default store code from URLs in Magento 2. Simplifies URLs and can improve SEO by avoiding duplicate content.
Add an order comments field in the default checkout for Magento 2.
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.
Configures cart price rules to automatically add free products to the cart as gifts. Supports simple and virtual product types, defining the gift by SKU and quantity.
Enables import and export of CMS pages and blocks in Magento 2. Supports multistore configurations and includes WYSIWYG images in the export.
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.