Changing order of shopping cart totals in Magento

Nafee picture Nafee · Jan 29, 2013 · Viewed 9.2k times · Source

I am having a requirement that I have to change the order of totals in a shopping cart in Magento. My requirement is shipping charge should display before Tax. Currently it is displaying as Subtotal-Tax-shipping charge-Grand Total and I need as Subtotal-shipping charge-Tax-Grand total. Can anyone help me from where I can edit this.

Answer

Rohit S picture Rohit S · Jan 29, 2013

You can configure it in the Magento backend itself. Go to System->Configuration->Sales->Checkout Total Sort Order.Set the sorting order as you wish.