Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

where do i change the....


sheltonjb

Recommended Posts

Posted

where can i change the symbol that points to how many items are in a category?

 

see this example:

 

Birthdays -> (23)

 

I want to change the bold bit so it looks like this:

 

Birthdays » (23)

 

thanks in advance :thumbsup:

Shelton Brown

Web/Graphic Designer

Posted

catelog/includes/boxes/categories.php

look for:

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

and change to:

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

My Contributions

 

Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly

Password Protect Admin

"No matter where you go....There you are" - Buccaroo Bonsai

Posted
catelog/includes/boxes/categories.php

look for:

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

and change to:

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

 

ah bill, top lad! that looks much better...

 

tell ya what, it amzes me how u lot know this stuff!

 

thanks again

Shelton Brown

Web/Graphic Designer

Archived

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

×
×
  • Create New...