Commit b6a3664a5ff1d54eef653827448941138c7c0441
1 parent
76c8f66d
big commti
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/catalog/product.php
| ... | ... | @@ -308,7 +308,7 @@ FlipclockAsset::register($this); |
| 308 | 308 | <?php if($product->variant->stock > 0){?> |
| 309 | 309 | <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> |
| 310 | 310 | <?php } else {?> |
| 311 | - <a href="#" class="btn btn-large btn-default " data-id="<?php echo $product->variant->product_variant_id; ?>" >Нет в наличии</a> | |
| 311 | + <a href="#" style="background-color:dimgrey" class="btn btn-large btn-default " data-id="<?php echo $product->variant->product_variant_id; ?>" >Нет в наличии</a> | |
| 312 | 312 | <?php }?> |
| 313 | 313 | |
| 314 | 314 | ... | ... |