added disclaimer

This commit is contained in:
franknstayn
2021-09-17 22:36:59 +08:00
parent 4a35e07ee1
commit b89ec96da6
2 changed files with 7 additions and 1 deletions

View File

@@ -316,8 +316,11 @@
<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="bg-info p-2 mt-2">
Be advised payments made on merchbay will show up as crewsportswear on your receipt
</div>
</div>
<div class="py-4">
<a href="{{ url('store') . '/' . $store_array[0]->StoreUrl }}" class="btn btn-black w-100" type="submit">Continue Shopping</a>
</div>

View File

@@ -51,6 +51,9 @@
All sales are final. No returns or exchanges will be
accepted.
</li>
<li>
Be advised payments made on merchbay will show up as crewsportswear on your receipt
</li>
</ol>
</div>