Hi,
You want to contribute to a better HikaShop ?
That's not a problem at all you know.
If you want to solve your punctuation problem, the best will be to improve the Spreadsheet helper.
File : "administrator/components/com_hikashop/helpers/speadsheet.php"
It's a little file that I wrote several years ago (before the first HikaShop release) and I shared with the HikaShop team.
As you could see the class have some options, some modes and dedicated functions.
There is for example a function to write a number in the spreadsheet file.
Why don't you add an option in order to convert the number in that Helper ?
You can add the option support in the init function (and manage the conflict with the separator) ; and then add the number conversion in the writeNumber function (for the CSV ; Like you will see excel have his own way to write it, I'm not just changing the extension).
So, contributing and sharing your modification will improve HikaShop and provide new options for the export, like a "csv_decimal_separator" option.
But you will have to test it with the HikaShop import system, in order to be sure that the new exported format is working right with the HikaShop import ; otherwise the HikaShop users could have a serious problem during the import and we will have a lot of messages in the forum for this trouble.
Yes I am a developer and I am an HikaShop contributor and my contributions are done for free.
When I am contributing, I test my developments in order to be sure that it won't impact something else in HikaShop ; I am thinking about the HikaShop support team in order to improve HikaShop in the right way (and not give us more support).
There is no open roadmap for the reason that a roadmap has to be followed ; depending the HikaShop forum support, to the discovered bugs, to the idea we got, to the customer requests, to the custom jobs, to the needs in other plugins/components ; HikaShop is improved all the time.
It is not possible to write a open roadmap so there is a private roadmap and only the HikaShop team have access to it.
Because if one point of the roadmap could not be completed in the right time ; there won't be any problem with the HikaShop users who won't complain at it.
When we say that a feature will be in the next release ; it means that we are working on it and we are sure that we will finish it for the next release.
you could also say, we will put it on the todo list and create a proper excel export button with preselection for fields and formats. (The excel format is more than an extension)
1/ The spreadsheet helper does not change the extension to generate an excel file ; And I'm still trying to not take this point personally.
2/ If you want to select the fields, you can use a mass-action and export whatever you want and select all columns to export.
Regards,