added other email field

This commit is contained in:
franknstayn
2021-09-18 19:32:39 +08:00
parent 59b6a8807d
commit 973c24358d
4 changed files with 22 additions and 5 deletions

View File

@@ -316,6 +316,9 @@
<div style="border: 1px solid #e2e2e2; padding: 10px;">
<a @if($getSubtotal <= 0 ) disabled @endif href="{{ url('getCheckout') }}" class="btn btn-primary w-100" style="background-color: #ffc300; border-color: #e2ad00; text-align: -webkit-center;" ><img src="{{asset('/public/images/paypal1.png')}}" class="img img-responsive" style="height:30px;"></a><br>
<!-- <div class="my-2">
<button class="btn btn-lg btn-info w-100">Checkout with Voucher</button>
</div> -->
<div class="bg-info p-2 mt-2">
Be advised payments made on merchbay will show up as crewsportswear on your receipt
</div>

View File

@@ -41,6 +41,12 @@
<input type="email" class="form-control" name="email" placeholder="Please enter your email address" value="{{ $array_profile_info[0]->email }}">
</div>
</div>
<div class="col-md-4">
<div class="form-group">
<label>Other Email Address</label>
<input type="email" class="form-control" name="other_email" placeholder="Please enter your other email address" value="{{ $array_profile_info[0]->other_email }}">
</div>
</div>
<div class="col-md-4">
<div class="form-group">
<label>Mobile Number</label>
@@ -49,8 +55,7 @@
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="form-group">
<label>Birthday</label>

View File

@@ -48,6 +48,15 @@
</small></p>
</div>
</div>
<div class="col-md-4">
<div class="form-group">
<label>Other Email Address</label>
<p>
{{ $array_profile_info[0]->other_email }}
</p>
</div>
</div>
<div class="col-md-4">
<div class="form-group">
<label>Mobile Number</label>
@@ -60,8 +69,7 @@
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="form-group">
<label>Birthday</label>