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.

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

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('*/*/');
}