Jump to content

Error al crear nuevo valor en Atributos de Productos


Recommended Posts

Hola buenas¡

 

Estoy experimentando un error al crear nuevos valores para un atributo de producto, en este caso al crear tallas.

Creo el Atributo "TALLA" y cuando quiero crear los valores (S,M,L,XL...) no me deja elegir en la lista desplegable el Atributo y por lo tanto me sale este error al guardar.

 

[PrestaShopException]

Property Attribute->id_attribute_group is empty
at line 872 in file classes/ObjectModel.php

867.
868.             $message = $this->validateField($field, $this->$field);
869.             if ($message !== true)
870.             {
871.                 if ($die)
872.                     throw new PrestaShopException($message);
873.                 return $error_return ? $message : false;
874.             }
875.         }
876.
877.         return true;

 

¿Alguien sabe algo?

Mil gracias.

Link to comment
Share on other sites

  • 5 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...