Jump to content

ramesh90

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...