23-01-2026
This commit is contained in:
parent
a939cd51ef
commit
a8b395e20d
248 changed files with 29342 additions and 4805 deletions
|
|
@ -190,6 +190,41 @@
|
|||
value="{{ $shippingAddress['phone'] ?? '' }}">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<label for="shipping_email">E-Mail <span class="text-danger">*</span></label>
|
||||
<input type="email"
|
||||
class="form-control {{ empty($shippingAddress['email']) ? 'border-warning' : '' }}"
|
||||
name="shipping_email"
|
||||
id="shipping_email"
|
||||
value="{{ $shippingAddress['email'] ?? $order->shopping_user->email ?? '' }}"
|
||||
required>
|
||||
<small class="form-text text-muted">
|
||||
Wird für DHL Benachrichtigungen und Tracking-E-Mails verwendet.
|
||||
</small>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{-- DHL Packstation/Paketbox --}}
|
||||
<div class="col-md-12 mt-2">
|
||||
<hr>
|
||||
<h6 class="text-muted mb-2">
|
||||
<i class="fas fa-cube"></i>
|
||||
Packstation / Paketbox
|
||||
<small class="text-muted">(nur wenn zutreffend)</small>
|
||||
</h6>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<label for="shipping_postnumber">DHL Postnummer <small class="text-muted">(optional)</small></label>
|
||||
<input type="text" class="form-control" name="shipping_postnumber" id="shipping_postnumber"
|
||||
value="{{ $shippingAddress['postnumber'] ?? '' }}" maxlength="20"
|
||||
placeholder="z.B. 12345678">
|
||||
<small class="form-text text-muted">
|
||||
Nur bei Lieferung an Packstation/Paketbox. Im Feld "Straße" dann "Packstation XXX" eintragen.
|
||||
</small>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue