kod Posted May 19, 2008 Posted May 19, 2008 I 'd like to make link to product while keeping session ID, anyone know how? (so my customer don't need to login again when click to that link) my product look like this http://www.xxx.com/product_info.php?produc...6adbc0823142346 thank you in advance ^^
♥Vger Posted May 21, 2008 Posted May 21, 2008 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.