Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

static link in category infobox


bluecivic21

Recommended Posts

Posted

is it possible to add a link in the category box, I want to add a static page to the list of categories, or is it possible to make a category go stright to a php page and not display the category content

Posted

I have just written the link into the includes/boxes/categories.php

You'll need to keep your session going so do something like:

 

 

Change at the end of file:

 

}

 new infoBox($info_box_contents);

?>

 

To:

}

 new infoBox($info_box_contents);

?>

<a href="your_file.php?osCsid=<? echo tep_session_id() ?>">Your Link Name</a>

 

Marg

Archived

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

×
×
  • Create New...