context->smarty->assign([ 'hutko_url' => $this->module->checkout_url, // The URL of the Hutko payment gateway. 'hutko_inputs' => $this->module->buildInputs(), // An array of input parameters required by Hutko. ]); // Set the template to be used for displaying the redirection form. $this->setTemplate('module:' . $this->module->name . '/views/templates/front/redirect.tpl'); } }