getErrorMessage((int)Tools::getValue('errorCode')); $this->context->smarty->assign(array('errorReason' => $error->getErrorMessage())); } $this->context->smarty->assign( array( 'logo_url' => $this->module->getPathUri() . 'views/img/logo.png', 'home_url' => _PS_BASE_URL_, 'urls' => $this->getTemplateVarUrls(), ) ); $this->setTemplate('module:przelewy24/views/templates/front/payment_failed.tpl'); } }