如何使用 actionValidateCustomerAddressForm hook 获取客户地址

How to use actionValidateCustomerAddressForm hook to get the address of customer

如何在地址更新详细信息运行期间使用actionValidateCustomerAddressForm

actionValidateCustomerAddressForm 中,您将获得整个地址形式作为参数。

public function hookActionValidateCustomerAddressForm($params){
   $addressForm = $params['form'];
   // do the stuff
}

当然,你可以只在模块中使用钩子。要生成基本的自定义模块,请检查 https://validator.prestashop.com/