'basket_form', 'fieldConfig' => [ 'template' => '{label}{input}', ], ]); echo $form->field($order, 'name', [ 'options' => [ 'class' => 'input-wr', ], ]) ->label('имя') ->textInput(); echo $form->field($order, 'phone', [ 'options' => [ 'class' => 'input-wr', ], ]) ->label('Телефон') ->textInput(); echo $form->field($order, 'email', [ 'options' => [ 'class' => 'input-wr', ], ]) ->label('E-mail') ->textInput(); if(!empty( $models )) { ?>
getImageUrl(), 'basket_item'), [ 'collection/view', 'collection_id' => $model->product_id, 'variant_id' => $model->product_variant_id, ]); ?> lang->name; ?>
: sku; ?>
field($order, 'comment', [ 'options' => [ 'class' => 'input-wr' ] ]) ->label(Yii::t('app', 'comment2')) ->textarea(); ?>
продолжить выбор
*/ ?>