Mass Action error
I am using Excel in the Office starter pack, default settings and when getting an export from your website the data is correct.
There is not 1 or 2 columns but as many columns as selected data to export. So one content in one row.
You have maybe to reset your excel settings.
For the VAT column, it will require the edition of the plugin hikashop massaction order, or the creation of a new one to have the desired data. I add it on our TODO list for the VAT column.
Please Log in or Create an account to join the conversation.
We just added this feature on our end. This will be available in a future release.
Please Log in or Create an account to join the conversation.
- mohairbears
-
Topic Author
- Offline
- Posts: 606
- Thank you received: 13
When exporting data to excel from mass actions the 'order date' shows as 'Monday, 01 December 2014' is there a way to export this as it shows in the backend i.e. 2014-12-01 or preferably 2014/12/01 or any format that is workable in excel with manually changing all the dates?
thanks
Please Log in or Create an account to join the conversation.
You have to edit the file "administrator/components/com_hikashop/classes/massaction.php" and in the function "_exportCSV()" Replace:
Please Log in or Create an account to join the conversation.
- mohairbears
-
Topic Author
- Offline
- Posts: 606
- Thank you received: 13
%Y-%M-%d gives weird months? now you have pointed me in the right direction the below works best as I am in the UK.
$this->displayByType($params->types,$element,$column,'%d/%m/%Y'); it's on line 2305 for info if anyone else needs this.
thanks
Please Log in or Create an account to join the conversation.
- mohairbears
-
Topic Author
- Offline
- Posts: 606
- Thank you received: 13
Please Log in or Create an account to join the conversation.
This has been fixed, and should be in the release.
You still have an issue with the date format ?
Please Log in or Create an account to join the conversation.
- mohairbears
-
Topic Author
- Offline
- Posts: 606
- Thank you received: 13
Please Log in or Create an account to join the conversation.
The warnings related on the "Creating default object from empty value" ?
It is not a big deal, but please give me the new line of the error.
Please Log in or Create an account to join the conversation.
- mohairbears
-
Topic Author
- Offline
- Posts: 606
- Thank you received: 13
Please Log in or Create an account to join the conversation.
I have fixed the warnings directly on your website and reported the correction on our end.
Thanks for the report.
Please Log in or Create an account to join the conversation.
- mohairbears
-
Topic Author
- Offline
- Posts: 606
- Thank you received: 13
Please Log in or Create an account to join the conversation.
There was indeed a little issue, solved
Please Log in or Create an account to join the conversation.
- mohairbears
-
Topic Author
- Offline
- Posts: 606
- Thank you received: 13
thank you
Please Log in or Create an account to join the conversation.
- mohairbears
-
Topic Author
- Offline
- Posts: 606
- Thank you received: 13
I changed the SQL database for the 'modules' changing the 'text' to 'longtext' by doing this it has got rid of the error messages.
thanks
Please Log in or Create an account to join the conversation.