Commit abe34b15967be87620d49b17a254ce465b5c385b
1 parent
93a47fdf
-collection
Showing
2 changed files
with
15 additions
and
0 deletions
Show diff stats
common/modules/product/widgets/views/product_smart_similar.php
... | ... | @@ -39,6 +39,17 @@ |
39 | 39 | ) ?> |
40 | 40 | </div> |
41 | 41 | |
42 | + <div class="style title-name_"> | |
43 | + <a href="<?= Url::to([ | |
44 | + 'catalog/product', | |
45 | + 'product' => $product->alias | |
46 | + ]) ?>" title="<?= $product->fullname . ' ' . $product->category->name ?>"> | |
47 | + <p><span><?= $product->fullname ?></span></p> | |
48 | + <p><span><?= $product->category->name ?></span></p> | |
49 | + </a> | |
50 | + | |
51 | + </div> | |
52 | + | |
42 | 53 | <div class="style in_stock_wr"> |
43 | 54 | <div class="in_stock_"> |
44 | 55 | <span class="yes_stock">есть на складе</span> | ... | ... |
frontend/web/css/css_header.css
... | ... | @@ -27031,4 +27031,8 @@ ul.product-special li.promo div { |
27031 | 27031 | } |
27032 | 27032 | .new_collection .catalog_item { |
27033 | 27033 | height: 400px !important; |
27034 | +} | |
27035 | +.new_collection .price { | |
27036 | + text-align: center !important; | |
27037 | + margin-top: 11px !important; | |
27034 | 27038 | } |
27035 | 27039 | \ No newline at end of file | ... | ... |