Hi,
I have complete orders and processing orders but why is it not showing in the box? Take a look at the image? I have opencart 3.0.3.2
Thanks!
I have complete orders and processing orders but why is it not showing in the box? Take a look at the image? I have opencart 3.0.3.2
Thanks!
Attachments
complete.jpg (15.16 KiB) Viewed 866 times
It is a bug. To fix, do followings:
File: catalog/controller/event/statistics.php.
Change the following line:
to
and run the following SQL in your PHPMyAdmin
Attention: Adjust DB prefix in the SQL if it is not `oc_`
File: catalog/controller/event/statistics.php.
Change the following line:
Code: Select all
public function addOrderHistory(&$route, &$args, &$output)
Code: Select all
public function addOrderHistory(&$route, &$args)
Code: Select all
UPDATE `oc_event` SET `trigger` = 'catalog/model/checkout/order/addOrderHistory/before' WHERE `code` = 'statistics_order_history'
Last edited by straightlight on Sun Jun 07, 2020 9:31 pm, edited 1 time in total.
Reason: Added code tags.
Reason: Added code tags.
XForm - Opencart Form Builder
Xshippingpro - An advanced Shipping Module
Need Professional support? Skype: opencartmart
Fixed in the pre-release. Thanks.
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
This topic has now been moved to the OpenCart 3.0 Support > Bug Reports section of the forum.
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Who is online
Users browsing this forum: No registered users and 2 guests