Hook actionCheckoutStepRenderTemplate

Informations

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

Origin File
core classes/checkout/AbstractCheckoutStep.php

Call of the Hook in the origin file

Hook::exec('actionCheckoutStepRenderTemplate', [
            'template' => &$template,
            'params' => &$params,
            'extraParams' => &$extraParams,
            'defaultParams' => &$defaultParams,
        ]);