public function doSelectShippingMethod()
 {
     parent::doSelectShippingMethod();
     return new ActionRedirectResponse('onePageCheckout', 'update');
 }
示例#2
0
 public function doSelectShippingMethod()
 {
     //$this->order->loadAll();
     $time = $GLOBALS['time'] = microtime(true);
     parent::doSelectShippingMethod();
     $this->order->getTotal(true);
     //		var_dump(__line__ , microtime(true) - $GLOBALS['time']);
     $response = $this->getUpdateResponse();
     return $response;
 }
 public function doSelectShippingMethod()
 {
     //$this->order->loadAll();
     parent::doSelectShippingMethod();
     $this->order->getTotal(true);
     return $this->getUpdateResponse();
 }