I have several rules that apply 'fee' price components, but the weight of the pricing rule does not seem to affect the order these fees are listed in the total summary in the view footer. Is there a way to control this, or else how can I alter this display?

Comments

rszrama’s picture

Status: Active » Fixed

There is no generic UI for managing price component types (which are what determine the breakdown in the order totals section). For now you just have to rely on hook_commerce_price_component_type_info_alter() and adjust the weights of the various component types to match your needs.

applynx’s picture

Thanks Ryan - that worked great.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.