私は同じ問題を抱えていました。
私はアプリ/コード/コア/メイジ/セールスの/ etc/config.xmlのにパッチを当てることによってそれを固定:
diff --git a/app/code/core/Mage/Sales/etc/config.xml b/app/code/core/Mage/Sales/etc/config.xml
index f32ac46..852865d 100644
--- a/app/code/core/Mage/Sales/etc/config.xml
+++ b/app/code/core/Mage/Sales/etc/config.xml
@@ -1218,7 +1218,7 @@
</subtotal>
<shipping>
<class>sales/quote_address_total_shipping</class>
- <after>subtotal,freeshipping,tax_subtotal</after>
+ <after>subtotal,freeshipping,tax_subtotal,msrp</after>
<before>grand_total</before>
</shipping>
<grand_total>
@@ -1227,6 +1227,7 @@
</grand_total>
<msrp>
<class>sales/quote_address_total_msrp</class>
+ <before>grand_total</before>
</msrp>
</totals>
<nominal_totals>
あなたはそれがアップグレードを防止するために拡張機能としてそれをラップすることがあります。
コアconfig.xmlを上書きする方法の例を次に示します。https://magento.stackexchange.com/questions/10695/how-to-override-config-xml