Jump to content

Stats/statistics doesn't work at all, no data returned by stats modules


Recommended Posts

HI

I am using latest ver1.4.7.0. No core mods. Just custom template + SSL

My shop has been put online, has real customers/orders/traffic.

 

I have NO data nor stats collected by BO at all. Not even one stats module gives me any data.

BO dashboard gives me only numbers for a new customers, messages and products view counter.

Recent orders are listed below an empty sales graph.

 

From modules menu I have uninstalled and installed again every-single one stat module but it didn't help.

 

Stats doesn't work on my shop installation.

 

Any ideas please?

Link to comment
Share on other sites

a_smith,

 

config/config.inc.php - enable debug mode

/* Debug only */

@ini_set('display_errors', 'on');

error_reporting(E_ALL | E_STRICT);

define('_PS_DEBUG_SQL_', false);

 

Take into account, that if there are mistakes, they will also appear in frontend. To avoid this, insert this code right into the tab, in the constructor (public function __ construct ()), that is responsible for statistics display.

 

Hope it will help.

 

 

Sincerely,

BelVG Team

[email protected]

Link to comment
Share on other sites

  • 1 month later...
  • 3 weeks later...
  • 1 month later...
  • 2 months later...
  • 2 months later...

Are you creating invoices for your orders? I've just found on my shop that statistics data are only considering orders to which an invoice was generated.

By the way, if somebody knows if this can be changed, making statistics data consider all orders,despite of the invoices, please let me know.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...