Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Customizing Category Box


AmandTamzerian

Recommended Posts

Hey folks,

 

How do I strip out all the code and tables in categories.php so that it outputs some simple bare bones xhtml into a div I've created for it? I want the final code to look like this:

 

<ul>
      <li><a href="link to category 1" title="Category 1">Category 1</a></li>
      <li><a href="link to category 1" title="Category 2">Category 2</a></li>
      <li><a href="link to category 1" title="Category 3">Category 3</a></li>
</ul>

 

Go L33T code ninjas! :ph34r:

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...