Changing order of shopping cart totals in Magento

喜欢而已 提交于 2019-12-01 17:18:26

问题


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.


回答1:


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.




回答2:


No need to change any code.

Just configure it from admin panel: Go to System->Configuration->Sales->Checkout Total Sort Order.Set the sorting order as you wish.



来源:https://stackoverflow.com/questions/14577006/changing-order-of-shopping-cart-totals-in-magento

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!