Page 1 of 1

Default View - Grid or List

Posted: Tue May 29, 2012 4:23 am
by hellreturn
Would it be possible to add option in admin CP from where admins can choose default view for users as Grid rather then list?

Re: Default View - Grid or List

Posted: Tue May 29, 2012 6:20 am
by dirtboy
this is an easy change to make. don't know about adding an option to admin for it but here are simple directions to make the default view grid

http://forum.opencart.com/viewtopic.php?t=58968

Re: Default View - Grid or List

Posted: Fri Jun 01, 2012 4:35 pm
by hellreturn
Indeed u can change that way but if their would be option in Admin CP for all admins it would be nice. This way no one has to do template edit.

Re: Default View - Grid or List

Posted: Fri Jun 15, 2012 5:02 am
by sjiitb
hi
I've changed the default view to grid but what happens now is that it goes back to list randomly - only sometimes, on some machines.

Could someone please point me in the right direction?

This is what i've done

f (view) {
display(view);
} else {
display('list'); ---> change to grid
}

Re: Default View - Grid or List

Posted: Sun Aug 19, 2012 6:13 am
by kamuzon
Option in admin panel will be great.

Re: Default View - Grid or List

Posted: Thu Oct 25, 2012 11:16 pm
by Von Grootel
Im using 1.5.1.3. and a custom template, but i cannot find these codes in my custom theme template. Please help me out