Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

-> in the categories menu on left


Guest

Recommended Posts

Hello

 

I cannot find the answer for this

 

I have oscommerce 2.3.1

 

How do I take out the -> in the categories menu on the left hand side of my website

 

Thank you

 

Ian

Link to comment
Share on other sites

Link to comment
Share on other sites

Ian,

 

 

More precisely, this code:

 

 

if (tep_has_category_subcategories($counter)) {

$categories_string .= '->';

 

Change it to

 

if (tep_has_category_subcategories($counter)) {

$categories_string .= '';

 

 

 

Chris

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...