Reorder Magento Shopping Results

I have a requirement that I change the order of totals in a Magento shopping cart. My requirement is that shipping costs should be displayed before tax. Currently, it is displayed as the amount of payment for income tax-Grand Total, and I need it as the result of sending-Tax-Grand. Can anyone help me where I can change this.

+5
source share
2 answers

You can configure it in the Magento block itself. Go to System-> Configuration-> Sales-> Order Full Sort Order . Set the sort order as you like.

+12
source

No need to change the code.

. "- > - > - > " ". .

0

All Articles