Guest User

Untitled

a guest
Dec 13th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. protected function _expireAjax() {
  2. if (!$this->getOnepage()->getQuote()->hasItems() || $this->getOnepage()->getQuote()->getHasError() || $this->getOnepage()->getQuote()->getIsMultiShipping()) {
  3. $this->_ajaxRedirectResponse();
  4. return true;
  5. }
  6. if (Mage::getSingleton('checkout/session')->getCartWasUpdated(true)) {
  7. $this->_ajaxRedirectResponse();
  8. return true;
  9. }
  10. return false;
  11. }
Add Comment
Please, Sign In to add comment