Commit 31369381f9ec15e4eee26355b561c3dcfe3df226
1 parent
ffab6f9a
-Name in similar changed
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
common/modules/product/widgets/views/product_smart_similar.php
... | ... | @@ -51,8 +51,8 @@ |
51 | 51 | 'catalog/product', |
52 | 52 | 'product' => $product->alias |
53 | 53 | ]) ?>" title="<?= $product->fullname . ' ' . $product->category->name ?>"> |
54 | - <p><span><?= $product->category->name ?></span></p> | |
55 | - <p><span><?= $product->fullname ?></span></p> | |
54 | +<!-- <p><span>--><?php //echo $product->category->name ?><!--</span></p>--> | |
55 | + <p><span><?= $product->name ?></span></p> | |
56 | 56 | |
57 | 57 | </a> |
58 | 58 | ... | ... |