$params = []; | $params = []; | ||||
$producer = $this->getProducer() ; | $producer = $this->getProducer() ; | ||||
if(\Yii::$app->user->isGuest && !$producer->option_allow_order_guest) { | |||||
return $this->redirect(Yii::$app->urlManagerFrontend->createAbsoluteUrl(['site/producer','id' => $producer->id])) ; | |||||
} | |||||
if ($id) { | if ($id) { | ||||
$order = Order::searchOne([ | $order = Order::searchOne([ | ||||
'id' => $id | 'id' => $id |