josieg182 Posted October 9, 2006 Posted October 9, 2006 How do I remove those arrows indicating products within the categories box? Thank you! Take nothing but pictures. Leave nothing but footprints. Kill nothing but time. (\__/) (='.'=) (")_(")
natewlew Posted October 9, 2006 Posted October 9, 2006 On line 41 in /includes/boxes/categories.php you will find: if (tep_has_category_subcategories($counter)) { $categories_string .= '-& gt;'; } All you have to do is comment it out: // if (tep_has_category_subcategories($counter)) { // $categories_string .= '-& gt;'; // } Other great Open Source (Free) programs: (Free as in free speech not free beer) The Gimp - An image program. | Firefox - All you have to do is add the Web Developer add-on to make this web browser complete. | FileZilla - An ftp program. | Inkscape - A good program to create images with. | Thunderbird - An email program. | Openoffice.org - An office suite that is compatible with MS Office. | Abiword - Another office suite. | Audacity - A sound recording tool. | ddp's Picks | Wordpress - An easy to use blogging software. | Joomla - An easy to use CMS that has ecommerce plug-ins. | Drupal - Another CMS How do I find these programs? Google Search!
josieg182 Posted October 9, 2006 Author Posted October 9, 2006 On line 41 in /includes/boxes/categories.php you will find:All you have to do is comment it out: thanks! Now, can you tell me how to add a space between the parent categories and the subcategories? Take nothing but pictures. Leave nothing but footprints. Kill nothing but time. (\__/) (='.'=) (")_(")
Recommended Posts
Archived
This topic is now archived and is closed to further replies.