Hook actionCheckoutStepRenderTemplate
Modify the parameters of the checkout step template rendering
This hook is called when rendering every checkout step template
| Hook |
actionCheckoutStepRenderTemplate |
| Locations |
FO |
| Type |
action |
| Origin |
core |
| Aliases |
|
| Description |
This hook is called when rendering every checkout step template |
Located in
Call of the Hook in the origin file
Hook::exec('actionCheckoutStepRenderTemplate', [
'template' => &$template,
'params' => &$params,
'extraParams' => &$extraParams,
'defaultParams' => &$defaultParams,
]);