@@ -2,14 +2,14 @@ |
||
2 | 2 | |
3 | 3 | namespace app\modules\shop\controllers; |
4 | 4 | |
5 | +use Yii; |
|
5 | 6 | use app\backend\components\BackendController; |
6 | 7 | use app\models\Object; |
7 | 8 | use app\models\PrefilteredPages; |
8 | -use app\modules\shop\models\Product; |
|
9 | 9 | use app\models\Property; |
10 | 10 | use app\models\PropertyGroup; |
11 | 11 | use app\models\PropertyStaticValues; |
12 | -use Yii; |
|
12 | +use app\modules\shop\models\Product; |
|
13 | 13 | use yii\db\Query; |
14 | 14 | use yii\filters\AccessControl; |
15 | 15 | use yii\helpers\Url; |
@@ -2,14 +2,14 @@ |
||
2 | 2 | |
3 | 3 | namespace app\modules\shop\controllers; |
4 | 4 | |
5 | +use Yii; |
|
5 | 6 | use app\backend\components\BackendController; |
6 | 7 | use app\components\SearchModel; |
7 | 8 | use app\modules\shop\models\ShippingOption; |
8 | -use Yii; |
|
9 | 9 | use yii\filters\AccessControl; |
10 | 10 | use yii\filters\VerbFilter; |
11 | -use yii\web\NotFoundHttpException; |
|
12 | 11 | use yii\helpers\Url; |
12 | +use yii\web\NotFoundHttpException; |
|
13 | 13 | |
14 | 14 | /** |
15 | 15 | * ShippingOptionController implements the CRUD actions for ShippingOption model. |
@@ -2,24 +2,24 @@ |
||
2 | 2 | |
3 | 3 | namespace app\modules\shop\controllers; |
4 | 4 | |
5 | +use Yii; |
|
6 | +use app\backend\actions\DeleteOne; |
|
7 | +use app\backend\actions\MultipleDelete; |
|
8 | +use app\backend\actions\UpdateEditable; |
|
5 | 9 | use app\backend\components\BackendController; |
6 | 10 | use app\components\SearchModel; |
11 | +use app\modules\shop\models\Warehouse; |
|
7 | 12 | use app\modules\shop\models\WarehouseEmail; |
8 | 13 | use app\modules\shop\models\WarehouseOpeninghours; |
9 | 14 | use app\modules\shop\models\WarehousePhone; |
10 | -use devgroup\TagDependencyHelper\ActiveRecordHelper; |
|
11 | -use app\backend\actions\DeleteOne; |
|
12 | -use app\backend\actions\MultipleDelete; |
|
13 | -use app\backend\actions\UpdateEditable; |
|
14 | -use app\modules\shop\models\Warehouse; |
|
15 | 15 | use app\modules\shop\models\WarehouseProduct; |
16 | -use yii\helpers\Url; |
|
17 | -use Yii; |
|
16 | +use devgroup\TagDependencyHelper\ActiveRecordHelper; |
|
17 | +use yii\caching\TagDependency; |
|
18 | 18 | use yii\data\ActiveDataProvider; |
19 | 19 | use yii\filters\AccessControl; |
20 | +use yii\helpers\Url; |
|
20 | 21 | use yii\web\HttpException; |
21 | 22 | use yii\web\NotFoundHttpException; |
22 | -use yii\caching\TagDependency; |
|
23 | 23 | |
24 | 24 | class BackendWarehouseController extends BackendController |
25 | 25 | { |
@@ -2,14 +2,14 @@ |
||
2 | 2 | |
3 | 3 | namespace app\modules\shop\controllers; |
4 | 4 | |
5 | +use Yii; |
|
5 | 6 | use app\backend\components\BackendController; |
7 | +use app\backgroundtasks\helpers\BackgroundTasks; |
|
6 | 8 | use app\components\Helper; |
9 | +use app\models\Property; |
|
7 | 10 | use app\modules\shop\models\Yml; |
8 | -use app\backgroundtasks\helpers\BackgroundTasks; |
|
9 | -use Yii; |
|
10 | 11 | use yii\filters\AccessControl; |
11 | 12 | use yii\helpers\Json; |
12 | -use app\models\Property; |
|
13 | 13 | use yii\web\HttpException; |
14 | 14 | use yii\web\Response; |
15 | 15 |
@@ -3,8 +3,6 @@ |
||
3 | 3 | namespace app\modules\shop\controllers; |
4 | 4 | |
5 | 5 | use app\modules\core\behaviors\DisableRobotIndexBehavior; |
6 | -use app\modules\shop\models\Contragent; |
|
7 | -use app\modules\shop\models\Customer; |
|
8 | 6 | use app\modules\shop\models\Order; |
9 | 7 | use yii\filters\AccessControl; |
10 | 8 | use yii\helpers\Url; |
@@ -9,7 +9,6 @@ |
||
9 | 9 | use app\modules\shop\models\DeliveryInformation; |
10 | 10 | use app\modules\shop\models\Order; |
11 | 11 | use app\modules\shop\models\OrderDeliveryInformation; |
12 | -use app\modules\shop\models\OrderStageLeaf; |
|
13 | 12 | use app\modules\shop\models\OrderTransaction; |
14 | 13 | use app\modules\shop\models\PaymentType; |
15 | 14 | use app\properties\HasProperties; |
@@ -3,8 +3,8 @@ |
||
3 | 3 | namespace app\modules\shop\models; |
4 | 4 | |
5 | 5 | |
6 | -use app\components\payment\AbstractPayment; |
|
7 | 6 | use Yii; |
7 | +use app\components\payment\AbstractPayment; |
|
8 | 8 | use yii\base\Exception; |
9 | 9 | use yii\base\UnknownClassException; |
10 | 10 | use yii\db\ActiveRecord; |
@@ -1,5 +1,4 @@ |
||
1 | 1 | <?php |
2 | -use kartik\select2\Select2; |
|
3 | 2 | |
4 | 3 | /** |
5 | 4 | * @var $this yii\web\View |
@@ -5,9 +5,9 @@ |
||
5 | 5 | * @var \yii\data\ActiveDataProvider $dataProvider |
6 | 6 | */ |
7 | 7 | |
8 | +use kartik\icons\Icon; |
|
8 | 9 | use yii\helpers\Html; |
9 | - use yii\helpers\Url; |
|
10 | - use kartik\icons\Icon; |
|
10 | +use yii\helpers\Url; |
|
11 | 11 | |
12 | 12 | $this->title = Yii::t('app', 'Order stages'); |
13 | 13 | $this->params['breadcrumbs'] = [ |