//small fix
This commit is contained in:
@@ -178,7 +178,7 @@ class Dashproducts extends Module
|
||||
'.Shop::addSqlRestriction(false, 'o').'
|
||||
GROUP BY product_id
|
||||
ORDER BY total DESC
|
||||
LIMIT '.(int)Confiuration::get('DASHPRODUCT_NBR_SHOW_BEST_SELLER', 10));
|
||||
LIMIT '.(int)Configuration::get('DASHPRODUCT_NBR_SHOW_BEST_SELLER', 10));
|
||||
|
||||
$body = array();
|
||||
foreach ($products as $product)
|
||||
|
||||
Reference in New Issue
Block a user