Hello!
Joomla 6.0.0.
Phoca Cart 5.2.3 Beta 2
(A) The value of the parameter Export Download Limit Count has been set to 3.
With this setting, the export file contains 3 SKUs, as it should.
But all SKUs available on the site are being sent for processing, which accordingly takes considerable time.
Is it possible to send only 3 SKUs for processing (as specified in the Export Download Limit Count parameter value)?
(B)In the export file, in the «Specifications» field, Cyrillic characters are replaced with hexadecimal codes. For example, the word «Материал» is replaced with \u041c\u0430\u0442\u0435\u0440\u0438\u0430\u043b.
At the same time, Cyrillic characters in the «Title»(and description etc) field are exported correctly.
expect:
specifications
"[{""id"":10,""title"":""Материал"",""alias"":""material"",""value"":""Керамическая плитка"",""alias_value"":""keramicheskaya-plitka"",""group_id"":3,""image"":"""",""image_medium"":"""",""image_small"":"""",""color"":""""}]"
have:
specifications
[{""id"":10,""title"":""\u041c\u0430\u0442\u0435\u0440\u0438\u0430\u043b"",""alias"":""material"",""value"":""\u041a\u0435\u0440\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u043f\u043b\u0438\u0442\u043a\u0430"",""alias_value"":""keramicheskaya-plitka"",""group_id"":3,""image"":"""",""image_medium"":"""",""image_small"":"""",""color"":""""}]"
How can Cyrillic characters be exported correctly?
Import/Export
- Jan
- Phoca Hero

- Posts: 49138
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Import/Export
Hi,
a) unfortunately, there is even preprocessing where all the items will be stored to database, so there is no option to skip some items
b) this is maybe related because the specification is multidimensional field which needs to be stored in JSON, so this is most probably to the translation to JSON format
Jan
a) unfortunately, there is even preprocessing where all the items will be stored to database, so there is no option to skip some items
b) this is maybe related because the specification is multidimensional field which needs to be stored in JSON, so this is most probably to the translation to JSON format
Jan
If you find Phoca extensions useful, please support the project
