Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I remove -> from category links


Guest

Recommended Posts

Hi,

 

Please could someone tell me how to remove the -> at the end of the category links on the left side box, I've tried searching but haven't found the answer.

 

Thanks in advance for any help.

 

Jane :)

Link to comment
Share on other sites

In catalog/includes/boxes/categories.php find around line 42

      $categories_string .= '->';

Cahnge to

      $categories_string .= '';

Link to comment
Share on other sites

In catalog/includes/boxes/categories.php find around line 42

      $categories_string .= '->';

Cahnge to

      $categories_string .= '';

 

 

Thanks, that worked great! :)

Link to comment
Share on other sites

In catalog/includes/boxes/categories.php find around line 42

      $categories_string .= '->';

Change to

      $categories_string .= '';

 

Yes it worked fine! Thank you.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...