wschwaiger
wschwaiger

Reputation: 11

Magento cart can only take one item

Our cart is facing the following issue - you can add one item to the cart - but not a second one. I have already check all the obvious in the system section for restrictions on the quantity (e.g. Unable to add product quantity more than one items in one order MAGENTO) - cookie life time - and many more. No misconfiguration was found. I am using Magento 1.6.2.0. The error was reproduced in Chrome and Safari on Mac OS X many times in a row. I am sorry that I can not post an URL. Moreover there is to know that the run-time environment is an Amazon EC2/RDS Service.

Upvotes: 1

Views: 919

Answers (1)

Sander Mangel
Sander Mangel

Reputation: 305

Sounds like the session is not stored. Can you make sure the cookie is set on the correct domain and the sessions are stored properly?

In case you're using file based sessions it could be the files can't be created due to permission issues in the var/session directory

Upvotes: 1

Related Questions