Commit 56f7e5dafc30e744147af8fc01db27a6159eb4f4
Merge remote-tracking branch 'origin/similar' into similar
Showing
2 changed files
with
13 additions
and
8 deletions
Show diff stats
common/modules/product/widgets/views/product_smart.php
@@ -42,8 +42,10 @@ | @@ -42,8 +42,10 @@ | ||
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->fullname ?><!--</span></p>--> | ||
48 | +<!-- <p><span>--><?//= $product->category->name ?><!--</span></p>--> | ||
47 | </a> | 49 | </a> |
48 | 50 | ||
49 | </div> | 51 | </div> |
frontend/web/css/css_header.css
@@ -27031,6 +27031,9 @@ ul.product-special li.promo div { | @@ -27031,6 +27031,9 @@ ul.product-special li.promo div { | ||
27031 | height: 450px !important; | 27031 | height: 450px !important; |
27032 | overflow: hidden; | 27032 | overflow: hidden; |
27033 | } | 27033 | } |
27034 | +.new_collection.owl-carousel { | ||
27035 | + overflow: visible; | ||
27036 | +} | ||
27034 | .collection .catalog_product_list.view_table.new_collection .catalog_item { | 27037 | .collection .catalog_product_list.view_table.new_collection .catalog_item { |
27035 | width: 33.33333333%; | 27038 | width: 33.33333333%; |
27036 | padding: 0 16px; | 27039 | padding: 0 16px; |
@@ -27084,14 +27087,14 @@ ul.product-special li.promo div { | @@ -27084,14 +27087,14 @@ ul.product-special li.promo div { | ||
27084 | font-weight: 700; | 27087 | font-weight: 700; |
27085 | height: 39px; | 27088 | height: 39px; |
27086 | line-height: 19px; | 27089 | line-height: 19px; |
27087 | - text-transform: none; | 27090 | + /*text-transform: none;*/ |
27088 | } | 27091 | } |
27089 | .title-name_.title_name-collect a p:first-child { | 27092 | .title-name_.title_name-collect a p:first-child { |
27090 | - font-size: 14px; | ||
27091 | - line-height: 13px; | ||
27092 | - height: 26px; | ||
27093 | - text-transform: lowercase; | ||
27094 | - font-weight: normal; | 27093 | + /*font-size: 14px;*/ |
27094 | + /*line-height: 13px;*/ | ||
27095 | + /*height: 26px;*/ | ||
27096 | + /*text-transform: lowercase;*/ | ||
27097 | + /*font-weight: normal;*/ | ||
27095 | 27098 | ||
27096 | } | 27099 | } |
27097 | .new_collection .img {margin-bottom:18px !important;} | 27100 | .new_collection .img {margin-bottom:18px !important;} |