¨4.0.1¨
This commit is contained in:
@@ -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;">
|
||||
|
||||
Reference in New Issue
Block a user