View Single Post
  #29  
Old 04-20-2014, 09:47 PM
 
aim aim is offline
Advanced Staff Users
 

X-Cart team
  
Join Date: Dec 2008
Posts: 928
 

Default Re: X-Cart 4.6.3: "Amazon Payments", "PayPal Access", another USPS update.

Quote:
Originally Posted by cflsystems
I thought the Advanced Statistics module was removed from 4.6.3?
The bestsellers.php still has this code in

Code:
if ( !empty($active_modules['Advanced_Statistics']) && $config['Advanced_Statistics']['use_delayed_stats_update'] == 'Y' ) { // Flush all delayed queries to product data table func_run_delayed_query('views_stats_products'); }

Of course the module does not exist... not to mention this file is not in use probably....

You are right
The file is not used in 4.6.3

The active file is
Code:
modules/Bestsellers/func.php
__________________
Sincerely yours,
Ildar Amankulov
Head of Maintenance group
Reply With Quote