I want to disable search option in OC. Not just remove the search box! Completely disable search option and URL.
I dont want anybody to search the page.
I want them to just browse the categories.
Is there an easy mod?
THanks
apart from taking the search bar out of the view, you need to disable the controller so it returns the error page:
in catalog/controller/product/search.php
change:
Code: Select all
public function index() {
Code: Select all
public function index() {
return new Action('error/not_found');
Who is online
Users browsing this forum: mauprik and 21 guests