In "catalog/controller/product/category.php" find (lines 195 to 205):
and comment it out.
Do the same in "catalog/controller/product/manufacturer.php" (lines 144 to 154), "catalog/controller/product/search.php" (lines 192 to 202) and "catalog/controller/product/special.php" (lines 135 to 145).
Code: Select all
$this->data['sorts'][] = array(
'text' => $this->language->get('text_rating_desc'),
'value' => 'rating-DESC',
'href' => $this->model_tool_seo_url->rewrite($this->url->http('product/category&path=' . $this->request->get['path'] . '&sort=rating&order=DESC'))
);
$this->data['sorts'][] = array(
'text' => $this->language->get('text_rating_asc'),
'value' => 'rating-ASC',
'href' => $this->model_tool_seo_url->rewrite($this->url->http('product/category&path=' . $this->request->get['path'] . '&sort=rating&order=ASC'))
);
Do the same in "catalog/controller/product/manufacturer.php" (lines 144 to 154), "catalog/controller/product/search.php" (lines 192 to 202) and "catalog/controller/product/special.php" (lines 135 to 145).
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
Who is online
Users browsing this forum: No registered users and 6 guests