Commit 9a6f4934cadbf62b264c9953c9c5af40cabb31f7
1 parent
b9cfef38
-collection
Showing
1 changed file
with
11 additions
and
9 deletions
Show diff stats
common/modules/product/widgets/views/product_smart_similar.php
... | ... | @@ -11,15 +11,7 @@ |
11 | 11 | <div class="catalog_item"> |
12 | 12 | <div class="wrapper"> |
13 | 13 | <div class="item_container"> |
14 | - <div class="title"> | |
15 | - <?= Html::a($product->name, | |
16 | - [ | |
17 | - 'catalog/product', | |
18 | - 'product' => $product->alias, | |
19 | - ] | |
20 | - ) ?> | |
21 | - </div> | |
22 | - <div class="img"> | |
14 | + <div class="img"> | |
23 | 15 | <a href="<?=Url::to([ |
24 | 16 | 'catalog/product', |
25 | 17 | 'product' => $product->alias, |
... | ... | @@ -52,6 +44,16 @@ |
52 | 44 | |
53 | 45 | </div> |
54 | 46 | </div> |
47 | + | |
48 | + <div class="title"> | |
49 | + <?= Html::a($product->name, | |
50 | + [ | |
51 | + 'catalog/product', | |
52 | + 'product' => $product->alias, | |
53 | + ] | |
54 | + ) ?> | |
55 | + </div> | |
56 | + | |
55 | 57 | <div class="style in_stock_wr"> |
56 | 58 | <div class="in_stock_"> |
57 | 59 | <span class="yes_stock">есть на складе</span> | ... | ... |