Jump to content

Edit History

Robert_R

Robert_R

On 8/4/2019 at 7:23 PM, NemoPS said:

To avoid the validation, open classes/Product.php, look for this line MyCFAvisit


            'ean13' =>                        array('type' => self::TYPE_STRING, 'validate' => 'isEan13', 'size' => 13),


Remove the "validate" part

Exactly what I needed! You just saved me several hours. Thanks!

Robert_R

Robert_R

On 8/4/2019 at 7:23 PM, NemoPS said:

To avoid the validation, open classes/Product.php, look for this line MyCFAvisit


            'ean13' =>                        array('type' => self::TYPE_STRING, 'validate' => 'isEan13', 'size' => 13),


Remove the "validate" part

Exactly what I needed! You just saved me several hours. Thanks!

×
×
  • Create New...