Cannot add items to shopping cart


If you are unable to add items to your Magento shopping cart try one of the following resolutions. This is generally an issue with the cookies.

1. Remove session cookie parameters
Quite a drastic measure, so make sure to comment out, rather than delete:
Go to: Magento Folder/app/code/core/Mage/Core/Model/Session/Abstract/Varien.php
and comment out the following that starts at about line 87 as you see below. 

// session cookie params
$cookieParams = array(
'lifetime' => $cookie->getLifetime(),
'path' => $cookie->getPath(),
'domain' => $cookie->getConfigDomain(),
'secure' => $cookie->isSecure(),
'httponly' => $cookie->getHttponly()
);
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

What are search terms?

Search terms reveal what key words a customer is using to search in your store.Customers enter...

How to remove all orders from your Magento database.

Ensure you have made a copy of your Mangeto database before running any SQL commands. This is a...

How to update copy right information

Follow the below steps to update copy right information on a Magento site.1. Navigate to Admin...

Powered by WHMCompleteSolution