문제

How do i add some text on order totals in this section in picture ? Magento 1

Add text to Order Totals block in Admin > Sales > Order > Reorder >View

enter image description here

도움이 되었습니까?

해결책

in \app\design\adminhtml\default\default\template\sales\order\view\tab\info.phtml you have <div class="order-totals">. This is the place where order_totals block is rendered.

EDIT
to add row under subtotal:
override : app\design\adminhtml\default\default\template\sales\order\create\totals\subtotal.phtml.
enter image description here enter image description here

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top