Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove arrow


apolyshow

Recommended Posts

Posted

How can i remove this arrow from the categories?

I mean the arrow next from each category that showing that there are subcategories....

One amateur made the Arc, 5.000 pro made the Titanic...

Posted

How can i remove this arrow from the categories?

I mean the arrow next from each category that showing that there are subcategories....

 

if I understand you correctly look in

 

includes/modules/boxes/bm_categories.php

 

for

 

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

 

and remove

 

-&gt

 

Mark

Posted

Yes that's it Mark, i have remove it with your instructions

Thanks a lot.

One amateur made the Arc, 5.000 pro made the Titanic...

  • 2 weeks later...
Posted

Does anyone knows how can we remove the subcategories form the index page?

I mean, i want to select a category , but i don't want to open the subcategories in the same page, i don't want just to expand the subcategories.

I want the system to open directly this category page which includes the subcategories page.

Is that possible?

One amateur made the Arc, 5.000 pro made the Titanic...

Archived

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

×
×
  • Create New...