legendr34 Posted August 2, 2003 Posted August 2, 2003 Hello, Anbody know the solution? I want to remove the " -> and (314) " in Hardware-> (314) thank you! I tried searching for SHOW_COUNT in application top, but no good, using MS1
Guest Posted August 2, 2003 Posted August 2, 2003 admin :arrow: Configuration :arrow: My Store :arrow: Show Category Counts, set to false. Hth, Matt
legendr34 Posted August 2, 2003 Author Posted August 2, 2003 admin :arrow: Configuration :arrow: My Store :arrow: Show Category Counts, set to false. Hth, Matt thank you. does anyone know how to rid of the " -> " in the catagoy box now? :D
chfields Posted August 2, 2003 Posted August 2, 2003 That shows up when you have sub categories, but I don't know how to get rid of it
Guest Posted August 2, 2003 Posted August 2, 2003 http://wiki.oscommerce.com/helpHowtoRemove...eCategoryArrows HTH The_Bear
zeon Posted May 23, 2004 Posted May 23, 2004 Just add a line to a catalog/includes/configure.php as follow: define('SHOW_COUNTS', 'false');
241 Posted May 23, 2004 Posted May 23, 2004 If it is just the -> that you want rid of and not the numbers then /includes/boxes/categories.php if (tep_has_category_subcategories($counter)) { $categories_string .= '->'; } either change to if (tep_has_category_subcategories($counter)) { $categories_string .= ''; } or change to /* if (tep_has_category_subcategories($counter)) { $categories_string .= '->'; }*/ No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.