Jump to content

CSV product update ERROR: cannot be saved


Recommended Posts

Hello,

 

I have probles with importing pictures for may products.

Every product with special charters (like č,ž,š,;,..), have this error.

 

  1. PROEL HPC624 KABEL ZA ZVOČNIKE (ID: 37745) cannot be saved
  2. Property Product->name is not valid
  3. SUZUKI SST-10WT STRATOKASTER ELEKTRIČNA KITARA (ID: 37855) cannot be saved
  4. BESPECO RK20; RK30; RK40 (ID: 31944) cannot be saved
  5. LINE6 FLEXTONE lll PLUS OJAČEVALEC (ID: 34455) cannot be saved
  6. MACKIE CFX 12 MKII MEŠALNA MIZA (ID: 37706) cannot be saved
  7. DEAN EVOSS-TGE SPECIAL TIGER EYE ELEKTRIČNA KITARA (ID: 32310) cannot be saved
  8. DEAN VENDETTA VN4 TAM TRANS AMBER ELEKTRIČNA KITARA (ID: 32352) cannot be saved

How can i solve this problem???

Thanks for the help.

Link to comment
Share on other sites

I tried to change Validate.php :

public static function isName($name)
	{
		return preg_match(Tools::cleanNonUnicodeSupport('/^[^0-9!<>,;?=+()@#"°{}_$%:]*$/u'), stripslashes($name));
	}

to

public static function isName($name)
	{
		return preg_match(Tools::cleanNonUnicodeSupport('/u'), stripslashes($name));
	}

The same problem.

Link to comment
Share on other sites

×
×
  • Create New...