update hoodie downloader

This commit is contained in:
franknstayn
2022-04-01 20:19:08 +08:00
parent 13c6135a66
commit 4ecd282462
5 changed files with 980 additions and 3 deletions

View File

@@ -209,7 +209,10 @@
<td>{{ $sub_item->Size }}</td>
<td>{{ $sub_item->Price }}</td>
<td>{{ $sub_item->Quantity }}</td>
<td><a href="{{ url('admin/orders/download/tshirt' . '/' . $sub_item->DesignCode . '/' . $sub_item->Id )}}" class="btn btn-xs btn-primary"><i class="fa fa-download"></i> Download Print File</a></td>
@if ($sub_item->Type)
<td><a href="{{ url('admin/orders/download/' . strtolower($sub_item->Type) . '/' . $sub_item->DesignCode . '/' . $sub_item->Id )}}" class="btn btn-xs btn-primary"><i class="fa fa-download"></i> Download Print File</a></td>
@endif
</tr>
@elseif($item->FormUsed=="quantity-form")