Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

not staying logged in


Crackedken

Recommended Posts

Ok, problem here. When I put shirts in the shopping cart before logging in, then go to check out, when I log-in, the shirts aren't there. If I log in first, then when I go to the shirts, I'm logged out again, and then the first problem comes back into play. Any ideas how can we get this fixed please?

 

http://www.driftmafia.com/store is the address. Oh, and I've got the Fast Easy Checkout contribution installed now, but I was still having this problem before i installed that.

Link to comment
Share on other sites

can happend when you do not use the oscommerce core functions to generate the links and you hard-code internal links to your site. Or when your configure.php is incorrectly set for the secure checkout.

Link to comment
Share on other sites

post the php code of the links where you're getting the problem. Is it the ones on the header.php? then post that file so someone can help and see what's wrong. You could verify it yourself basically you do not want to do something like

 

echo '<a href="www.mysite321.com/index.php>home</a>'

 

but instead you do

 

echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">home</a>'

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...