Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 2010
    Posts
    6
    Plugin Contributions
    0

    Default Category menu as list items

    How can I change the category side box menu to generate an unordered list instead of a anchor and a break?

    right now the template generates this html

    Code:
    <a href="link">Music</a>
    <br />
    I would like it to generate this:
    Code:
    <ul>
      <li><a href="link">Music</a></li>
      <li><a href="link">Movies</a></li>
      <li><a href="link">Books</a></li>
    </ul>
    Is this possible?

    Thanks

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Category menu as list items

    You would have to custom code the sidebox
    You can look at the code for cat-tabs as it is a UL

  3. #3
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Category menu as list items

    If I understand the question, this will do that:

    http://www.zen-cart.com/index.php?ma...oducts_id=1307

    It's just a minor change to one file.

  4. #4
    Join Date
    Aug 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: Category menu as list items

    Thanks we got it figured out.

  5. #5
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Category menu as list items

    Note: This mod (Categories menu - replace with ul/li) puts all categories and subcategories into one <ul>, without any hierarchy. It will be useless for differentiating between top and subcat list items.
    Categories Dressing generates a correctly nested <ul> list set, with ids for each list.
    Last edited by gjh42; 31 Aug 2010 at 05:41 PM.

 

 

Similar Threads

  1. Remove the product quantities next to the category menu list?
    By jviney in forum Customization from the Admin
    Replies: 1
    Last Post: 29 Aug 2011, 06:53 PM
  2. Changing the TYPE of image used in category items list
    By mxmerch in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 5 Sep 2010, 11:23 PM
  3. Remove Number of Items in Category List
    By riscphree in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 30 Oct 2008, 09:08 PM
  4. Duplicate Items in category list
    By highphilosopher in forum Bug Reports
    Replies: 2
    Last Post: 20 Mar 2008, 05:12 PM
  5. category list menu?
    By mcsolaar in forum Basic Configuration
    Replies: 0
    Last Post: 21 Feb 2008, 12:58 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg