예제 #1
0
 public function renderDefault()
 {
     $this->template->offersShipment = $this->shipmentService->existsAnyShipmentOption();
 }
예제 #2
0
 public function actionDefault()
 {
     if (!$this->shipmentService->existsAnyShipmentOption()) {
         $this->redirect(':Front:Order:Payment:');
     }
 }