Adding new column in Sales Order View Items in Magento Admin

前端 未结 6 1653
难免孤独
难免孤独 2021-02-06 17:12

In the admin interface of Magento I need to modify the tables in the Sales / Order / View order so that it shows, besides the products name, their manufacturer as well.

6条回答
  •  生来不讨喜
    2021-02-06 17:23

    I've no magento installation available, but I have some ideas. Maybe the column is not defined inside a template file (phtml), but inside a xml layout file. Just search in the layout/sales.xml file.

    And maybe you have not disabled the magento cache, that's why you don't see any changes.

提交回复
热议问题