Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

adding new catagory without link on page


Guest

Recommended Posts

Posted

Hi there. I want to add a new catagory. However i dont want the link to this catagory to be visible.

 

Is this possible?

 

Thanks.

Posted

Hey Something,

 

open your (catalog)/includes/boxes/categories.php and look for this code:

 

tep_show_category($first_element); 

 $info_box_contents = array();
 $info_box_contents[] = array('text' => $categories_string);

 

and add this:

 

tep_show_category($first_element); 

 $info_box_contents = array();
 $info_box_contents[] = array('text' => '<p> Your Text Here <p>' .  $categories_string);

 

give that a try

Wade Morris

Amarillo, Texas

 

Before you do any changes on your site you need to do BACKUP! BACKUP!

Archived

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

×
×
  • Create New...