后端的 magento 属性

发布于 2024-10-31 17:37:43 字数 131 浏览 0 评论 0原文

嘿伙计们
我有一个问题,那就是我有一个 dob 属性
显示在前端,但写入的信息
由客户提供,我无法进入后端或 magento 仪表板
我可以获取有关如何获取后端客户信息上的出生信息的帮助吗
请帮忙......

Hey guys
I have a problem, that is I have a d.o.b attribute
displayed on the front-end but the info that gets written
by the customer, I don't get on the back-end or the magento dashboard
can I please get help on how to get the d.o.b info on the back-end customer info
please help.....

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

自此以后,行同陌路 2024-11-07 17:37:43

在最新的 Magento 1.5 中,客户实体有一个出生日期属性。此属性位于管理员中“客户信息”选项卡的“帐户信息”部分。我不确定 1.5 之前的版本是否存在这种情况,因为我目前无法访问早期的安装。但在最新或以前的版本中,该属性不可在前端(在 customer/account/create/ 或 customer/account/edit/ 中)输入。

这让我相信您正在使用 Magento 1.5 之前的版本,并且您或您认识的人可能已经修改了核心设计模板以将该字段添加到前端。如果是这种情况,那么该字段需要是客户实体的实际属性。一旦这样,您可以将“客户信息”选项卡的“帐户信息”部分的内容块重写为您的新模块中的块以显示该字段。

In the latest Magento 1.5, there is a Date of Birth attribute for the Customer entity. This attribute is on the Account Information section of the Customer Information tab in the admin. I'm not sure if this is the case prior to 1.5 as I currently don't have access to an earlier install. But this attribute is not available for entry on the front end (in customer/account/create/ or customer/account/edit/) in the latest or previous versions.

Which leads me to believe that you're using a pre 1.5 version of Magento and that you or someone you know may have modified a core design template to add that field to the front end. If this is the case, then that field needs to be an actual attribute of the Customer entity. Once it is so, you can rewrite the content block for the Account Information section of the Customer Information tab to a block in a new module of yours to display that field.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文