it's because you are using a custom template.
You need to edit the vqmod file.
Replace all occurrences of 'default' with your theme name
You need to edit the vqmod file.
Replace all occurrences of 'default' with your theme name
To all people who want to get Grid view default:
All you have to do is edit just 1 single word in 1 line of code from 'list' to 'grid'.
go to:
/catalog/view/theme/default/template/product/category.tpl
edit line 199 (standard installation)
old one:
New code:
That's it!
All you have to do is edit just 1 single word in 1 line of code from 'list' to 'grid'.
go to:
/catalog/view/theme/default/template/product/category.tpl
edit line 199 (standard installation)
old one:
Code: Select all
if (view) {
display(view);
} else {
display('list');
Code: Select all
if (view) {
display(view);
} else {
display('grid');
Who is online
Users browsing this forum: No registered users and 5 guests