Guest Posted July 29, 2011 Posted July 29, 2011 When a customer tries to add a product to the cart, it will not go in the cart. There is no error message, it just shows 0 items in the cart. This just happened. Any suggestions would be appreciated.
Guest Posted July 29, 2011 Posted July 29, 2011 Ben If the website was functional and now it is not, then something has changed. If you did not make any code changes, then you may have hacker activity. Chris
Guest Posted July 29, 2011 Posted July 29, 2011 Ben If the website was functional and now it is not, then something has changed. If you did not make any code changes, then you may have hacker activity. Chris I tried to make all the pages indicate https:// and that caused several problems. Then I tried to reverse the https:// thing. When I try to add an item to the cart I get this message: This form will be sent in a way that is not secure. Are you sure you want to send it? and nothing will go into the cart if I say continue.
hughesca Posted July 29, 2011 Posted July 29, 2011 Looks like you haven't fully reversed your https:// mishap. Do that and it will resolve your problem. Did you make a backup? Peace, Chris
germ Posted July 29, 2011 Posted July 29, 2011 The most common reason for the behavior you describe (continually dumping the cart) would be incorrect cookie settings in the config file. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
satish Posted July 31, 2011 Posted July 31, 2011 Ben If the website was functional and now it is not, then something has changed. If you did not make any code changes, then you may have hacker activity. Chris Probably your session ID is not getting carried thru. Make sure that oscsid is same for all the clicks. if oscsid is right then you need to look into your code as it might have been modified and either due to some bug or register globals issue it takes 0 as a value. Satish Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.