Hook actionModuleMailAlertSendCustomer

Information

Hook locations:

  • front office

Hook type: action

Located in:

Call of the Hook in the origin file

Hook::exec(
                'actionModuleMailAlertSendCustomer',
                [
                    'product' => $product_name,
                    'link' => $product_link,
                    'customer' => $customer,
                    'product_obj' => $product,
                ]
            )