ramesh90 Posted June 17, 2013 Share Posted June 17, 2013 Hi, when i'm searching product in search box its shows like a list view. but i want to show as gird view.how can i do this, help me if anybody know.. Link to comment Share on other sites More sharing options...
doubleD Posted June 17, 2013 Share Posted June 17, 2013 Hi, when i'm searching product in search box its shows like a list view. but i want to show as gird view.how can i do this, help me if anybody know.. hi, if you want to change view only for a search page the simpliest way is to change /controllers/front/SearchController.php (bottom lines) $this->addCSS(_THEME_CSS_DIR_.'product_list.css'); replace product_list.css with for example product_search.css Of course you will need to create/change css accordingly. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now