Quote Originally Posted by gernot View Post
An addition here, just to indicate the importance of setlocale() before the use of fgetcsv():
1. http://static.zend.com/topics/multibyte-fgetcsv.pdf
2. http://php.segmenta.ru/manual/en/fun...tcsv.php#62759
3. https://qiita.com/uedatakeshi/items/...c6b3e26a57c237

Perhaps it would be worthwhile to expose the desired setting of setlocale() to users so that they can choose/experiment both at export and import with the choice if their locale settings (either on the PC or in Zen Cart) are not ideal for CSV export/import.
Good information, thank you gernot. I haven't taken the opportunity yet to review the details. Do you have suggestions on information placement? Are you also thinking that it should be something "customizable" from within the EP4 configuration?

Sorry could come up with a number of questions, just trying to get an idea of ways thought that this could be applied best to/for users (from you or others with interest) and best to minimize issues out-of-the-box.