-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed

Description
The new format for the sales.xml files moves both the instance and the sort order into the item node. Previously in Mage1 it was possible to change both the instance / sort order via an xml directive that got merged, for example:
<quote>
<totals>
<subtotal>
<class>mySalesExtension/quote_address_total_subtotal</class>
The equivalent would not work in Magento2. Not sure if this currently an intended outcome to disallow this or an unintended consequence.
Subnodes are allowed in Mage2 to supply a different renderer like the Tax module currently does.
Metadata
Metadata
Assignees
Labels
No labels