Commit 3fa5dd89436957b9e2fa577d7825dc67cd0f5b0b
1 parent
f5cc2155
-collection
Showing
2 changed files
with
8 additions
and
1 deletions
Show diff stats
common/modules/product/widgets/views/product_smart_similar.php
@@ -36,7 +36,7 @@ | @@ -36,7 +36,7 @@ | ||
36 | ) ?> | 36 | ) ?> |
37 | </a> | 37 | </a> |
38 | <div class="info_icons"> | 38 | <div class="info_icons"> |
39 | - <a href="#" class="btn btnBuy buy_button" data-id="<?php echo $product->variant->product_variant_id; ?>" data-toggle="modal" data-target="#buyForm" lang="5893">Купить светильник</a> | 39 | + <a href="#" class="btn btnBuy buy_button" data-id="<?php echo $product->variant->product_variant_id; ?>" data-toggle="modal" data-target="#buyForm" lang="5893">Купить</a> |
40 | 40 | ||
41 | <?php /* | 41 | <?php /* |
42 | <ul class="ul wishlike_block"> | 42 | <ul class="ul wishlike_block"> |
frontend/web/css/css_header.css
@@ -26998,3 +26998,10 @@ ul.product-special li.promo div { | @@ -26998,3 +26998,10 @@ ul.product-special li.promo div { | ||
26998 | .new_collection { | 26998 | .new_collection { |
26999 | margin:0 -15px 0 -15px; | 26999 | margin:0 -15px 0 -15px; |
27000 | } | 27000 | } |
27001 | +.collection .catalog_product_list.view_table.new_collection .catalog_item { | ||
27002 | + width: 33.33333333%; | ||
27003 | + padding: 0 15px; | ||
27004 | +} | ||
27005 | +.new_collection .info_icons { | ||
27006 | + display: block !important; | ||
27007 | +} | ||
27001 | \ No newline at end of file | 27008 | \ No newline at end of file |