Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need help getting rid of -> in categories box


MFwebmaster

Recommended Posts

Posted

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!

Posted

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.

Posted

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 .= '';
}

Posted
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...