field($model, 'order_id') ->textInput() ?> field($model, 'variant_id') ->textInput() ?> field($model, 'sku') ->textInput([ 'maxlength' => true ]) ?> field($model, 'price') ->textInput() ?> field($model, 'count') ->textInput() ?>
isNewRecord ? Yii::t('order', 'Create') : Yii::t('order', 'Update'), [ 'class' => $model->isNewRecord ? 'btn btn-success' : 'btn btn-primary' ] ) ?>