ユーザーがフォームからデータを送信したときにエラーを表示しようとしていますが、エラーはありません。
次のようにドライバーを入れてみてください(エラーを表示するように強制します)
public function postProcess()
{
$ this-> errors [] = Tools :: DisplayError ('Invalid e-mail address');
}
とテンプレートで
{include file = "$ tpl_dir. / errors.tpl"}
<form method="post" action="{$request_uri|escape:'htmlall':'UTF-8'}" class="std" id="form_confirmPassword">
<fieldset>
<p class="text">
<label for="email"> {l s = 'E-mail'} </ label>
<input type = "text" id = "email" name = "email" value = "{if isset ($ smarty.post.email)} {$ smarty.post.email | escape: 'htmlall': 'UTF-8 '| stripslashes} {/ if} "/>
</ p>
</ fieldset>
</ form>
とにかく、prestashopネイティブモジュールの表示のようなメッセージエラーを表示することはできません...