Announcement

Collapse
No announcement yet.

Category Page Templates - Sub Categories

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Category Page Templates - Sub Categories



    ------_=_NextPart_000_01C41799.EF926380
    Content-Type: text/plain;
    charset="ISO-8859-1"

    Hey All,

    I'm trying to make a page with a list of sub categories and am I having 2
    small problems. First, in the Sub-Category Main Template area, i have this
    code:

    %begin_hasproducts%
    <h3>%catnameL%</h3>
    %end_hasproducts%

    %begin_noproducts%
    <h3>%catname%</h3>
    %end_noproducts%

    This code appears exactly as written above, except the CatNames are
    displayed correctly. Is this the right use of these tokens or am I missing
    something.

    The other issue is I am doing a 3 accross layout, but what I would rather
    have 3 columns where they go alphabetically down the page not across. So in
    other words, it displays like this:

    1 2 3
    4 5 6
    7 8 9

    and what I want is:

    1 4 7
    2 5 8
    3 6 9

    Is there a way to do that?

    --
    Kevin Murphy
    Web Designer - Stubborn Donkey Productions
    www.stubborndonkey.com



    ------_=_NextPart_000_01C41799.EF926380
    Content-Type: text/plain; charset=us-ascii

Working...
X