title = 'Добавить товар в заказ'; $this->params[ 'breadcrumbs' ][] = [ 'label' => \Yii::t('app', 'Заказы'), 'url' => [ 'index' ], ]; $this->params[ 'breadcrumbs' ][] = $this->title; $js = ' window.onbeforeunload = function(e) { $.ajax({ type: "GET", url: "/admin/ecommerce/order/exit-order", data: { id: ' . $model->id . ', }, success: function() { console.log("Exit order"); } }); }; '; $this->registerJs($js, View::POS_READY); ?>

title) ?>

render( '_form', [ 'model' => $model, 'dataProvider' => $dataProvider, 'pjax' => true, ] ) ?>