This module adds some features based on price component. These features are :

  • Allow ordering of price components in checkout cart pane
  • Allow a discount to be print in its own line


To reduce number of commerce modules, these features will be ported to commerce_price_extra_formatter (see #1853988: Merge with commerce_extra_price) and commerce_discount (see #1850960: Provide per-discount price components).
This module will be unsupported once these features will be fully ported to these modules.

Features

  • Ordering price components
    1. Go to Store -> Configuration -> Checkout Settings (admin/commerce/config/checkout/form)
    2. Click on Configure on Shopping cart contents line
    3. Reorder price components in Order price components section
  • Print discount in its own line
    To highlight a discount, it is useful to print it in single line. By default, commerce_discount module sums all discounts and prints them in the Discount line.
    To print a discount in its own line :
    1. Go to Store -> Discounts
    2. Add or view a discount
    3. Check "Show this discount in its own line"

Project information

Releases