Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Dynamic DHTML Menu


trkannanbabu

Recommended Posts

Hi all,

 

I have used this contribution http://addons.oscommerce.com/info/1238 to install the dynamic menu. ultimately it was come out nicely.

But the problem is in order to maintain the session i need to concatenate osCsid so that all the menu items would maintain the session id and works well.

I have added menu_items_js.php line no. 20

 

print "\t[\"" . $categories['categories_name'] . "\", \"index.php?cPath=" . $categories['categories_id'] . "&name=" .urlencode($categories['categories_name']) ."&osCsid=".tep_session_id()."\"";

 

but the problem is everytime it's regenerating the new OsCsid code.

 

Please help me out to fix this problem.

 

Thanks,

Kannan

Link to comment
Share on other sites

It does not appear that the links are using the tep_href_link() function. You need to use that function to carry the session id properly.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...