Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product link while keeping session ID


kod

Recommended Posts

Posted

You don't include a session id in a product link. If you do then everyone using that link will end up in each others shopping carts and My Account area, and Search Engines which spider the website will pick up and use the session id which you have hardcoded into the link.

 

The link should be something like: <a href="index.php?cPath=50&products_id=80">Click Here</a>

 

You get the cPath and products_id by mousing over the product icon (far left) when in your osCommerce admin area.

 

Vger

Archived

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

×
×
  • Create New...