Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

linking from infoboxes to db?


Graveyard666

Recommended Posts

I don't think I made myself clear..

 

I want to put this link inside of a different infobox than categories..

 

http://graveyardrecords.com/v46/index.php?cPath=285

 

but don't want to lose the sessionID when a person clicks on it..

 

how do I accomplish this??

 

 

 

 

Yes, see the categories infobox for an example.

 

Jack

Link to comment
Share on other sites

You need to use the function tep_href_link to preserve the oscid.

An example of it's usage is below.

 

<a href="<?php echo tep_href_link('index.php', 'cPath=1')?>">Category 1</a>

 

HTH,

Robert

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...