Erro ao cadastrar cliente II
Enviado: 03 Mai 2011, 20:52
Outro erro, esse após digitar tudo e assinalar em POLITICA DE PRIVACIDADE. O cadastro não prossegue e aparece esse erro.
Notice: Undefined index: nif in /home/rj24/www/loja/demo/catalog/controller/account/create.php on line 361
linhas 360/361/362 do create.php
Notice: Undefined index: nif in /home/rj24/www/loja/demo/catalog/controller/account/create.php on line 361
linhas 360/361/362 do create.php
Código: Selecionar todos
// Add Ext VAT_NIF
if ((strlen($this->request->post['nif']) < 8) || (strlen($this->request->post['nif']) > 12)) {
$this->error['nif'] = $this->language->get('error_nif');