Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / 'All Products listing' - possible in grid layout too?

'All Products listing' - possible in grid layout too?

Locked

Views: 1,670

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
30 Nov 2006, 11:20 AM
#1
andy_uk avatar

andy_uk

New Zenner

Join Date:
Nov 2006
Posts:
13
Plugin Contributions:
0

'All Products listing' - possible in grid layout too?

I've added the mod that lets me change the product listings for each category to a grid layout.

http://www.andybeck.co.uk/gallery/

but if you click on 'All items...' (all products) you still see the old single column list layout is still there.

how do you change 'tpl_modules_products_all_listing.php' to be in grid form too?

thanks

andy

30 Nov 2006, 2:35 PM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: 'All Products listing' - possible in grid layout too?

You would need to customize that code ...

There isn't a relationship to the display in All Products and Product Listing ... so changing one does not effect the other ...

30 Nov 2006, 3:26 PM
#3
andy_uk avatar

andy_uk

New Zenner

Join Date:
Nov 2006
Posts:
13
Plugin Contributions:
0

Re: 'All Products listing' - possible in grid layout too?

As an alternative then, is there a way to add another category (titled 'Show All'), which would list everything? Rather than Path=2 you could hard code it to path=* ?

index.php?main_page=index&cPath=2

index.php?main_page=index&cPath=*

1 Dec 2006, 3:04 AM
#4
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: 'All Products listing' - possible in grid layout too?

You would have to Link all your Products to another category ...

While this can be done, it is going to be rather confusing to work with ...

You might want to see about customizing the code for the All Listing ...