¨4.0.1¨

This commit is contained in:
¨NW¨
2023-12-03 14:07:47 +00:00
parent c08b36d1b6
commit f35052522d
1112 changed files with 43019 additions and 24987 deletions

View File

@@ -71,7 +71,7 @@
justify-content: center;
margin: auto;"
>
<img src="{{ $logo }}" style="max-height: 100%; max-width: 100%;" alt="logo">
<img src="{{ $logo }}" style="max-height: 100%; max-width: 100%;" alt="Logo">
</div>
@endif
</td>
@@ -373,6 +373,34 @@
</td>
</tr>
@if ($product->hasAnyVariation())
<tr>
<td style="padding: 0;">
<table style="border-collapse: collapse; width: 100%;">
<tbody>
<tr>
<td style="font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 14px;
padding: 0 0 8px;"
>
@foreach ($product->variations as $variation)
<span style="display: block;">
{{ $variation->name }}:
</span>
<span style="color: #9a9a9a; margin-left: 5px;">
{{ $variation->values()->first()?->label }}{{ $loop->last ? "" : "," }}
</span>
@endforeach
</td>
</tr>
</tbody>
</table>
</td>
</tr>
@endif
@if ($product->hasAnyOption())
<tr>
<td style="padding: 0;">