To solve the problem, please add line
<?php echo $this->getLayout()->createBlock('amperm/adminhtml_info')->setOrderId($_order->getId())->toHtml() ?>
in the file
app/design/adminhtml/default/default/template/sales/order/view/info.phtml
so it will look like
................
................
<?php foreach ($this->getCustomerAccountData() as $data):?>
<tr>
<td class="label"><label><?php echo $data['label'] ?></label></td>
<td class="value"><strong><?php echo $data['value'] ?></strong></td>
</tr>
<?php endforeach;?>
<!-- added by amasty -->
<?php echo $this->getLayout()->createBlock('amperm/adminhtml_info')->setOrderId($_order->getId())->toHtml() ?>
<!-- /added by amasty -->
</table>
....................
....................
See more details on Sales Reps and Dealers page
We use cookies to help improve our services, make personal offers, and enhance your experience. If you do not accept optional cookies below, your experience may be affected. If you want to know more, please read the Cookie Policy
Please select and accept your Cookies Group
Cookie Name | Cookie Provider | Cookie Description | Cookie Lifetime | Cookie Type |
---|---|---|---|---|
Login and Registration Form