Drupal is a registered trademark of Dries Buytaert

Commerce Configurable Order Total provides a customizable summary display of order totals for Drupal Commerce orders. It is designed to be used as a Views area handler, allowing site builders to control how order totals are presented.

Key features & functionalities

Customizable Order Total Summary:
Displays a summary of the order’s subtotal, adjustments (such as taxes, discounts, or fees), and total in a clear, structured format.

Views Area Handler:
Provides a Views area plugin that can be added to Views to show the configurable order total summary, using an Order ID argument.

Display Options:
The module offers several options to control which parts of the summary are shown:

  • Disable Subtotal: Hide or show the subtotal line.
  • Disable Adjustments: Hide or show all adjustment lines (taxes, discounts, etc.).
  • Disable Totals: Hide or show the total line.
  • Strip Trailing Zeroes: Optionally remove trailing zeroes after the decimal point for cleaner price formatting.

Themeable Output:
The summary is rendered using a Twig template commerce-configurable-order-total-summary.html.twig, making it easy to override and style as needed.

In your custom theme you can override template by creating folder templates/commerce_configurable_order_total and copying there commerce-configurable-order-total-summary.html.twig file.

Requirements

Commerce Configurable Order Total module requires Drupal Commerce module enabled.

Configuration

  1. Enable the module at Administration > Extend > Commerce.
  2. Edit view "Checkout order summary". In "Footer" section remove "Order total" and add here "Commerce Configurable Order Total".

Activity

Total releases
3
First release
Jun 2025
Latest release
4 months ago
Release cadence
63 days
Stability
67% stable

Release Timeline

Releases

Version Type Release date
1.x-dev Dev Oct 22, 2025
1.0.1 Stable Jun 19, 2025
1.0.0 Stable Jun 19, 2025