3

In my Magento admin I want to modify the display of ordered items in an order.

I found that the table is in design/adminhtml/default/default/template/sales/order/view/items.phtml

and the data in design/adminhtml/default/default/template/sales/order/view/items/renderer/default.phtml

I need to add some data in the first column : product.

I found that this following code build the HTML : (line 68 of default.phtml in Magento 1.4)

<?php echo $this->getColumnHtml($_item, 'name') ?>

I searched a lot to find where the html is build but I can't find.

1 Answer 1

7

Found it :

app/design/adminhtml/default/default/template/sales/items/column/name.phtml

Cheers.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.