Post by uksitebuilder » Sat Sep 03, 2011 1:45 am

Are there any errors in it?

Ignore the entries where it says Used Cached File (or similar)

User avatar
Guru Member

Posts

Joined
Thu Jun 09, 2011 11:37 pm
Location - United Kindgom

Post by werepair » Sat Sep 03, 2011 1:53 am

hi, there are no reported errors that i can see.

regards

User avatar
Active Member

Posts

Joined
Sat May 28, 2011 2:54 pm
Location - United Kingdom

Post by uksitebuilder » Sat Sep 03, 2011 2:00 am

is there a link to your site I can view ?

User avatar
Guru Member

Posts

Joined
Thu Jun 09, 2011 11:37 pm
Location - United Kindgom

Post by werepair » Sat Sep 03, 2011 2:07 am

uksitebuilder wrote:is there a link to your site I can view ?
hi, pm sent.
best regards

User avatar
Active Member

Posts

Joined
Sat May 28, 2011 2:54 pm
Location - United Kingdom

Post by uksitebuilder » Sat Sep 03, 2011 3:01 am

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

User avatar
Guru Member

Posts

Joined
Thu Jun 09, 2011 11:37 pm
Location - United Kindgom

Post by werepair » Mon Sep 05, 2011 7:32 pm

hI forgot to update the post, everything is working 100%, thanks for the support, much appreciated.
best regards

User avatar
Active Member

Posts

Joined
Sat May 28, 2011 2:54 pm
Location - United Kingdom

Post by highvibes » Fri Sep 09, 2011 8:51 pm

Nice one Simon!

New member

Posts

Joined
Sun Aug 07, 2011 10:38 pm

Post by hbg » Mon Nov 21, 2011 2:32 pm

Many thanks.

Opencart Version 1.5.1.3
https://www.opencart.homebrewinn.com.au/shop/


User avatar
hbg
Active Member

Posts

Joined
Wed Apr 13, 2011 8:52 am
Location - Newcastle NSW Australia

Post by tomsworkshop » Fri Jul 20, 2012 1:23 am

thanks for the mod.

New member

Posts

Joined
Tue May 24, 2011 6:57 am

Post by innocrea » Thu Oct 11, 2012 1:07 am

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:

Code: Select all

if (view) {
	display(view);
} else {
	display('list');
New code:

Code: Select all

if (view) {
	display(view);
} else {
	display('grid');
That's it!

Newbie

Posts

Joined
Thu Oct 11, 2012 1:00 am
Who is online

Users browsing this forum: No registered users and 5 guests