CuriousCat Posted April 15, 2004 Posted April 15, 2004 Hi there. Situation: at my OSC-based site there is only one category. Now I'm creating HTML menu at the top of page. At menu, there is a "Products" button, which must bring visitor to the only category. Problem: I don't know how to make a direct link to category ? If I wrote just <a href="index.php?cPath=21"> SID would be lost, I think... Question: How I cat make a correct direct link to category ?
oki.tu Posted April 15, 2004 Posted April 15, 2004 There is no problem with a direct link like u wrote it. The session id wont get lost, because the server saves it in the background. Just use the link you wrote above.
CuriousCat Posted April 15, 2004 Author Posted April 15, 2004 Well, I'd tried... I wrote this code: <a href="index.php?cPath=21">Products</a> And SID was lost, cart content dropped... :(
Recommended Posts
Archived
This topic is now archived and is closed to further replies.