wildvettes Posted April 14, 2011 Share Posted April 14, 2011 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 More sharing options...
wildvettes Posted April 14, 2011 Author Share Posted April 14, 2011 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 More sharing options...
wildvettes Posted April 14, 2011 Author Share Posted April 14, 2011 OK, Got it this time... <a href="<?php echo tep_href_link(FILENAME_DEFAULT, 'cPath=134') ?>"><img src="/images/c5_button.jpg" alt="C5 Corvettes"height=215 width=310></a> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.