Jump to content

Error al Importar Productos


MPeiro

Recommended Posts

Al importar productos, funciona si el producto es nuevo, pero si el producto existe en lugar de actualizarlo da error

 

  1. Property Product->date_upd is not valid

Incluso si subo un fichero y lo importo, y seguidamente lo vuelvo a importar da este error. En otras versiones me funcionaba correctamente.

 

v. 1.6.1

Link to comment
Share on other sites

Hola aqui en el foro ingles han encontradio la solución

 

https://www.prestashop.com/forums/topic/446911-csv-import-property-product-date-upd-is-not-valid/

i solved. i had to do the same in ps_product_shop too

 

UPDATE `ps_product` SET `date_upd` = '2015-08-07 16:58:53' WHERE `date_upd` = '0000-00-00 00:00:00'

 

UPDATE `ps_product_shop` SET `date_upd` = '2015-08-07 16:58:53' WHERE `date_upd` = '0000-00-00 00:00:00'

Link to comment
Share on other sites

  • nadie locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...