Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I create an href within my site, without breaking session ID?


wildvettes

Recommended Posts

I'm able to make my links go where they need to, but unfortunately it is breaking the session ID and starting a new one. This is only occurring when I create an href to a particular product or category.

 

Any way to fix this?

 

Thank you.

Link to comment
Share on other sites

OK, nevermind got it, for any wondering it looks like this if you are using an image...

 

 

<a href="<?php echo tep_href_link('index.php?cPath=134');?>"><img src="/images/c5_button.jpg" alt="C5 Corvettes"height=215 width=310></a>

 

and nope that is still breaking it : /

 

What am I doing wrong?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...