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