update tracking

This commit is contained in:
franknstayn
2022-01-22 22:34:33 +08:00
parent d104563ce6
commit 137fbbc843
5 changed files with 37 additions and 5 deletions

View File

@@ -360,10 +360,14 @@
<small>{{ $store_array[0]->StoreCurrency }}</small>
</h3>
@if ($getSubtotal >= 1 && $getSubtotal <= 150)
@if ($getSubtotal >= 1 && $getSubtotal <= 98)
<div class="border rounded-2 p-2 mt-2">
If you order $99 worth of product you get free shipping (pre tax). You are <strong>{{ number_format(99 - $getSubtotal, 2) }} {{ $store_array[0]->StoreCurrency }}</strong> away.
</div>
@else
<div class="border rounded-2 p-2 mt-2">
Congratulations! You have activated free shipping!
</div>
@endif
{{-- {{ var_dump($tax) }}

View File

@@ -25,6 +25,7 @@
<strong>Note:</strong> Order tracking is only available for orders placed after December 03, 2021.
</div>
<iframe src="https://crewsportswear.app:8092/?id={{ $userId }}" frameborder="0"></iframe>
<!-- <iframe src="http://localhost:8011/?id={{ $userId }}" frameborder="0"></iframe> -->
@endif
</div>