你能帮我知道,从帐户页面或结帐页面更新/添加客户的地址详细信息时触发了哪个钩子。
另外,如何获取地址详细信息?我在用着
foreach ($customer->getAddresses($customer->id) as $address) {
$addressInfo=$address;
}
using this to get the address details but not working when I first update the address.
Thanks