使用适当的网格和网格来实施 Magento EAV管理面板中的表单

发布于 2024-10-28 17:23:02 字数 662 浏览 6 评论 0原文

我正在尝试在 magento 中实现 EAV CRUD 模块。我的模块名称是 Pincodes。 应该就像管理面板下的属性管理>>>目录>>属性>>管理属性

到目前为止,我已经按照 Module Adminhtml >> 实现了整个模块。目录>>产品>>属性

我遇到了一些问题。

  1. 我的表 eavpincodes 没有任何像 attribute_id 这样的列。因此,在准备集合时,我收到未知列的 SQL 错误。但catalog_eav_Attribute 有该列。我只有几个表 eavpincodes eavpincodes_datatime、eavpincodes_int 等。这些表是由 magento 自动生成的

  2. 代码有问题,当我去创建新属性时,我无法识别它呈现整个布局,但没有出现任何表单。此外,没有错误,没有例外,甚至没有一个文件包含错误。

这是我的代码的链接。我不知道它对你是否有意义,但非常感谢任何帮助。

Pincode - 在此处下载

I am trying to implement an EAV CRUD module in magento. My module name is Pincodes.
It should be just like the Attribute Management under Admin panel >> Catalog >> Attributes >> Manage Attribute

So far I have implemented the whole module by following the Module Adminhtml >> catalog >> product >> Attributes

I am having few issues.

  1. My table eavpincodes does not have any column like attribute_id. So while preparing collection I get an SQL error of unknown column. But catalog_eav_Attribute has that column. I only have few tables eavpincodes eavpincodes_datatime, eavpincodes_int etc. These tables are automatically generated by magento

  2. Something is wrong about code that I am not able to identify when I go to create new attribute it renders the whole layout but no form appears. Moreover there is no error, no exception not even a single error of file inclusion.

Here is a link to my code. I don't know its going to make any sense to u or not but any help is much appreciated.

Pincode - download here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文