commerce_price_formatter
The Commerce Price Formatter provides a feature to display the discounted promotional price to the frontend user.
This module is configurable in the backend under Calculated Price Widget Format Settings.
You can submit bug reports, feature suggestions, or track changes in the issue queue.
INSTALLATION
Install this module as you would any other contributed Drupal module.
REQUIREMENTS
This module requires the following modules:
- Commerce
- Commerce Promotion
To use:
- Navigate to Administration > Commerce > Configuration > Product Variation Types > Display.
- Change the format for the price field to Calculated (Format). In the widget settings, check the box for "Enable Discount Format to Calculated Price".
- View the Product page to confirm the changes.
Please note: This module formats the price according to the promotion applicable to the product price.
Alternative:
Price Difference Formatter: Displays original price, discounted price, and discount percentage, but adds a separate field formatter for this comparison
Commerce Price Formatter does not create a new formatter; it simply formats the calculated price to display the original price, discounted price, and discount percentage in a clean, integrated way without cluttering the UI.
Important: After updating any promotion or related pricing configurations, remember to clear the cache to ensure that changes are reflected on the frontend.