Bug in Export Orders

  • Florian Prey
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 6 months ago #70254 by Florian Prey
Bug in Export Orders was created by Florian Prey
Hello,

Due to the missing
Code:
$fieldDelimiter = JRequest::getVar('field_delimiter', ',');
in the export.php (administrator\components\com_eshop) at function _exportOrders() every order export will be seperated bei ',' even if other delimiter is setted.

Greets, Florian

Please Log in or Create an account to join the conversation.

  • Giang Dinh Truong
  • Offline
  • Administrator
  • Administrator
More
8 years 6 months ago #70258 by Giang Dinh Truong
Replied by Giang Dinh Truong on topic Bug in Export Orders
Hello Florian,

If you set the field delimiter, then it will use field delimiter. Otherwise, it will use ','

Sincerely, Giang

Please Log in or Create an account to join the conversation.

  • Florian Prey
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 6 months ago - 8 years 6 months ago #70331 by Florian Prey
Replied by Florian Prey on topic Bug in Export Orders
Hello Giang,

I tried to do so, but it didn't work.
So I edited the code in the mentioned function in export.php and afterward it worked.

I don't care for this bug, because I found out how to fix it, but I thought that other people will have the same problem and so I posted how to fix it.

Sincerly,
Florian.
Last edit: 8 years 6 months ago by Florian Prey.

Please Log in or Create an account to join the conversation.

  • Giang Dinh Truong
  • Offline
  • Administrator
  • Administrator
More
8 years 6 months ago #70377 by Giang Dinh Truong
Replied by Giang Dinh Truong on topic Bug in Export Orders
OK Florian!

I will check again the source code and fix it if this is really an issue.

Anyway, thank you for reporting.
Sincerely, Giang

Please Log in or Create an account to join the conversation.

Moderators: Giang Dinh Truong