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 | 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