Showing categories as start page

src

No avatar

2006-10-31 00:57

I've hunted around and haven't found anything quite like I'm trying to do.

I'd like to have the categories listed on my start page, and have the user click those to get to the products.

It would look like a products page, but be a listing of the categories (in addition to the text menu on the side).

I'm sure this is pretty simple, so sorry if it's been solved before and I missed it.

Thanks

src

No avatar

2006-10-31 00:59

Here's what I'm trying to emulate:

http://www.BigWheelRally.com/store

Thanks!

treewood (OpenSolution)

Avatar: treewood

2006-10-31 07:50

src - edit index.php and add if to show another page with that list. in that "if" add

$content  .= listCategories'categories_list.tpl'1null, Array( null ) );

if You want show categories list from top menu then change 1 to 2. You need to create file templates/categories_list.tpl with the same code from templates/categories_menu.tpl . and now You need to design all

src

No avatar

2006-11-01 05:32

Thanks for the direction treewood.

I've studied index.php, but I'm still a little unsure of where to put the if and the code you supplied. Does it go on the Add Ons Functions section? Or does it go down by the BlockPage section?

Thanks

treewood (OpenSolution)

Avatar: treewood

2006-11-01 08:36

src - add elseif below this if( is_file( $sActionFile ) )

Back to top
about us | contact