MFwebmaster Posted July 13, 2008 Posted July 13, 2008 What the title says. Need help getting rid of -> in categories box that follows the category name and product count. Example: Category1 (5) - >. I want to get rid of this - > but dont know what code to edit out. i am running STS on my site so it's not in the usual includes/boxes/categories.php Thanks!
web-project Posted July 13, 2008 Posted July 13, 2008 simply modify the left column and remove the category box. Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here! 8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself. Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues. Any issues with oscommerce, I am here to help you.
Guest Posted July 13, 2008 Posted July 13, 2008 Well don't know about STS but in stock osc it is in includes/boxes/categories.php. Look for if (tep_has_category_subcategories($counter)) { $categories_string .= '->'; } change to if (tep_has_category_subcategories($counter)) { $categories_string .= ''; }
bkellum Posted July 14, 2008 Posted July 14, 2008 What the title says.Need help getting rid of -> in categories box that follows the category name and product count. Example: Category1 (5) - >. I want to get rid of this - > but dont know what code to edit out. i am running STS on my site so it's not in the usual includes/boxes/categories.php Thanks! This has nothing to do with STS and yes, STS still uses the includes/boxes/categories.php file. The osCommerce Knowledge Base details how to remove the -> from your category listings: http://www.oscommerce.info/kb/osCommerce/G..._and_Tricks/247 Bill Kellum Sounds Good Productions STS Tutorials & more: STSv4.6, STS Add-ons (STS Power Pack), STS V4 Forum STS Forum FREE TEMPLATE
Recommended Posts
Archived
This topic is now archived and is closed to further replies.