field($model, 'name')->textInput(['maxlength' => true]) ?> field($model, 'tax_brand_id')->dropDownList( ArrayHelper::map(ProductHelper::getBrands()->all(), 'tax_option_id', 'ValueRenderFlash'), [ 'prompt' => Yii::t('product', 'Select brand') ] ) ?> categories); ?> field($model, 'categories')->dropDownList( ArtboxTreeHelper::treeMap(ProductHelper::getCategories(), 'tax_option_id', 'ValueRenderFlash'), [ // 'prompt' => Yii::t('product', 'Select category'), 'multiple' => true ] ) ?>
isNewRecord ? Yii::t('product', 'Create') : Yii::t('product', 'Update'), ['class' => $model->isNewRecord ? 'btn btn-success' : 'btn btn-primary']) ?>