getting categories by cache in getProducts
This commit is contained in:
parent
1fcc90846e
commit
7bafa646e4
@ -1883,7 +1883,8 @@ class Sale {
|
||||
}
|
||||
|
||||
public function getProducts($order = FALSE) {
|
||||
$categories = Sale::flatRecurseCategory($this->id_category);
|
||||
//$categories = Sale::flatRecurseCategory($this->id_category);
|
||||
$categories = Sale::getCategoriesFromCache($this->id);
|
||||
|
||||
$products = array();
|
||||
foreach(Db::getInstance()->ExecuteS('
|
||||
|
Loading…
Reference in New Issue
Block a user