Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how to remove -> ???


cukuir

Recommended Posts

I disabled counts in my store and I still have the ->, but only on categories that contain categories. I haven't changed anything as far as categories are concerned.

 

Looks like you might want to comment out the line:

 

if (tep_has_category_subcategories($counter)) {
     $categories_string .= '->';
   }

 

in catalog/includes/boxes/categories.php

 

Steph

Link to comment
Share on other sites

I was able to remove mine, but i forgot where is was :(

 

Try looking in the catalog/index.php file, do a find this (-> ) on page.

 

if i have time i'll look again

Link to comment
Share on other sites

  • 1 month later...
Looks like you might want to comment out the line:

 

 

CODE 

if (tep_has_category_subcategories($counter)) {

    $categories_string .= '->';

  }

 

 

 

in catalog/includes/boxes/categories.php

 

This worked for me. It was not the item count that was giving me the problem. It was That you still saw "->" with subcatagories. Thanks for the info vnynv7nvdi!

See you on the dark side,

Kristy

 

I'm just a girl living in captivity

Your rules of thumb makes me worrisome

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...