Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing -> Seems Easy but


lilmiss2die4

Recommended Posts

Posted

I have repeatedly read the forums on how to remove the ->. I have went to my includes/box/categories.php and I have tried to comment out the following code and I have even tried to remove the code. Both times I have refreshed my page and the arrow is still there. Is there another option or am I not understanding. Thanks for any help

 

Kelly

 

 

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

   $categories_string .= '</a>';

Posted
I have repeatedly read the forums on how to remove the ->. I have went to my includes/box/categories.php and I have tried to comment out the following code and I have even tried to remove the code. Both times I have refreshed my page and the arrow is still there. Is there another option or am I not understanding. Thanks for any help

 

Kelly

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

   $categories_string .= '</a>';

 

Which -> arrows exactly are you having problems with?

Archived

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

×
×
  • Create New...