Guest User

Untitled

a guest
Jan 16th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. $this->_messageManager->addSuccessMessage(__("All requested products have been added to the cart."));
  2.  
  3. window.location.href = "/checkout/cart";
  4.  
  5. return $this->resultRedirectFactory->create()->setPath('checkout/cart', ['_current' => true]);
  6.  
  7. $resultRedirect = $this->resultRedirectFactory->create();
  8. $resultRedirect->setPath('checkout/cart');
  9. return $resultRedirect;
Add Comment
Please, Sign In to add comment