0

I installed an extension to add custom fields to customer registration form.I want to add some option value in dropdown menu box of input validation in backend admin page..could you plz tell me the path of the folder where can I find the phtml file which is responsible for that part ?

-Thanks.

4

1 回答 1

0

您要查找的文件位于:

app/design/adminhtml/default/default/template

但是仅仅更改 .phtml 文件并不能完成这项工作。应该扩展客户模型本身以提供额外的字段。因此,我强烈建议您为此编写一个模块,而不是更改 Magento 核心代码。这是为了确保您将来仍然可以使用更新。

编写这样的模块需要对 Magento 有更深入的了解。有关自定义 adminhtml 的更多信息,请参见此处

有关扩展核心功能的信息,请查看此处

如果您不想自己编程,请查看 Magento Connect 上的客户属性模块。

于 2013-03-22T13:38:27.983 回答