GX-Bug #52543 » TopProductsFix1.patch
src/system/classes/listing/ProductsNewContentView.inc.php (revision ) | ||
---|---|---|
162 | 162 |
AND pd.language_id = '" . $this->language_id . "' |
163 | 163 |
" . $days . " |
164 | 164 |
ORDER BY |
165 |
p.products_date_added DESC"; |
|
165 |
p.products_date_added DESC, |
|
166 |
p.products_id"; |
|
166 | 167 |
|
167 | 168 |
$this->coo_split_page_results = new splitPageResults($t_query, $this->page, MAX_DISPLAY_PRODUCTS_NEW, 'p.products_id'); |
168 | 169 |