Skip to content

Commit

Permalink
65. disable size table
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrakovich committed Dec 31, 2024
1 parent 11af5af commit 5b73bcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/1c-tabes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
| SP6123 | Фабрика | text | | 0 |
| SP6124 | Тип (категория) | text | | 0 |
| SP6125 | (P)СезонСайт | C | 32 | 0 |
| SP6142 | id товара с сайта | int | 10 | 0 |
| SP6142 | id товара с сайта | N | 10 | 0 |

## TABLE SC5925: Справочник ОстаткиТоваров
| Name | Descr | Type | Length | Precision |
Expand Down
4 changes: 2 additions & 2 deletions src/resources/views/shop/product.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,12 @@ class="img-fluid" onerror="imageOnError(this)">
<div class="col-auto">
<span class="text-muted">Выберите размер:</span>
</div>
<div class="col-auto">
{{-- <div class="col-auto">
<a class="text-decoration-underline" data-fancybox
data-src="#size-table" href="javascript:;">
Таблица размеров
</a>
</div>
</div> --}}
</div>
<ul class="js-sizes mt-3 p-0">
@foreach ($product->sizes as $size)
Expand Down

0 comments on commit 5b73bcc

Please sign in to comment.