Massaction_Order carriage return missing

  • Posts: 16
  • Thank you received: 0
9 years 7 months ago #168266

We have problem we the csv export from the massaction_order
Last line doesn’t have a carriage return at the end.

Without that carriage return, we cannot import the file in our ERP system.

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

  • Posts: 13201
  • Thank you received: 2322
9 years 7 months ago #168272

Hi,

Thanks to edit the file "administrator/components/com_hikashop/classes/massaction.php" and in the function "_exportCSV()" add:

		$export->writeLine("\n");
Just before:
		if(empty($params->path)){
			$export->send();
		}else{

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

Time to create page: 0.068 seconds
Powered by Kunena Forum