0 Comment
21 Nov 2011
Posted by Aals Modify Sort Order by Recent Date for Products on Admin Panel, Opencart: In the file admin/controller/catalog/product.php Find the following code: if (isset($this->request->get['sort'])) { $sort = $this->request->get['sort']; } else { $sort = 'pd.name'; } if (isset($this->request->get['order']))...
Read more →







