Commit 146c6a02e236e249962d3c065d3eabbbdeaf9ef2

Authored by Alex Savenko
1 parent a7750b71

анкоры ссылок для виджетов

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 29 <a href="<?= Url::to([
30 30 'catalog/product',
31 31 'product' => $product])
32   - ?>" class="name"><?= $product->name ?>
  32 + ?>" class="name"><?= $product->fullnamewithcategory ?>
33 33 </a>
34 34  
35 35 <div class="cost-block">
... ...