- Posts: 515
- Thank you received: 22
Dashboard info wrong
- jouwnaambord.nl
-
Topic Author
- Offline
Less
More
3 years 9 months ago #347424
by jouwnaambord.nl
Dashboard info wrong was created by jouwnaambord.nl
-- HikaShop version -- : 4.7.0
-- Joomla version -- : 4.2.1
-- PHP version -- : 8.0
Hi,
The "sales this month" in the dashboard is showing the wrong amount, I think it shows the sales from the last two months instead of only this month.
Besides that, is there a way to select the orderstatusses for these "sales this month" to select only the paid orders and not all the created orders?
-- Joomla version -- : 4.2.1
-- PHP version -- : 8.0
Hi,
The "sales this month" in the dashboard is showing the wrong amount, I think it shows the sales from the last two months instead of only this month.
Besides that, is there a way to select the orderstatusses for these "sales this month" to select only the paid orders and not all the created orders?
Please Log in or Create an account to join the conversation.
3 years 9 months ago #347426
by nicolas
Replied by nicolas on topic Dashboard info wrong
Hi,
It show the sales of the past 30 days. That's because when we had it configured to display the sales starting on the 1st day of the month until now, we would get merchants complaining at the beginning of each month that it was 0 all of a sudden...
You can select the order statuses under the "Statistics" column of the System>Order statuses menu.
It show the sales of the past 30 days. That's because when we had it configured to display the sales starting on the 1st day of the month until now, we would get merchants complaining at the beginning of each month that it was 0 all of a sudden...
You can select the order statuses under the "Statistics" column of the System>Order statuses menu.
Please Log in or Create an account to join the conversation.
- jouwnaambord.nl
-
Topic Author
- Offline
Less
More
- Posts: 515
- Thank you received: 22
3 years 9 months ago #347446
by jouwnaambord.nl
Replied by jouwnaambord.nl on topic Dashboard info wrong
Thanks, than the header better could be "Sales past 30 days".
How can I change this to 'this month'? I would like to see the actual sales of this month in the dashboard tab "Sales this month".
Or maybe you could add an extra tab for the sales this month? Will there be an option to add widgets to the dashboard in the future?
I tried to switch back to the legacy dashboard, but the layout for that is very poor in Joomla 4.
How can I change this to 'this month'? I would like to see the actual sales of this month in the dashboard tab "Sales this month".
Or maybe you could add an extra tab for the sales this month? Will there be an option to add widgets to the dashboard in the future?
I tried to switch back to the legacy dashboard, but the layout for that is very poor in Joomla 4.
Please Log in or Create an account to join the conversation.
3 years 9 months ago #347448
by nicolas
Replied by nicolas on topic Dashboard info wrong
Hi,
Indeed, updating the header is a good idea. We'll look into it.
In the file administrator/components/com_hikashop/classes/statistics.php change the lines:
to:
and it will display the sales for the current month.
We want to add customization capabilities in the future. But nothing in the short term.
Indeed, updating the header is a good idea. We'll look into it.
In the file administrator/components/com_hikashop/classes/statistics.php change the lines:
Code:
'DATE_RANGE' => 'past.month',
Code:
'DATE_RANGE' => 'this.month',
We want to add customization capabilities in the future. But nothing in the short term.
The following user(s) said Thank You: jouwnaambord.nl
Please Log in or Create an account to join the conversation.
Time to create page: 0.203 seconds