Jump to content

Problema al cargar productos mediante CSV version 1.5.3.1


jorge8912

Recommended Posts

Hola,

 

Estamos desarrollando nuestra tienda electrónica, y al importar productos de manera masiva, mediante la herramienta de prestashop nos aparece el siguiente error.

 

Property FeatureValue->value is empty

at line 872 in file classes/ObjectModel.php

 

866.

867. $message = $this->validateField($field, $value, $id_lang);

868. if ($message !== true)

869. {

870. if ($die)

871. throw new PrestaShopException($message);

872. return $error_return ? $message : false;

873. }

874. }

875. }

876.

 

Muchas Gracias de antemano por la ayuda ofrecida,

Un Saludo

Link to comment
Share on other sites

Hola, tengo un problema parecido... y surge sólo cuando se importan bases extensas.

 

[PrestaShopException]

 

Property ProductSupplier->id_product is not valid

at line 837 in file classes/ObjectModel.php

 

831.

832. $message = $this->validateField($field, $this->$field);

833. if ($message !== true)

834. {

835. if ($die)

836. throw new PrestaShopException($message);

837. return $error_return ? $message : false;

838. }

839. }

840.

841. return true;

 

 

Esperando alguna ayuda.... SALUDOS.

Edited by LPerezC (see edit history)
Link to comment
Share on other sites

  • 4 weeks later...
  • 1 month later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...