Hook actionPaymentModuleProductVarTplAfter
Triggers after product data is prepared for e-mail template
Allows to modify product data in e-mail template.
| Hook |
actionPaymentModuleProductVarTplAfter |
| Locations |
FO |
| Type |
action |
| Origin |
core |
| Aliases |
|
| Description |
Allows to modify product data in e-mail template. |
Located in
Call of the Hook in the origin file
Hook::exec('actionPaymentModuleProductVarTplAfter', [
'product_var_tpl' => &$product_var_tpl,
'product' => $product,
'order' => $order,
'context' => $this->context,
]);