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
Comment #1
rszrama commentedThere 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.
Comment #2
applynx commentedThanks Ryan - that worked great.