Jump to content

Search the Community

Showing results for tags 'validatefields'.

  • Search By Tags

    • validatefields ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 3 results

  1. I am trying to remove rules validation for customer's Lastname field.. I have succeed to do it in the front page for customer registration by editing Classes/Customer.php file like this: 'lastname' =>array('type' => self::TYPE_STRING, 'validate' => 'isCustomerName', 'required' => true, 'siz...
  2. Hi, I want to get all error when I launch validateFields and validateFieldsLang on a object. Is it possible ? example : $product = new Product(); $product->pack_stock_type='ZZZZ'; $product->additional_delivery_times='XXX'; if (($field_error = $product->validateFields(false, true))...
  3. Bonjour à tous, Nouvelle installation de prestashop 1.5.6.1 sur nouveau serveur (nginx) et plantage à l'installation des produits de démo. En regardant les logs du serveurs: "FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught exception 'PrestaShopException' with message 'Prope...
×
×
  • Create New...