Pergunta

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

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a magento.stackexchange
scroll top