Hi,
1. The file should be changed is the widget.php inside administrator->components>com_hikashop->classes folder?
As this is there i found your code provided.
I have changed it but it made no difference. The report numbers were same - wrong one....
So i have changed this line:
if ($widget->widget_params->content != 'products') {
To this:
if ($widget->widget_params->content == 'products') {
Generated numbers seems correct now.
So what code should be used?
2. I know how much time it takes to develop something.. So it would be great if you could add few new features to dashboard with every new Hikashop release.
Thank you