gpt4 book ai didi

magento - 如何将地址设置为默认值

转载 作者:行者123 更新时间:2023-12-05 01:12:40 27 4
gpt4 key购买 nike

我尝试在/controllers/OnepageController.php 中将地址设置为默认值:

     $customer = Mage::getSingleton('customer/session')->getCustomer();

foreach ($customer->getAddresses() as $address){
$addressType = $address->getCustom_address_type();
if ($addressType == 'school'){
Mage::log("SetAddressDefault", null, 'mygento.log');
$address->setCustomerId($customer->getId())
->setIsDefaultBilling('1')
->save;
}
}

我已经 checkin 日志,条件满足。为什么 setDefaultBilling 方法不执行?

我使用 magento 1.7。谢谢。

最佳答案

尝试改变

->save;


->save();

关于magento - 如何将地址设置为默认值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17028225/

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