Commit 84345c322104335f2a38cb5f1298ed054f999e0b
1 parent
ffde80b8
big commti
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
frontend/views/basket/modal_items.php
@@ -42,7 +42,7 @@ | @@ -42,7 +42,7 @@ | ||
42 | ?> | 42 | ?> |
43 | </td> | 43 | </td> |
44 | <td class="right"> | 44 | <td class="right"> |
45 | - <div class="title"><?php echo $model->name; ?></div> | 45 | + <div class="title"><?php echo $model->getFullname(); ?></div> |
46 | <div class="count_choise"> | 46 | <div class="count_choise"> |
47 | <span class="minus"></span> | 47 | <span class="minus"></span> |
48 | <input type="text" name="count" value="<?php echo $basket->getItem($model->product_variant_id)[ 'count' ]; ?>" class="prod_count"> | 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,7 +62,7 @@ use yii\widgets\ActiveForm; | ||
62 | 'catalog/product', | 62 | 'catalog/product', |
63 | 'product' => $model->product->alias | 63 | 'product' => $model->product->alias |
64 | ]) ?>"> | 64 | ]) ?>"> |
65 | - <?= $model->name ?> | 65 | + <?= $model->getFullname() ?> |
66 | </a> | 66 | </a> |
67 | 67 | ||
68 | </td> | 68 | </td> |