Commit 6e55299ff6f33317166617bad59667769da6b09c
1 parent
a5a4fc92
-home slider hit
Showing
1 changed file
with
5 additions
and
2 deletions
Show diff stats
common/modules/product/widgets/views/product_smart.php
@@ -42,8 +42,11 @@ | @@ -42,8 +42,11 @@ | ||
42 | 'catalog/product', | 42 | 'catalog/product', |
43 | 'product' => $product->alias | 43 | 'product' => $product->alias |
44 | ]) ?>" title="<?= $product->fullname . ' ' . $product->category->name ?>"> | 44 | ]) ?>" title="<?= $product->fullname . ' ' . $product->category->name ?>"> |
45 | - <p><span><?= $product->fullname ?></span></p> | ||
46 | - <p><span><?= $product->category->name ?></span></p> | 45 | + |
46 | + <p><span><?= $product->name ?></span></p> | ||
47 | + <p><span><?= $product->category->name ?></span></p> | ||
48 | +<!-- <p><span>--><?//= $product->fullname ?><!--</span></p>--> | ||
49 | +<!-- <p><span>--><?//= $product->category->name ?><!--</span></p>--> | ||
47 | </a> | 50 | </a> |
48 | 51 | ||
49 | </div> | 52 | </div> |