News:

AbanteCart v1.4.2 is released.

Main Menu
support

How to change default display method

Started by proFFioz, September 15, 2011, 08:00:17 AM

Previous topic - Next topic

proFFioz

Hi
Did someone help me?
Is there somehow I can make the default grid instead of list ?

vstone

Did you ever get an answer this this question?  I posted something similar with no reply.

abantecart

I assume you refer to HTML5 template on storefront.

Code for listing is located in the template file storefront/view/default_html5/template/pages/product/product_listing.tpl

and css in storefront/view/default_html5/stylesheet/style.css

Locate line:


/* listview*/
.list {
display: none
}


and replace with


/* listview*/
.grid {
display: none
}

Forum Rules Code of conduct
AbanteCart.com 2010 -