Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 12-14-2012 15:01:52

JDLS88
Member
From: Maryland, USA
Registered: 07-06-2011
Posts: 102
Website

Creating a grid list of categories on splash page

I'm trying to recreate what I somehow did here: https://wigs.stagesupply.com/ in v8. I'm not really sure what I did to make it do that or if it always did that, but I can't seem to replicate it in v8. To clarify, I want a grid view of the top-level categories with 3 columns. I noticed in the content for the splash page for the wig site, I have this code:

<?php $this->include_namespace('ecom','catlist',array());?>

putting it in my v8 store, however, results in just a detailed list of the categories. With one per line.


Jeremy D.

Offline

 

#2 12-17-2012 10:25:26

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Creating a grid list of categories on splash page

You have the right code in there.  Now in settings under Store > Component > Settings > Display Controls: Store Splash Page Lists set:

Category List: Category Display Type = default
Category List: Categories per Row = 3


Nick Hendler

Offline

 

#3 12-19-2012 14:56:59

JDLS88
Member
From: Maryland, USA
Registered: 07-06-2011
Posts: 102
Website

Re: Creating a grid list of categories on splash page

That did the trick. Thanks once again!


Jeremy D.

Offline

 

Board footer