mj_superfly Posted June 2, 2005 Share Posted June 2, 2005 Hello all - I'm developing a site with a image slideshow on the front page which links to 'collections' of my products... basically just search results pages which pick up all the products in a collection. e.g. <?php echo tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT, 'keywords=jade', 'NONSSL', false); ?> Unfortunately, this doesn't maintain the session ID and the customers shopping cart gets emptied. I don't want to force cookie use. Any suggestions? Thanks! Link to comment Share on other sites More sharing options...
FalseDawn Posted June 2, 2005 Share Posted June 2, 2005 this doesn't maintain the session ID It will if you do it properly. How are you constructing the links? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.