thoneycutt Posted December 13, 2005 Share Posted December 13, 2005 I am trying to remove the arrows from my categories with no luck. This is the change that I made in the catalog/includes/boxes/categories.php From this: if (tep_has_category_subcategories($counter)) { $categories_string .= '->'; To this: if (tep_has_category_subcategories($counter)) { $categories_string .= ''; I am still seeing the arrows. What other file is controlling this? Thanks, Terry Link to comment Share on other sites More sharing options...
AlanR Posted December 13, 2005 Share Posted December 13, 2005 It's & gt (I had to put a space between the & and the g or the forum makes it > $category_path .= $product_categories[$i][$j]['text'] . ' & gt; '; Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management) Link to comment Share on other sites More sharing options...
Guest Posted December 13, 2005 Share Posted December 13, 2005 I am trying to remove the arrows from my categories with no luck. This is the change that I made in the catalog/includes/boxes/categories.php From this: if (tep_has_category_subcategories($counter)) { $categories_string .= '->'; To this: if (tep_has_category_subcategories($counter)) { $categories_string .= ''; I am still seeing the arrows. What other file is controlling this? Thanks, Terry http://www.oscommerce.com/forums/index.php?sho...23entry706923 Read the 4th post down by Steve B. Worked a treat. -- Mindy Link to comment Share on other sites More sharing options...
thoneycutt Posted December 14, 2005 Author Share Posted December 14, 2005 http://www.oscommerce.com/forums/index.php?sho...23entry706923 Read the 4th post down by Steve B. Worked a treat. -- Mindy Thanks, but that did not work for me either. The strange thing that I have noticed is that when I click on certain sub-categories the arrows disappear and then they come back when I click on other sub-categories or categories. I appreciate any help that anyone can give. Terry Link to comment Share on other sites More sharing options...
thoneycutt Posted December 14, 2005 Author Share Posted December 14, 2005 Anyone? Link to comment Share on other sites More sharing options...
thoneycutt Posted December 15, 2005 Author Share Posted December 15, 2005 Thanks, but that did not work for me either.The strange thing that I have noticed is that when I click on certain sub-categories the arrows disappear and then they come back when I click on other sub-categories or categories. I appreciate any help that anyone can give. Terry Help.... I am still searching for a fix for this. Here is my web site if it will help anyone: My Web Site Thanks! Terry Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.