Commit 84345c322104335f2a38cb5f1298ed054f999e0b

Authored by Administrator
1 parent ffde80b8

big commti

frontend/views/basket/modal_items.php
... ... @@ -42,7 +42,7 @@
42 42 ?>
43 43 </td>
44 44 <td class="right">
45   - <div class="title"><?php echo $model->name; ?></div>
  45 + <div class="title"><?php echo $model->getFullname(); ?></div>
46 46 <div class="count_choise">
47 47 <span class="minus"></span>
48 48 <input type="text" name="count" value="<?php echo $basket->getItem($model->product_variant_id)[ 'count' ]; ?>" class="prod_count">
... ...
frontend/views/order/_order_form.php
... ... @@ -62,7 +62,7 @@ use yii\widgets\ActiveForm;
62 62 'catalog/product',
63 63 'product' => $model->product->alias
64 64 ]) ?>">
65   - <?= $model->name ?>
  65 + <?= $model->getFullname() ?>
66 66 </a>
67 67  
68 68 </td>
... ...