Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Category direct link


CuriousCat

Recommended Posts

Posted

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 ?

Posted

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.

Posted

Well, I'd tried...

 

I wrote this code:

<a href="index.php?cPath=21">Products</a>

 

And SID was lost, cart content dropped... :(

Archived

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

×
×
  • Create New...