gpt4 book ai didi

php - 洋红色。无法重写地址模型

转载 作者:搜寻专家 更新时间:2023-10-31 22:04:17 26 4
gpt4 key购买 nike

我正在尝试重写 Magento 地址模型,但我对此非常着迷。我的 config.xml 重写部分看起来像这样

<models>
<customer>
<rewrite>
<customer>MyNam_MyMod_Model_Customer</customer>
<address>MyNam_MyMod_Customer_Model_Address</address>
</rewrite>
</customer>
</models>

我的类(class)看起来像:

require_once 'Mage/Customer/Model/Address.php';
class MyNam_MyMod_Customer_Model_Address extends Mage_Customer_Model_Address
{


public function validate() {
parent::validate();
}
}

当我加载地址表单时,出现以下错误:Call to a member function getId() on a non-object in/var/www/magento/app/code/core/Mage/Customer/Block/53行地址/Edit.php

我注意到编辑 block 无法加载客户/地址模型

谁能帮帮我?

最佳答案

我希望在类地址 MyNam_MyMod_Customer_Model_Address 中,我应该是 MyNam_MyMod_Model_Address

<models>
<customer>
<rewrite>
<customer>MyNam_MyMod_Model_Customer</customer>
<address>MyNam_MyMod_Model_Address</address>
</rewrite>
</customer>
</models>

让我知道,如果你有任何问题......

关于php - 洋红色。无法重写地址模型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21778036/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com