Commit e600101636bfd132cb41df3f73751146266b5039
1 parent
9a3914f7
Product fullname fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
common/modules/product/widgets/views/product_smart.php
@@ -29,7 +29,7 @@ use yii\helpers\Url; | @@ -29,7 +29,7 @@ use yii\helpers\Url; | ||
29 | <a href="<?= Url::to([ | 29 | <a href="<?= Url::to([ |
30 | 'catalog/product', | 30 | 'catalog/product', |
31 | 'product' => $product]) | 31 | 'product' => $product]) |
32 | - ?>" class="name"><?= $product->fullnamewithcategory ?> | 32 | + ?>" class="name"><?= $product->fullname ?> |
33 | </a> | 33 | </a> |
34 | 34 | ||
35 | <div class="cost-block"> | 35 | <div class="cost-block"> |