hasErrors()) {
echo Html::tag(
'p',
\Yii::t('app', 'Please choose delivery method.'),
[
'class' => 'text-danger',
]
);
}
foreach ($deliveries as $index => $delivery) {
?>
field(
$model,
'delivery_id',
[
'options' => [
'class' => 'form-group order-radio',
],
]
)
->radio(
[
'uncheck' => ( $index === 0 ) ? 0 : null,
'label' => null,
'tag' => false,
'value' => $delivery->id,
]
)
->label(false)
->error(false);
?>
lang->title; ?>
lang->description; ?>
=Yii::t('app','Total count')?>
asDecimal($sum, 2); ?> | |
---|---|
asDecimal($sumDiscount, 2); ?> | |
asDecimal($sum, 2); ?> |