Commit 76c8f66d8fb477c167a68ae6f984124e01ace63b
1 parent
c0f7f623
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 buy_button" data-id="<?php echo $product->variant->product_variant_id; ?>" >Нет в наличии</a> | |
311 | + <a href="#" class="btn btn-large btn-default " data-id="<?php echo $product->variant->product_variant_id; ?>" >Нет в наличии</a> | |
312 | 312 | <?php }?> |
313 | 313 | |
314 | 314 | ... | ... |