Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing arrow


Guest

Recommended Posts

Posted

Hi,

 

When creating Subcategories to a Categori, a little arrow [->] is added next to the maincategory name in the webshops categories box.

 

How can I possible remove this arrow, as I don't want it to show up eventhough I create subcategories to a category..?

I have checked includes/boxes/category.php and other likely files, but didn't manage to find where to delete it..

 

Thank you very much

Posted

that arrow is hidden in the categories.php file in includes/boxes ... yu have probably not found it as teh html sign for the arrow is used!

 

the lines to comment out are

 

if (tep_has_category_subcategories($counter)) {

$categories_string .= '->';

}

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Archived

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

×
×
  • Create New...