Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Version 2.3.1: simple <ul> <li> categories


strub

Recommended Posts

Hey thanks pdcelec

 

I did see these contribution but the first one don't has a correct ul li for my needs

and the second seems too complicated for a simple ul li.

 

I just need for the bm_categories this simple output:

 

<li><a href="">Category</a>
             <ul>
               <li><a href="">Subcategory</a></li>
               <li><a href="">Subcategory 1</a></li>
               <li><a href="">Subcategory 2</a></li>
             </ul>
        </li>

        <li><a href="">Category 1</a>
             <ul>
               <li><a href="">Subcategory</a></li>
               <li><a href="">Subcategory 1</a></li>
               <li><a href="">Subcategory 2</a></li>
             </ul>
        </li>

 

Hope you or someone else has another contribution or script. Thanks again.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...