1 diff --git app/code/core/Mage/Sales/etc/config.xml 2 index 5bb43d7..7db62ca 100644
3 --- app/code/core/Mage/Sales/etc/config.xml
4 +++ app/code/core/Mage/Sales/etc/config.xml
5 @@ -1218,7 +1218,7 @@
6 </subtotal>
7 <shipping>
8 <class>sales/quote_address_total_shipping</class>
9 - <after>subtotal,freeshipping,tax_subtotal</after>
10 + <after>subtotal,freeshipping,tax_subtotal,msrp</after>
11 <before>grand_total</before>
12 </shipping>
13 <grand_total>
14 @@ -1227,6 +1227,7 @@
15 </grand_total>
16 <msrp>
17 <class>sales/quote_address_total_msrp</class>
18 + <before>grand_total</before>
19 </msrp>
20 </totals>
21 <nominal_totals>