Commit 3fa5dd89436957b9e2fa577d7825dc67cd0f5b0b

Authored by Виталий
1 parent f5cc2155

-collection

common/modules/product/widgets/views/product_smart_similar.php
... ... @@ -36,7 +36,7 @@
36 36 ) ?>
37 37 </a>
38 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 41 <?php /*
42 42 <ul class="ul wishlike_block">
... ...
frontend/web/css/css_header.css
... ... @@ -26998,3 +26998,10 @@ ul.product-special li.promo div {
26998 26998 .new_collection {
26999 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 27008 \ No newline at end of file
... ...