Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Session Lost @ Top


olsonsp4c

Recommended Posts

When my customers click the "Top" breadcrumb link the session id is lost and the shopping cart is emptied. Anyone know how to fix this - my guess is I'd fix it in application_top.php in the $breadcrumb line(s)...

 

thanks!

 

Scott

Link to comment
Share on other sites

When my customers click the "Top" breadcrumb link the session id is lost and the shopping cart is emptied. Anyone know how to fix this - my guess is I'd fix it in application_top.php in the $breadcrumb line(s)...

 

thanks!

 

Scott

 

I figured out the issue. I don't know if this is a permanent fix or not; however, it does work. Hopefully, it won't cause other issues. I just don't want to lose customers because they would fill up their shopping carts and then click the "Top" link and have an empty shopping cart, get frustrated, and leave.

 

in includes/application_top.php find:

  $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);

 

and replace with:

  $breadcrumb->add(HEADER_TITLE_TOP, tep_href_link(FILENAME_DEFAULT));

 

Scott

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...