Closed (fixed)
Project:
Commerce Core
Version:
7.x-1.x-dev
Component:
Views integration
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Nov 2011 at 03:02 UTC
Updated:
3 Dec 2011 at 21:20 UTC
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.