user->isGuest) {
?>
field($model, 'name')
->textInput()
->label(Yii::t('app','name'));
?>
field($model, 'secondname')
->textInput()
->label(Yii::t('app','secondname'));
?>
field($model, 'city')
->textInput()
->label(Yii::t('app','city'));
?>
field($model, 'address')
->textInput()
->label(Yii::t('app','address'));
?>
field($model, 'phone')
->textInput()
->label(Yii::t('app','phone'));
?>
field($model, 'email')
->textInput();
?>
field($model, 'comment')
->textarea(
[
'rows' => 4,
]
)
->label(Yii::t('app','comment'));
?>
=Yii::t('app','Total count')?>
asDecimal($sum, 2); ?> | |
---|---|
asDecimal($sumDiscount, 2); ?> | |
asDecimal($sum, 2); ?> |