diff --git a/Controller/Checkout/Cart/Add.php b/Controller/Checkout/Cart/Add.php index 5900580..f1f1267 100644 --- a/Controller/Checkout/Cart/Add.php +++ b/Controller/Checkout/Cart/Add.php @@ -54,8 +54,7 @@ protected function getBackUrl($defaultUrl = null) if ($this->getRequest()->getActionName() == 'add' && !$this->getRequest()->getParam('in_cart')) { $this->_checkoutSession->setContinueShoppingUrl($this->_redirect->getRefererUrl()); } - - return $this->_url->getUrl('checkout/cart/added/id/' . $productId); + return $this->_url->getUrl('checkout/cart'); } return $defaultUrl;