cancel
Showing results for 
Search instead for 
Did you mean: 

Shopping Cart is EmptyYou have no items in your shopping cart.Click here to continue shopping.

Re: Shopping Cart is EmptyYou have no items in your shopping cart.Click here to continue shopping.

I also have this.

Re: Shopping Cart is EmptyYou have no items in your shopping cart.Click here to continue shopping.

Just temporary fix. It helped me. In "src/vendor/magento/module-checkout/Controller/Cart/Add.php:80" Comment these lines:

if (!$this->_formKeyValidator->validate($this->getRequest())) {
    return $this->resultRedirectFactory->create()->setPath('*/*/');
}