roadside Posted May 5, 2006 Posted May 5, 2006 Greetings! I've recently setup osCommerce and am trying to modify the code to make it: Easy to customize to new clients Tableless My issues begin here: The first image shows the end result of my now poorly coded html, and the second image the code I'm searching for to replace. I'm fairly new to php though I'd like to think I can find my way around the files - not happening however. Desired code: <h3>Categories</h3> <div class="section"> <ul> <li>Hardware > (6)</li> <li>Software > (4)</li> <li>DVD Movies > (17)</li> </ul> </div>
Guest Posted May 5, 2006 Posted May 5, 2006 look into your catalog\includes\boxes\categories.php or if you're using a template see also catalog\includes\header.php. The box class is in catalog\includes\classes\boxes.php
roadside Posted May 8, 2006 Author Posted May 8, 2006 The box class is in catalog\includes\classes\boxes.php Huh - yeah, that looks exactly like what I needed. Not expecting to find it there. Thanks Enigma1!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.