This extension allows customizing decimal precision visualization for the prices and other currency values (discounts, taxes, sales amounts, etc.) both for the frontend and the backend areas.
No Errors in Tax & Pricing
These modules have no PHPCS errors (warnings OK), pass PHPStan, and build correctly.
Adds a dynamic discount percentage badge to product prices. Displays the discount (e.g., 21% OFF) next to the original price on product and category pages.
Integrates with currencyapi.com to fetch and import real-time currency exchange rates into Magento's native currency import system. Supports batch processing of multiple currency conversions in a single API call.
Updates currency rates using an external API, specifically for Argentinian pesos and US dollars. Configurable in the admin panel and compatible with Magento's standard currency rate update functionality.
Calculates shipping rates based on destination, weight, price, or quantity using a CSV file. Allows defining custom shipping methods and rules.
Magento 2 module, which provides new console commands to edit the tax configuration.
Removes ".00" from product prices on the frontend, displaying prices like $500 instead of $500.00. Works on catalog, product, cart, and checkout pages.
Adds up to five additional flat rate shipping options to Magento 2. Allows configuration of price, title, applicable countries, and sort order for each rate.