Commit 5c0c78d6a2dddd80ffbe36592374fd502f6d1e64

Authored by Виталий
1 parent 3ffe687d

-

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
frontend/views/catalog/product.php
@@ -113,7 +113,7 @@ FlipclockAsset::register($this); @@ -113,7 +113,7 @@ FlipclockAsset::register($this);
113 {?> 113 {?>
114 <a lang="5892" class="btn btnBuy buy_button btn-large1" data-id="<?php echo $product->variant->product_variant_id; ?>" data-toggle="modal" data-target="#buyForm">Купить</a> 114 <a lang="5892" class="btn btnBuy buy_button btn-large1" data-id="<?php echo $product->variant->product_variant_id; ?>" data-toggle="modal" data-target="#buyForm">Купить</a>
115 <?php } else {?> 115 <?php } else {?>
116 - <a href="#" style="background-color:dimgrey; background-image:linear-gradient(to bottom, #9d9fa0, #abafb2)" class="btn btn-large btn-default " data-id="<?php echo $product->variant->product_variant_id; ?>" >снят с производства</a> 116 + <a href="#" style="background-color:dimgrey; background-image:linear-gradient(to bottom, #9d9fa0, #abafb2);color:#fff!important;box-shadow: none !important;border-top: 1px solid #256caf !important;border-bottom: 1px solid #256caf !important;" class="btn btn-large btn-default " data-id="<?php echo $product->variant->product_variant_id; ?>" >снят с производства</a>
117 <?php } ?> 117 <?php } ?>
118 118
119 </td> 119 </td>
@@ -320,7 +320,7 @@ FlipclockAsset::register($this); @@ -320,7 +320,7 @@ FlipclockAsset::register($this);
320 <?php if($product->variant->status != 1){?> 320 <?php if($product->variant->status != 1){?>
321 <a href="#" class="btn btn-large buy_button" data-toggle="modal" data-id="<?php echo $product->variant->product_variant_id; ?>" data-target="#buyForm" lang="5892">Купить</a> 321 <a href="#" class="btn btn-large buy_button" data-toggle="modal" data-id="<?php echo $product->variant->product_variant_id; ?>" data-target="#buyForm" lang="5892">Купить</a>
322 <?php }else { ?> 322 <?php }else { ?>
323 - <a href="#" style="background-color:dimgrey; background-image:linear-gradient(to bottom, #9d9fa0, #abafb2)" class="btn btn-large btn-default " data-id="<?php echo $product->variant->product_variant_id; ?>" >снят с производства</a> 323 + <a href="#" style="background-color:dimgrey; background-image:linear-gradient(to bottom, #9d9fa0, #abafb2);color:#fff!important;box-shadow: none !important;border-top: 1px solid #256caf !important;border-bottom: 1px solid #256caf !important;" class="btn btn-large btn-default " data-id="<?php echo $product->variant->product_variant_id; ?>" >снят с производства</a>
324 <?php } ?> 324 <?php } ?>
325 <div class="clearfix"></div> 325 <div class="clearfix"></div>
326 </div> 326 </div>