Jump to content

Nested Categories


Guest

Recommended Posts

Hi all,

I am a web standards xhtml/css web developer looking for a shopping cart solution. So far I have looked at oscommerce, zencart and if to just build one from the ground up using something like smarty.

Anyhow, here I am. I must say so far it looks promising. The one thing I noticed whilst looking at these other solutions that on the whole the support forums weren't up to much. Support is very important to me and I really hope you guys are cool...

EDIT: Any examples of really nice css sites made with cube cart would be good.

Any got all that off my chest lol :)

To the question then. I see that you can add sub categories via the admin panel.

What I want to do is show these sub categories as nested lists in the main navigation of the site. Like this:

<ul>

<li>Main Cat 1</li>

<li>Main Cat 2</li>

<li>Main Cat 3

  <ul>

  <li>Sub Cat 1</li>

  <li>Sub Cat 3</li>

  <li>Sub Cat 3</li>

  </ul>

</li>

<li>Main Cat 4</li>

</ul>

Is this possible with cube cart? Or can the code be modified to do this?

Any advice would be great!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...